Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dbinary_search.h42 inline constexpr bool StrCmpLess(const char* lhs, const char* rhs) { in StrCmpLess() function
68 return StrCmpLess(lhs.name, rhs.name); in operator()
72 return StrCmpLess(lhs.name, rhs); in operator()
76 return StrCmpLess(lhs, rhs.name); in operator()