Searched defs:TypeId (Results 1 - 7 of 7) 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/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/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/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/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h489 // unique IDs to fixture classes and compare them. The TypeId type is
490 // used to hold such IDs. The user should treat TypeId as an opaque
491 // type: the only operation allowed on TypeId values is to compare
493 typedef const void* TypeId; typedef in namespace:testing::internal
511 TypeId GetTypeId() {
524 GTEST_API_ TypeId GetTestTypeId();
589 TypeId fixture_class_id,
/external/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp432 namespace TypeId { namespace
435 constexpr const std::type_info &ti1 = typeid(*p); // expected-error {{must be initialized by a constant expression}} expected-note {{typeid applied to expression of polymorphic type 'TypeId::S'}}

Completed in 380 milliseconds