Home
last modified time | relevance | path

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

/aosp_15_r20/external/fmtlib/test/
H A Dranges-test.cc445 struct zstring_sentinel {}; struct
447 bool operator==(const char* p, zstring_sentinel) { return *p == '\0'; } in operator ==() argument
448 bool operator!=(const char* p, zstring_sentinel) { return *p != '\0'; } in operator !=() argument