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

/external/dexmaker/src/main/java/com/google/dexmaker/
H A DTypeId.java29 * java.lang.Integer} have the same type parameter: {@code TypeId<Integer>}.
34 public final class TypeId<T> { class
36 public static final TypeId<Boolean> BOOLEAN
37 = new TypeId<Boolean>(com.android.dx.rop.type.Type.BOOLEAN);
40 public static final TypeId<Byte> BYTE = new TypeId<Byte>(com.android.dx.rop.type.Type.BYTE);
43 public static final TypeId<Character> CHAR
44 = new TypeId<Character>(com.android.dx.rop.type.Type.CHAR);
47 public static final TypeId<Double> DOUBLE = new TypeId<Doubl
90 TypeId(com.android.dx.rop.type.Type ropType) { method in class:TypeId
94 TypeId(String name, com.android.dx.rop.type.Type ropType) { method in class:TypeId
[all...]
/external/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp469 StringRef TypeId = getTok().getIdentifier(); local
471 Type = StringSwitch<COFF::COMDATType>(TypeId)
482 return TokError(Twine("unrecognized COMDAT type '" + TypeId + "'"));
/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_org/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h427 // unique IDs to fixture classes and compare them. The TypeId type is
428 // used to hold such IDs. The user should treat TypeId as an opaque
429 // type: the only operation allowed on TypeId values is to compare
431 typedef const void* TypeId; typedef in namespace:testing::internal
449 TypeId GetTypeId() {
462 GTEST_API_ TypeId GetTestTypeId();
528 TypeId fixture_class_id,
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-internal.h470 // unique IDs to fixture classes and compare them. The TypeId type is
471 // used to hold such IDs. The user should treat TypeId as an opaque
472 // type: the only operation allowed on TypeId values is to compare
474 typedef const void* TypeId; typedef in namespace:testing::internal
492 TypeId GetTypeId() {
505 GTEST_API_ TypeId GetTestTypeId();
570 TypeId fixture_class_id,
/external/gtest/include/gtest/internal/
H A Dgtest-internal.h395 // unique IDs to fixture classes and compare them. The TypeId type is
396 // used to hold such IDs. The user should treat TypeId as an opaque
397 // type: the only operation allowed on TypeId values is to compare
399 typedef const void* TypeId; typedef in namespace:testing::internal
417 TypeId GetTypeId() {
430 GTEST_API_ TypeId GetTestTypeId();
496 TypeId fixture_class_id,
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h499 // unique IDs to fixture classes and compare them. The TypeId type is
500 // used to hold such IDs. The user should treat TypeId as an opaque
501 // type: the only operation allowed on TypeId values is to compare
503 typedef const void* TypeId; typedef in namespace:testing::internal
521 TypeId GetTypeId() {
534 GTEST_API_ TypeId GetTestTypeId();
599 TypeId fixture_class_id,
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-internal.h470 // unique IDs to fixture classes and compare them. The TypeId type is
471 // used to hold such IDs. The user should treat TypeId as an opaque
472 // type: the only operation allowed on TypeId values is to compare
474 typedef const void* TypeId; typedef in namespace:testing::internal
492 TypeId GetTypeId() {
505 GTEST_API_ TypeId GetTestTypeId();
570 TypeId fixture_class_id,
/external/chromium_org/third_party/libvpx/source/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...]
/external/libvpx/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 392 milliseconds