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

/external/chromium/sdch/open-vcdiff/src/gtest/internal/
H A Dgtest-internal.h469 // unique IDs to fixture classes and compare them. The TypeId type is
470 // used to hold such IDs. The user should treat TypeId as an opaque
471 // type: the only operation allowed on TypeId values is to compare
473 typedef void* TypeId; typedef in namespace:testing::internal
479 inline TypeId GetTypeId() {
/external/gtest/include/gtest/internal/
H A Dgtest-internal.h487 // unique IDs to fixture classes and compare them. The TypeId type is
488 // used to hold such IDs. The user should treat TypeId as an opaque
489 // type: the only operation allowed on TypeId values is to compare
491 typedef const void* TypeId; typedef in namespace:testing::internal
509 TypeId GetTypeId() {
522 TypeId GetTestTypeId();
598 TypeId fixture_class_id,
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-internal.h486 // unique IDs to fixture classes and compare them. The TypeId type is
487 // used to hold such IDs. The user should treat TypeId as an opaque
488 // type: the only operation allowed on TypeId values is to compare
490 typedef const void* TypeId; typedef in namespace:testing::internal
508 TypeId GetTypeId() {
521 TypeId GetTestTypeId();
597 TypeId fixture_class_id,
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h464 // unique IDs to fixture classes and compare them. The TypeId type is
465 // used to hold such IDs. The user should treat TypeId as an opaque
466 // type: the only operation allowed on TypeId values is to compare
468 typedef const void* TypeId; typedef in namespace:testing::internal
486 TypeId GetTypeId() {
499 GTEST_API_ TypeId GetTestTypeId();
564 TypeId fixture_class_id,
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h490 // unique IDs to fixture classes and compare them. The TypeId type is
491 // used to hold such IDs. The user should treat TypeId as an opaque
492 // type: the only operation allowed on TypeId values is to compare
494 typedef const void* TypeId; typedef in namespace:testing::internal
512 TypeId GetTypeId() {
525 GTEST_API_ TypeId GetTestTypeId();
590 TypeId fixture_class_id,

Completed in 165 milliseconds