Searched defs:TypeId (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7355 // unique IDs to fixture classes and compare them. The TypeId type is
7356 // used to hold such IDs. The user should treat TypeId as an opaque
7357 // type: the only operation allowed on TypeId values is to compare
7359 typedef const void* TypeId; typedef in namespace:testing::internal
7377 TypeId GetTypeId() {
7390 GTEST_API_ TypeId GetTestTypeId();
7456 TypeId fixture_class_id,
10421 virtual TypeId GetTestCaseTypeId() const = 0;
10458 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); }
18104 internal::TypeId fixture_class_i
[all...]

Completed in 126 milliseconds