HomeSort by relevance Sort by last modified time
    Searched refs:ends_with (Results 1 - 4 of 4) 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/chromium/net/base/
x509_certificate.cc 484 if (cert_match.ends_with("."))
    [all...]

Completed in 312 milliseconds