Home
last modified time | relevance | path

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

/third_party/abseil-cpp/absl/strings/internal/str_format/
Dconvert_test.cc23 std::string LengthModFor(float) { return ""; } in LengthModFor() function
24 std::string LengthModFor(double) { return ""; } in LengthModFor() function
25 std::string LengthModFor(long double) { return "L"; } in LengthModFor() function
26 std::string LengthModFor(char) { return "hh"; } in LengthModFor() function
27 std::string LengthModFor(signed char) { return "hh"; } in LengthModFor() function
28 std::string LengthModFor(unsigned char) { return "hh"; } in LengthModFor() function
29 std::string LengthModFor(short) { return "h"; } // NOLINT in LengthModFor() function
30 std::string LengthModFor(unsigned short) { return "h"; } // NOLINT in LengthModFor() function
31 std::string LengthModFor(int) { return ""; } in LengthModFor() function
32 std::string LengthModFor(unsigned) { return ""; } in LengthModFor() function
[all …]