Searched defs:LengthModFor (Results 1 – 2 of 2) sorted by relevance
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 …]
35 std::string LengthModFor(float) { return ""; } in LengthModFor() function36 std::string LengthModFor(double) { return ""; } in LengthModFor() function37 std::string LengthModFor(long double) { return "L"; } in LengthModFor() function38 std::string LengthModFor(char) { return "hh"; } in LengthModFor() function39 std::string LengthModFor(signed char) { return "hh"; } in LengthModFor() function40 std::string LengthModFor(unsigned char) { return "hh"; } in LengthModFor() function41 std::string LengthModFor(short) { return "h"; } // NOLINT in LengthModFor() function42 std::string LengthModFor(unsigned short) { return "h"; } // NOLINT in LengthModFor() function43 std::string LengthModFor(int) { return ""; } in LengthModFor() function44 std::string LengthModFor(unsigned) { return ""; } in LengthModFor() function[all …]