Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/
Dconfig.hpp114 template<> constexpr char space_sign<char> () {return ' '; } in space_sign() function
115 template<> constexpr wchar_t space_sign<wchar_t> () {return L' '; } in space_sign() function
/aosp_15_r20/external/fmtlib/test/
H A Dformat-test.cc749 TEST(format_test, space_sign) { in TEST() argument