HomeSort by relevance Sort by last modified time
    Searched defs:StringCompare (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/mclinker/include/mcld/ADT/
StringHash.h 313 /** \class template<uint32_t TYPE> StringCompare
314 * \brief the template StringCompare class, for specification
317 struct StringCompare : public std::binary_function<const STRING_TYPE&,
326 struct StringCompare<const char*>
334 struct StringCompare<char*>
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_utility.cc 56 bool StringCompare(const char* str1, const char* str2,
61 bool StringCompare(const char* str1, const char* str2,
  /external/v8/src/
code-factory.cc 354 Callable CodeFactory::StringCompare(Isolate* isolate, Token::Value token) {

Completed in 77 milliseconds