HomeSort by relevance Sort by last modified time
    Searched refs:ends_with (Results 1 - 6 of 6) sorted by null

  /external/chromium/base/
string_piece_unittest.cc 443 ASSERT_TRUE(a.ends_with(a));
444 ASSERT_TRUE(a.ends_with("bar"));
445 ASSERT_TRUE(a.ends_with(e));
446 ASSERT_TRUE(b.ends_with(s1));
447 ASSERT_TRUE(b.ends_with(b));
448 ASSERT_TRUE(b.ends_with(e));
449 ASSERT_TRUE(e.ends_with(""));
450 ASSERT_TRUE(!a.ends_with(b));
451 ASSERT_TRUE(!b.ends_with(a));
452 ASSERT_TRUE(!e.ends_with(a))
    [all...]
vlog.cc 94 if (module.ends_with(kInlSuffix))
string_piece.h 119 bool ends_with(const StringPiece& x) const { function in class:base::StringPiece
  /external/regex-re2/re2/
stringpiece.h 110 bool ends_with(const StringPiece& x) const { function in class:re2::StringPiece
  /external/linux-tools-perf/
builtin-script.c 763 static const char *ends_with(const char *str, const char *suffix) function
858 str = (char *)ends_with(script_root, REPORT_SUFFIX);
906 str = (char *)ends_with(__script_root, suffix);
926 return ends_with(script_path, "top") == NULL ? false : true;
  /external/chromium/net/base/
x509_certificate.cc 490 if (cert_match.ends_with("."))
    [all...]

Completed in 244 milliseconds