/external/abseil-cpp/absl/strings/internal/str_format/ |
D | convert_test.cc | 133 EXPECT_EQ(e.out, FormatPack(format, absl::MakeSpan(args))); in TestStringConvert() 147 EXPECT_EQ("", FormatPack(format, {FormatArgImpl(p)})); in TEST_F() 155 EXPECT_EQ("a", FormatPack(format, {FormatArgImpl(p)})); in TEST_F() 160 EXPECT_EQ("ABC", FormatPack(format2, {FormatArgImpl(p)})); in TEST_F() 196 EXPECT_THAT(FormatPack(UntypedFormatSpecImpl("%p"), args), in TEST_F() 198 EXPECT_THAT(FormatPack(UntypedFormatSpecImpl("%20p"), args), in TEST_F() 200 EXPECT_THAT(FormatPack(UntypedFormatSpecImpl("%.1p"), args), in TEST_F() 202 EXPECT_THAT(FormatPack(UntypedFormatSpecImpl("%.20p"), args), in TEST_F() 204 EXPECT_THAT(FormatPack(UntypedFormatSpecImpl("%30.20p"), args), in TEST_F() 207 EXPECT_THAT(FormatPack(UntypedFormatSpecImpl("%-p"), args), in TEST_F() [all …]
|
D | bind_test.cc | 105 TEST_F(FormatBindTest, FormatPack) { in TEST_F() argument
|
D | bind.h | 182 std::string FormatPack(const UntypedFormatSpecImpl format,
|
D | bind.cc | 204 std::string FormatPack(const UntypedFormatSpecImpl format, in FormatPack() function
|
/external/webrtc/third_party/abseil-cpp/absl/strings/internal/str_format/ |
D | convert_test.cc | 133 EXPECT_EQ(e.out, FormatPack(format, absl::MakeSpan(args))); in TestStringConvert() 147 EXPECT_EQ("", FormatPack(format, {FormatArgImpl(p)})); in TEST_F() 155 EXPECT_EQ("a", FormatPack(format, {FormatArgImpl(p)})); in TEST_F() 160 EXPECT_EQ("ABC", FormatPack(format2, {FormatArgImpl(p)})); in TEST_F() 196 EXPECT_THAT(FormatPack(UntypedFormatSpecImpl("%p"), args), in TEST_F() 198 EXPECT_THAT(FormatPack(UntypedFormatSpecImpl("%20p"), args), in TEST_F() 200 EXPECT_THAT(FormatPack(UntypedFormatSpecImpl("%.1p"), args), in TEST_F() 202 EXPECT_THAT(FormatPack(UntypedFormatSpecImpl("%.20p"), args), in TEST_F() 204 EXPECT_THAT(FormatPack(UntypedFormatSpecImpl("%30.20p"), args), in TEST_F() 207 EXPECT_THAT(FormatPack(UntypedFormatSpecImpl("%-p"), args), in TEST_F() [all …]
|
D | bind_test.cc | 105 TEST_F(FormatBindTest, FormatPack) { in TEST_F() argument
|
D | bind.h | 182 std::string FormatPack(const UntypedFormatSpecImpl format,
|
D | bind.cc | 204 std::string FormatPack(const UntypedFormatSpecImpl format, in FormatPack() function
|
/external/libtextclassifier/abseil-cpp/absl/strings/internal/str_format/ |
D | convert_test.cc | 209 EXPECT_EQ(e.out, FormatPack(format, absl::MakeSpan(args))); in TestStringConvert() 223 EXPECT_EQ("", FormatPack(format, {FormatArgImpl(p)})); in TEST_F() 231 EXPECT_EQ("a", FormatPack(format, {FormatArgImpl(p)})); in TEST_F() 236 EXPECT_EQ("ABC", FormatPack(format2, {FormatArgImpl(p)})); in TEST_F() 272 EXPECT_THAT(FormatPack(UntypedFormatSpecImpl("%p"), args), in TEST_F() 274 EXPECT_THAT(FormatPack(UntypedFormatSpecImpl("%20p"), args), in TEST_F() 276 EXPECT_THAT(FormatPack(UntypedFormatSpecImpl("%.1p"), args), in TEST_F() 278 EXPECT_THAT(FormatPack(UntypedFormatSpecImpl("%.20p"), args), in TEST_F() 280 EXPECT_THAT(FormatPack(UntypedFormatSpecImpl("%30.20p"), args), in TEST_F() 283 EXPECT_THAT(FormatPack(UntypedFormatSpecImpl("%-p"), args), in TEST_F() [all …]
|
D | bind_test.cc | 105 TEST_F(FormatBindTest, FormatPack) { in TEST_F() argument
|
D | bind.h | 175 std::string FormatPack(const UntypedFormatSpecImpl format,
|
D | bind.cc | 204 std::string FormatPack(const UntypedFormatSpecImpl format, in FormatPack() function
|
/external/openscreen/third_party/abseil/src/absl/strings/internal/str_format/ |
D | convert_test.cc | 223 EXPECT_EQ(e.out, FormatPack(format, absl::MakeSpan(args))); in TestStringConvert() 237 EXPECT_EQ("", FormatPack(format, {FormatArgImpl(p)})); in TEST_F() 245 EXPECT_EQ("a", FormatPack(format, {FormatArgImpl(p)})); in TEST_F() 250 EXPECT_EQ("ABC", FormatPack(format2, {FormatArgImpl(p)})); in TEST_F() 286 EXPECT_THAT(FormatPack(UntypedFormatSpecImpl("%p"), args), in TEST_F() 288 EXPECT_THAT(FormatPack(UntypedFormatSpecImpl("%20p"), args), in TEST_F() 290 EXPECT_THAT(FormatPack(UntypedFormatSpecImpl("%.1p"), args), in TEST_F() 292 EXPECT_THAT(FormatPack(UntypedFormatSpecImpl("%.20p"), args), in TEST_F() 294 EXPECT_THAT(FormatPack(UntypedFormatSpecImpl("%30.20p"), args), in TEST_F() 297 EXPECT_THAT(FormatPack(UntypedFormatSpecImpl("%-p"), args), in TEST_F() [all …]
|
D | bind_test.cc | 119 TEST_F(FormatBindTest, FormatPack) { in TEST_F() argument
|
D | bind.h | 190 std::string FormatPack(const UntypedFormatSpecImpl format,
|
D | bind.cc | 218 std::string FormatPack(const UntypedFormatSpecImpl format, in FormatPack() function
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/str_format/ |
D | convert_test.cc | 209 EXPECT_EQ(e.out, FormatPack(format, absl::MakeSpan(args))); in TestStringConvert() 223 EXPECT_EQ("", FormatPack(format, {FormatArgImpl(p)})); in TEST_F() 231 EXPECT_EQ("a", FormatPack(format, {FormatArgImpl(p)})); in TEST_F() 236 EXPECT_EQ("ABC", FormatPack(format2, {FormatArgImpl(p)})); in TEST_F() 272 EXPECT_THAT(FormatPack(UntypedFormatSpecImpl("%p"), args), in TEST_F() 274 EXPECT_THAT(FormatPack(UntypedFormatSpecImpl("%20p"), args), in TEST_F() 276 EXPECT_THAT(FormatPack(UntypedFormatSpecImpl("%.1p"), args), in TEST_F() 278 EXPECT_THAT(FormatPack(UntypedFormatSpecImpl("%.20p"), args), in TEST_F() 280 EXPECT_THAT(FormatPack(UntypedFormatSpecImpl("%30.20p"), args), in TEST_F() 283 EXPECT_THAT(FormatPack(UntypedFormatSpecImpl("%-p"), args), in TEST_F() [all …]
|
D | bind_test.cc | 105 TEST_F(FormatBindTest, FormatPack) { in TEST_F() argument
|
D | bind.h | 175 std::string FormatPack(const UntypedFormatSpecImpl format,
|
D | bind.cc | 204 std::string FormatPack(const UntypedFormatSpecImpl format, in FormatPack() function
|
/external/webrtc/third_party/abseil-cpp/absl/strings/ |
D | str_format.h | 315 return str_format_internal::FormatPack( in StrFormat()
|
D | str_format_test.cc | 50 str_format_internal::FormatPack( in TEST_F() 125 EXPECT_EQ("", str_format_internal::FormatPack( in TEST_F()
|
/external/abseil-cpp/absl/strings/ |
D | str_format.h | 315 return str_format_internal::FormatPack( in StrFormat()
|
D | str_format_test.cc | 50 str_format_internal::FormatPack( in TEST_F() 125 EXPECT_EQ("", str_format_internal::FormatPack( in TEST_F()
|
/external/libtextclassifier/abseil-cpp/absl/strings/ |
D | str_format.h | 340 return str_format_internal::FormatPack( in StrFormat()
|