Searched defs:LengthModFor (Results 1 – 1 of 1) sorted by relevance
23 std::string LengthModFor(float) { return ""; } in LengthModFor() function24 std::string LengthModFor(double) { return ""; } in LengthModFor() function25 std::string LengthModFor(long double) { return "L"; } in LengthModFor() function26 std::string LengthModFor(char) { return "hh"; } in LengthModFor() function27 std::string LengthModFor(signed char) { return "hh"; } in LengthModFor() function28 std::string LengthModFor(unsigned char) { return "hh"; } in LengthModFor() function29 std::string LengthModFor(short) { return "h"; } // NOLINT in LengthModFor() function30 std::string LengthModFor(unsigned short) { return "h"; } // NOLINT in LengthModFor() function31 std::string LengthModFor(int) { return ""; } in LengthModFor() function32 std::string LengthModFor(unsigned) { return ""; } in LengthModFor() function[all …]