Home
last modified time | relevance | path

Searched refs:StringPrintfNonConstexpr (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/base/strings/
H A Dstringprintf_nocompile.nc17 …std::ignore = StringPrintfNonConstexpr(kTest, "123"); // expected-error {{call to deleted functio…
22 …std::ignore = StringPrintfNonConstexpr(kTest, "123"); // expected-error {{call to deleted functio…
27 …std::ignore = StringPrintfNonConstexpr(kTest, "123"); // expected-error {{call to deleted functio…
H A Dstringprintf.h30 [[nodiscard]] std::string StringPrintfNonConstexpr(std::string_view format, in StringPrintfNonConstexpr() function
48 [[nodiscard]] std::string StringPrintfNonConstexpr(std::string_view format,
55 [[nodiscard]] std::string StringPrintfNonConstexpr(const char* format,
/aosp_15_r20/external/cronet/base/i18n/
H A Dstreaming_utf8_validator_perftest.cc162 EXPECT_TRUE(RunTest(StringPrintfNonConstexpr( in RunSomeTests()