Searched defs:LengthModFor (Results 1 – 7 of 7) sorted by relevance
50 std::string LengthModFor(float) { return ""; } in LengthModFor() function51 std::string LengthModFor(double) { return ""; } in LengthModFor() function52 std::string LengthModFor(long double) { return "L"; } in LengthModFor() function53 std::string LengthModFor(char) { return "hh"; } in LengthModFor() function54 std::string LengthModFor(signed char) { return "hh"; } in LengthModFor() function55 std::string LengthModFor(unsigned char) { return "hh"; } in LengthModFor() function56 std::string LengthModFor(short) { return "h"; } // NOLINT in LengthModFor() function57 std::string LengthModFor(unsigned short) { return "h"; } // NOLINT in LengthModFor() function58 std::string LengthModFor(int) { return ""; } in LengthModFor() function59 std::string LengthModFor(unsigned) { return ""; } in LengthModFor() function[all …]
49 std::string LengthModFor(float) { return ""; } in LengthModFor() function50 std::string LengthModFor(double) { return ""; } in LengthModFor() function51 std::string LengthModFor(long double) { return "L"; } in LengthModFor() function52 std::string LengthModFor(char) { return "hh"; } in LengthModFor() function53 std::string LengthModFor(signed char) { return "hh"; } in LengthModFor() function54 std::string LengthModFor(unsigned char) { return "hh"; } in LengthModFor() function55 std::string LengthModFor(short) { return "h"; } // NOLINT in LengthModFor() function56 std::string LengthModFor(unsigned short) { return "h"; } // NOLINT in LengthModFor() function57 std::string LengthModFor(int) { return ""; } in LengthModFor() function58 std::string LengthModFor(unsigned) { return ""; } in LengthModFor() function[all …]
74 std::string LengthModFor() { in LengthModFor() function79 std::string LengthModFor<char>() { in LengthModFor() function83 std::string LengthModFor<signed char>() { in LengthModFor() function87 std::string LengthModFor<unsigned char>() { in LengthModFor() function91 std::string LengthModFor<short>() { // NOLINT in LengthModFor() function95 std::string LengthModFor<unsigned short>() { // NOLINT in LengthModFor() function99 std::string LengthModFor<int>() { in LengthModFor() function103 std::string LengthModFor<unsigned>() { in LengthModFor() function107 std::string LengthModFor<long>() { // NOLINT in LengthModFor() function111 std::string LengthModFor<unsigned long>() { // NOLINT in LengthModFor() function[all …]