HomeSort by: relevance | last modified time | path
    Searched refs:GetTypeId (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 419 // GetTypeId<T>() returns the ID of type T. Different values will be
423 TypeId GetTypeId() {
432 // of GetTypeId< ::testing::Test>() to get the type ID of
712 code_location, GetTypeId<FixtureClass>(),
gtest-param-util.h 502 TypeId GetTestSuiteTypeId() const override { return GetTypeId<TestSuite>(); }
674 if (test_suite_info->GetTestSuiteTypeId() != GetTypeId<TestSuite>()) {
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest.h 2322 // Note that we call GetTestTypeId() instead of GetTypeId<
2325 // a framework on Mac OS X. The bug causes GetTypeId<
2329 // value, as it always calls GetTypeId<>() from the Google Test
2370 ::testing::internal::GetTypeId<test_fixture>())
2454 internal::CodeLocation(file, line), internal::GetTypeId<TestT>(),
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest.cc 633 // instead of GetTypeId< ::testing::Test>() to get the type ID of
636 // GetTypeId< ::testing::Test>() to return different values depending
639 // return the same value, as it always calls GetTypeId<>() from the
642 return GetTypeId<Test>();

Completed in 68 milliseconds