Searched refs:string_cmp (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/tools/auto_index/src/ |
D | auto_index.cpp | 148 struct string_cmp struct 176 static std::set<const char*, string_cmp> permitted; in can_contain_title() 220 static std::set<const char*, string_cmp> permitted; in can_contain_indexterm() 255 static std::set<const char*, string_cmp> terminals; in should_flatten_node()
|
/third_party/boost/libs/proto/test/ |
D | toy_spirit2.cpp | 49 inline bool string_cmp(char const *sz, FwdIter &begin, FwdIter end) in string_cmp() function 349 return utility::string_cmp(sz, this->first, this->second); in operator ()()
|
D | toy_spirit.cpp | 98 inline bool string_cmp(char const *sz, FwdIter &begin, FwdIter end) in string_cmp() function 214 return utility::string_cmp(sz, this->first, this->second); in operator ()()
|
/third_party/quickjs/ |
D | quickjs.c | 40348 static int string_cmp(JSString *p1, JSString *p2, int x1, int x2, int len) in string_cmp() function 40388 if (!string_cmp(p1, p2, j + 1, 1, len2 - 1)) in string_indexof() 40453 if (!string_cmp(p, p1, i, 0, v_len)) { in js_string_indexOf() 40519 if (!string_cmp(p, p1, i, 0, v_len)) { in js_string_includes()
|