HomeSort by relevance Sort by last modified time
    Searched refs:ends_with (Results 1 - 2 of 2) 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...]
string_piece.h 110 bool ends_with(const StringPiece& x) const { function in class:base::StringPiece

Completed in 172 milliseconds