Home
last modified time | relevance | path

Searched defs:to_string_view (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/fmtlib/test/
H A Dargs-test.cc67 friend fmt::string_view to_string_view(to_stringable) { return {}; } in to_string_view() function
H A Dcompile-test.cc248 friend fmt::string_view to_string_view(to_stringable) { return {}; } in to_string_view() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.fold/
H A Dleft_folds.pass.cpp238 auto to_string_view = [](auto&& r) { in non_common_range_test_case() local