Searched defs:TypeId (Results 1 - 13 of 13) 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/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp418 StringRef TypeId = getTok().getIdentifier(); local
420 Type = StringSwitch<COFF::COMDATType>(TypeId)
431 return TokError(Twine("unrecognized COMDAT type '" + TypeId + "'"));
/external/open-vcdiff/gtest/include/gtest/internal/
H A Dgtest-internal.h488 // unique IDs to fixture classes and compare them. The TypeId type is
489 // used to hold such IDs. The user should treat TypeId as an opaque
490 // type: the only operation allowed on TypeId values is to compare
492 typedef const void* TypeId; typedef in namespace:testing::internal
510 TypeId GetTypeId() {
523 TypeId GetTestTypeId();
599 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/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h384 // unique IDs to fixture classes and compare them. The TypeId type is
385 // used to hold such IDs. The user should treat TypeId as an opaque
386 // type: the only operation allowed on TypeId values is to compare
388 typedef const void* TypeId; typedef in namespace:testing::internal
406 TypeId GetTypeId() {
419 GTEST_API_ TypeId GetTestTypeId();
485 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.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.h498 // unique IDs to fixture classes and compare them. The TypeId type is
499 // used to hold such IDs. The user should treat TypeId as an opaque
500 // type: the only operation allowed on TypeId values is to compare
502 typedef const void* TypeId; typedef in namespace:testing::internal
520 TypeId GetTypeId() {
533 GTEST_API_ TypeId GetTestTypeId();
598 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/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'}}
/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 1168 milliseconds