Home
last modified time | relevance | path

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

/external/cronet/tot/third_party/llvm-libc/src/src/__support/
Dcommon.h58 LIBC_INLINE constexpr bool same_string(char const *lhs, char const *rhs) { in same_string() function
78 !LIBC_NAMESPACE::internal::same_string( \
/external/llvm-libc/src/__support/
Dcommon.h58 LIBC_INLINE constexpr bool same_string(char const *lhs, char const *rhs) { in same_string() function
78 !LIBC_NAMESPACE::internal::same_string( \
/external/cronet/stable/third_party/llvm-libc/src/src/__support/
Dcommon.h58 LIBC_INLINE constexpr bool same_string(char const *lhs, char const *rhs) { in same_string() function
78 !LIBC_NAMESPACE::internal::same_string( \
/external/libxkbcommon/src/compose/
Dparser.c398 bool same_string = in add_production() local
411 if (same_string && same_keysym) { in add_production()