Home
last modified time | relevance | path

Searched refs:ConvertStringArg (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/abseil-cpp/absl/strings/internal/str_format/
H A Darg.cc304 inline bool ConvertStringArg(string_view v, const FormatConversionSpecImpl conv, in ConvertStringArg() function
367 inline bool ConvertStringArg(const wchar_t *v, in ConvertStringArg() function
379 return ConvertStringArg(string_view(mb.data(), chars_written), conv, sink); in ConvertStringArg()
388 ConvertStringArg(string_view(mb, chars_written), conv, sink); in ConvertWCharTImpl()
498 return {ConvertStringArg(v, conv, sink)}; in FormatConvertImpl()
504 return {ConvertStringArg(v.data(), v.size(), conv, sink)}; in FormatConvertImpl()
510 return {ConvertStringArg(v, conv, sink)}; in FormatConvertImpl()
517 return {ConvertStringArg(v.data(), v.size(), conv, sink)}; in FormatConvertImpl()
535 return {ConvertStringArg(string_view(v, len), conv, sink)}; in FormatConvertImpl()
553 return {ConvertStringArg(v, len, conv, sink)}; in FormatConvertImpl()
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/internal/str_format/
H A Darg.cc304 inline bool ConvertStringArg(string_view v, const FormatConversionSpecImpl conv, in ConvertStringArg() function
367 inline bool ConvertStringArg(const wchar_t *v, in ConvertStringArg() function
379 return ConvertStringArg(string_view(mb.data(), chars_written), conv, sink); in ConvertStringArg()
388 ConvertStringArg(string_view(mb, chars_written), conv, sink); in ConvertWCharTImpl()
498 return {ConvertStringArg(v, conv, sink)}; in FormatConvertImpl()
504 return {ConvertStringArg(v.data(), v.size(), conv, sink)}; in FormatConvertImpl()
510 return {ConvertStringArg(v, conv, sink)}; in FormatConvertImpl()
517 return {ConvertStringArg(v.data(), v.size(), conv, sink)}; in FormatConvertImpl()
535 return {ConvertStringArg(string_view(v, len), conv, sink)}; in FormatConvertImpl()
553 return {ConvertStringArg(v, len, conv, sink)}; in FormatConvertImpl()
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/internal/str_format/
H A Darg.cc304 inline bool ConvertStringArg(string_view v, const FormatConversionSpecImpl conv, in ConvertStringArg() function
367 inline bool ConvertStringArg(const wchar_t *v, in ConvertStringArg() function
379 return ConvertStringArg(string_view(mb.data(), chars_written), conv, sink); in ConvertStringArg()
388 ConvertStringArg(string_view(mb, chars_written), conv, sink); in ConvertWCharTImpl()
498 return {ConvertStringArg(v, conv, sink)}; in FormatConvertImpl()
504 return {ConvertStringArg(v.data(), v.size(), conv, sink)}; in FormatConvertImpl()
510 return {ConvertStringArg(v, conv, sink)}; in FormatConvertImpl()
517 return {ConvertStringArg(v.data(), v.size(), conv, sink)}; in FormatConvertImpl()
535 return {ConvertStringArg(string_view(v, len), conv, sink)}; in FormatConvertImpl()
553 return {ConvertStringArg(v, len, conv, sink)}; in FormatConvertImpl()
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/strings/internal/str_format/
H A Darg.cc340 inline bool ConvertStringArg(string_view v, const FormatConversionSpecImpl conv, in ConvertStringArg() function
356 return {ConvertStringArg(v, conv, sink)}; in FormatConvertImpl()
362 return {ConvertStringArg(v, conv, sink)}; in FormatConvertImpl()
380 return {ConvertStringArg(string_view(v, len), conv, sink)}; in FormatConvertImpl()
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/internal/str_format/
H A Darg.cc367 inline bool ConvertStringArg(string_view v, const FormatConversionSpecImpl conv, in ConvertStringArg() function
392 return {ConvertStringArg(v, conv, sink)}; in FormatConvertImpl()
398 return {ConvertStringArg(v, conv, sink)}; in FormatConvertImpl()
416 return {ConvertStringArg(string_view(v, len), conv, sink)}; in FormatConvertImpl()
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/internal/str_format/
H A Darg.cc309 inline bool ConvertStringArg(string_view v, const FormatConversionSpecImpl conv, in ConvertStringArg() function
424 return {ConvertStringArg(v, conv, sink)}; in FormatConvertImpl()
430 return {ConvertStringArg(v, conv, sink)}; in FormatConvertImpl()
448 return {ConvertStringArg(string_view(v, len), conv, sink)}; in FormatConvertImpl()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/str_format/
Darg.cc309 inline bool ConvertStringArg(string_view v, const FormatConversionSpecImpl conv, in ConvertStringArg() function
424 return {ConvertStringArg(v, conv, sink)}; in FormatConvertImpl()
430 return {ConvertStringArg(v, conv, sink)}; in FormatConvertImpl()
448 return {ConvertStringArg(string_view(v, len), conv, sink)}; in FormatConvertImpl()