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

  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-internal.h 475 // GetTypeId<T>() returns the ID of type T. Different values will be
479 inline TypeId GetTypeId() {
539 ::testing::internal::GetTypeId< parent_class >(), \
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-param-util.h 459 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); }
577 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {
gtest-internal.h 482 // GetTypeId<T>() returns the ID of type T. Different values will be
486 TypeId GetTypeId() {
495 // of GetTypeId< ::testing::Test>() to get the type ID of
654 GetTypeId<FixtureClass>(),
    [all...]
  /external/gtest/include/gtest/internal/
gtest-param-util.h 459 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); }
577 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {
gtest-internal.h 488 // GetTypeId<T>() returns the ID of type T. Different values will be
492 TypeId GetTypeId() {
501 // of GetTypeId< ::testing::Test>() to get the type ID of
660 GetTypeId<FixtureClass>(),
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h 459 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); }
577 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {
gtest-internal.h 507 // GetTypeId<T>() returns the ID of type T. Different values will be
511 TypeId GetTypeId() {
520 // of GetTypeId< ::testing::Test>() to get the type ID of
679 GetTypeId<FixtureClass>(),
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 504 // GetTypeId<T>() returns the ID of type T. Different values will be
508 TypeId GetTypeId() {
517 // of GetTypeId< ::testing::Test>() to get the type ID of
682 GetTypeId<FixtureClass>(),
    [all...]
gtest-param-util.h 477 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); }
596 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {
  /external/chromium/testing/gtest/test/
gtest_unittest.cc 166 using testing::internal::GetTypeId;
264 // Tests GetTypeId.
267 EXPECT_EQ(GetTypeId<int>(), GetTypeId<int>());
268 EXPECT_EQ(GetTypeId<Test>(), GetTypeId<Test>());
275 EXPECT_NE(GetTypeId<int>(), GetTypeId<const int>());
276 EXPECT_NE(GetTypeId<int>(), GetTypeId<char>())
    [all...]
  /external/gtest/test/
gtest_unittest.cc 166 using testing::internal::GetTypeId;
264 // Tests GetTypeId.
267 EXPECT_EQ(GetTypeId<int>(), GetTypeId<int>());
268 EXPECT_EQ(GetTypeId<Test>(), GetTypeId<Test>());
275 EXPECT_NE(GetTypeId<int>(), GetTypeId<const int>());
276 EXPECT_NE(GetTypeId<int>(), GetTypeId<char>())
    [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc 163 using testing::internal::GetTypeId;
241 // Tests GetTypeId.
244 EXPECT_EQ(GetTypeId<int>(), GetTypeId<int>());
245 EXPECT_EQ(GetTypeId<Test>(), GetTypeId<Test>());
252 EXPECT_NE(GetTypeId<int>(), GetTypeId<const int>());
253 EXPECT_NE(GetTypeId<int>(), GetTypeId<char>())
    [all...]
  /external/chromium/testing/gtest/include/gtest/
gtest.h     [all...]
  /external/gtest/include/gtest/
gtest.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest.h     [all...]
  /external/protobuf/gtest/include/gtest/
gtest.h     [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc     [all...]
  /external/chromium/testing/gtest/src/
gtest.cc 586 // instead of GetTypeId< ::testing::Test>() to get the type ID of
589 // GetTypeId< ::testing::Test>() to return different values depending
592 // return the same value, as it always calls GetTypeId<>() from the
595 return GetTypeId<Test>();
    [all...]
  /external/gtest/src/
gtest.cc 586 // instead of GetTypeId< ::testing::Test>() to get the type ID of
589 // GetTypeId< ::testing::Test>() to return different values depending
592 // return the same value, as it always calls GetTypeId<>() from the
595 return GetTypeId<Test>();
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest.cc 586 // instead of GetTypeId< ::testing::Test>() to get the type ID of
589 // GetTypeId< ::testing::Test>() to return different values depending
592 // return the same value, as it always calls GetTypeId<>() from the
595 return GetTypeId<Test>();
    [all...]
  /external/protobuf/gtest/src/
gtest.cc 554 // instead of GetTypeId< ::testing::Test>() to get the type ID of
557 // GetTypeId< ::testing::Test>() to return different values depending
560 // return the same value, as it always calls GetTypeId<>() from the
563 return GetTypeId<Test>();
    [all...]

Completed in 1044 milliseconds