Home
last modified time | relevance | path

Searched defs:std_string_view (Results 1 – 2 of 2) sorted by relevance

/external/armnn/third-party/fmt/
Dcore.h292 template <typename Char> using std_string_view = std::basic_string_view<Char>; variable
295 using std_string_view = std::experimental::basic_string_view<Char>; variable
297 template <typename T> struct std_string_view {}; struct
/external/fmtlib/include/fmt/
Dcore.h300 template <typename Char> using std_string_view = std::basic_string_view<Char>; variable
303 using std_string_view = std::experimental::basic_string_view<Char>; variable
305 template <typename T> struct std_string_view {}; struct