Home
last modified time | relevance | path

Searched defs:LengthModFor (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/str_format/
Dconvert_test.cc50 std::string LengthModFor(float) { return ""; } in LengthModFor() function
51 std::string LengthModFor(double) { return ""; } in LengthModFor() function
52 std::string LengthModFor(long double) { return "L"; } in LengthModFor() function
53 std::string LengthModFor(char) { return "hh"; } in LengthModFor() function
54 std::string LengthModFor(signed char) { return "hh"; } in LengthModFor() function
55 std::string LengthModFor(unsigned char) { return "hh"; } in LengthModFor() function
56 std::string LengthModFor(short) { return "h"; } // NOLINT in LengthModFor() function
57 std::string LengthModFor(unsigned short) { return "h"; } // NOLINT in LengthModFor() function
58 std::string LengthModFor(int) { return ""; } in LengthModFor() function
59 std::string LengthModFor(unsigned) { return ""; } in LengthModFor() function
[all …]
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/strings/internal/str_format/
H A Dconvert_test.cc49 std::string LengthModFor(float) { return ""; } in LengthModFor() function
50 std::string LengthModFor(double) { return ""; } in LengthModFor() function
51 std::string LengthModFor(long double) { return "L"; } in LengthModFor() function
52 std::string LengthModFor(char) { return "hh"; } in LengthModFor() function
53 std::string LengthModFor(signed char) { return "hh"; } in LengthModFor() function
54 std::string LengthModFor(unsigned char) { return "hh"; } in LengthModFor() function
55 std::string LengthModFor(short) { return "h"; } // NOLINT in LengthModFor() function
56 std::string LengthModFor(unsigned short) { return "h"; } // NOLINT in LengthModFor() function
57 std::string LengthModFor(int) { return ""; } in LengthModFor() function
58 std::string LengthModFor(unsigned) { return ""; } in LengthModFor() function
[all …]
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/internal/str_format/
H A Dconvert_test.cc50 std::string LengthModFor(float) { return ""; } in LengthModFor() function
51 std::string LengthModFor(double) { return ""; } in LengthModFor() function
52 std::string LengthModFor(long double) { return "L"; } in LengthModFor() function
53 std::string LengthModFor(char) { return "hh"; } in LengthModFor() function
54 std::string LengthModFor(signed char) { return "hh"; } in LengthModFor() function
55 std::string LengthModFor(unsigned char) { return "hh"; } in LengthModFor() function
56 std::string LengthModFor(short) { return "h"; } // NOLINT in LengthModFor() function
57 std::string LengthModFor(unsigned short) { return "h"; } // NOLINT in LengthModFor() function
58 std::string LengthModFor(int) { return ""; } in LengthModFor() function
59 std::string LengthModFor(unsigned) { return ""; } in LengthModFor() function
[all …]
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/internal/str_format/
H A Dconvert_test.cc50 std::string LengthModFor(float) { return ""; } in LengthModFor() function
51 std::string LengthModFor(double) { return ""; } in LengthModFor() function
52 std::string LengthModFor(long double) { return "L"; } in LengthModFor() function
53 std::string LengthModFor(char) { return "hh"; } in LengthModFor() function
54 std::string LengthModFor(signed char) { return "hh"; } in LengthModFor() function
55 std::string LengthModFor(unsigned char) { return "hh"; } in LengthModFor() function
56 std::string LengthModFor(short) { return "h"; } // NOLINT in LengthModFor() function
57 std::string LengthModFor(unsigned short) { return "h"; } // NOLINT in LengthModFor() function
58 std::string LengthModFor(int) { return ""; } in LengthModFor() function
59 std::string LengthModFor(unsigned) { return ""; } in LengthModFor() function
[all …]
/aosp_15_r20/external/abseil-cpp/absl/strings/internal/str_format/
H A Dconvert_test.cc74 std::string LengthModFor() { in LengthModFor() function
79 std::string LengthModFor<char>() { in LengthModFor() function
83 std::string LengthModFor<signed char>() { in LengthModFor() function
87 std::string LengthModFor<unsigned char>() { in LengthModFor() function
91 std::string LengthModFor<short>() { // NOLINT in LengthModFor() function
95 std::string LengthModFor<unsigned short>() { // NOLINT in LengthModFor() function
99 std::string LengthModFor<int>() { in LengthModFor() function
103 std::string LengthModFor<unsigned>() { in LengthModFor() function
107 std::string LengthModFor<long>() { // NOLINT in LengthModFor() function
111 std::string LengthModFor<unsigned long>() { // NOLINT in LengthModFor() function
[all …]
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/internal/str_format/
H A Dconvert_test.cc74 std::string LengthModFor() { in LengthModFor() function
79 std::string LengthModFor<char>() { in LengthModFor() function
83 std::string LengthModFor<signed char>() { in LengthModFor() function
87 std::string LengthModFor<unsigned char>() { in LengthModFor() function
91 std::string LengthModFor<short>() { // NOLINT in LengthModFor() function
95 std::string LengthModFor<unsigned short>() { // NOLINT in LengthModFor() function
99 std::string LengthModFor<int>() { in LengthModFor() function
103 std::string LengthModFor<unsigned>() { in LengthModFor() function
107 std::string LengthModFor<long>() { // NOLINT in LengthModFor() function
111 std::string LengthModFor<unsigned long>() { // NOLINT in LengthModFor() function
[all …]
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/internal/str_format/
H A Dconvert_test.cc74 std::string LengthModFor() { in LengthModFor() function
79 std::string LengthModFor<char>() { in LengthModFor() function
83 std::string LengthModFor<signed char>() { in LengthModFor() function
87 std::string LengthModFor<unsigned char>() { in LengthModFor() function
91 std::string LengthModFor<short>() { // NOLINT in LengthModFor() function
95 std::string LengthModFor<unsigned short>() { // NOLINT in LengthModFor() function
99 std::string LengthModFor<int>() { in LengthModFor() function
103 std::string LengthModFor<unsigned>() { in LengthModFor() function
107 std::string LengthModFor<long>() { // NOLINT in LengthModFor() function
111 std::string LengthModFor<unsigned long>() { // NOLINT in LengthModFor() function
[all …]