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

  /external/chromium/testing/gtest/test/
gtest-printers_test.cc 537 AssertionResult HasPrefix(const StringType& str, const StringType& prefix) {
563 EXPECT_TRUE(HasPrefix(Print(&Foo::value),
566 EXPECT_TRUE(HasPrefix(Print(p),
575 EXPECT_TRUE(HasPrefix(Print(&Foo::MyMethod),
578 HasPrefix(Print(&Foo::MyVirtualMethod),
581 EXPECT_TRUE(HasPrefix(Print(p),
    [all...]
  /external/gtest/test/
gtest-printers_test.cc 537 AssertionResult HasPrefix(const StringType& str, const StringType& prefix) {
563 EXPECT_TRUE(HasPrefix(Print(&Foo::value),
566 EXPECT_TRUE(HasPrefix(Print(p),
575 EXPECT_TRUE(HasPrefix(Print(&Foo::MyMethod),
578 HasPrefix(Print(&Foo::MyVirtualMethod),
581 EXPECT_TRUE(HasPrefix(Print(p),
    [all...]

Completed in 93 milliseconds