HomeSort by relevance Sort by last modified time
    Searched defs:TypeId (Results 1 - 25 of 29) sorted by null

1 2

  /external/gemmlowp/internal/
allocator.h 54 enum class TypeId : std::uint8_t { Uint8, Int8, Uint16, Int16, Uint32, Int32 };
60 inline TypeId GetTypeId() {
70 static const TypeId Value = TypeId::id; \
140 TypeId type_;
  /external/llvm/tools/llvm-pdbdump/
FunctionDumper.cpp 222 uint32_t TypeId = Symbol.getTypeId();
223 auto Type = Symbol.getSession().getSymbolById(TypeId);
  /external/dexmaker/dexmaker/src/main/java/com/android/dx/
TypeId.java 29 * java.lang.Integer} have the same type parameter: {@code TypeId<Integer>}.
34 public final class TypeId<T> {
36 public static final TypeId<Boolean> BOOLEAN = new TypeId<>(com.android.dx.rop.type.Type.BOOLEAN);
39 public static final TypeId<Byte> BYTE = new TypeId<>(com.android.dx.rop.type.Type.BYTE);
42 public static final TypeId<Character> CHAR = new TypeId<>(com.android.dx.rop.type.Type.CHAR);
45 public static final TypeId<Double> DOUBLE = new TypeId<>(com.android.dx.rop.type.Type.DOUBLE)
    [all...]
  /external/libtextclassifier/common/
workspace.h 55 // Struct to simulate typeid, but without RTTI.
57 struct TypeId {
62 int TypeId<T>::type_id = GetFreshTypeId();
74 const int id = TypeId<W>::type_id;
99 // Workspace type names, indexed as workspace_types_[typeid].
102 // Workspace names, indexed as workspace_names_[typeid][workspace].
121 const int id = TypeId<W>::type_id;
134 const int id = TypeId<W>::type_id;
143 const int id = TypeId<W>::type_id;
168 // The set of workspaces, indexed as workspaces_[typeid][index]
    [all...]
  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 489 StringRef TypeId = getTok().getIdentifier();
491 Type = StringSwitch<COFF::COMDATType>(TypeId)
502 return TokError(Twine("unrecognized COMDAT type '" + TypeId + "'"));
  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 486 // 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;
508 TypeId GetTypeId() {
521 GTEST_API_ TypeId GetTestTypeId();
599 TypeId fixture_class_id,
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-internal.h 470 // 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;
492 TypeId GetTypeId() {
505 GTEST_API_ TypeId GetTestTypeId();
570 TypeId fixture_class_id,
    [all...]
  /external/googletest/googletest/include/gtest/internal/
gtest-internal.h 425 // unique IDs to fixture classes and compare them. The TypeId type is
426 // used to hold such IDs. The user should treat TypeId as an opaque
427 // type: the only operation allowed on TypeId values is to compare
429 typedef const void* TypeId;
447 TypeId GetTypeId() {
460 GTEST_API_ TypeId GetTestTypeId();
535 TypeId fixture_class_id,
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-internal.h 425 // unique IDs to fixture classes and compare them. The TypeId type is
426 // used to hold such IDs. The user should treat TypeId as an opaque
427 // type: the only operation allowed on TypeId values is to compare
429 typedef const void* TypeId;
447 TypeId GetTypeId() {
460 GTEST_API_ TypeId GetTestTypeId();
535 TypeId fixture_class_id,
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 499 // 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;
521 TypeId GetTypeId() {
534 GTEST_API_ TypeId GetTestTypeId();
599 TypeId fixture_class_id,
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h 470 // 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;
492 TypeId GetTypeId() {
505 GTEST_API_ TypeId GetTestTypeId();
570 TypeId fixture_class_id,
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 490 // 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;
512 TypeId GetTypeId() {
525 GTEST_API_ TypeId GetTestTypeId();
590 TypeId fixture_class_id,
    [all...]
  /external/v8/testing/gtest/include/gtest/internal/
gtest-internal.h 425 // unique IDs to fixture classes and compare them. The TypeId type is
426 // used to hold such IDs. The user should treat TypeId as an opaque
427 // type: the only operation allowed on TypeId values is to compare
429 typedef const void* TypeId;
447 TypeId GetTypeId() {
460 GTEST_API_ TypeId GetTestTypeId();
535 TypeId fixture_class_id,
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-internal.h 395 // 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;
417 TypeId GetTypeId() {
430 GTEST_API_ TypeId GetTestTypeId();
496 TypeId fixture_class_id,
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 384 // 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;
406 TypeId GetTypeId() {
419 GTEST_API_ TypeId GetTestTypeId();
485 TypeId fixture_class_id,
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 384 // 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;
406 TypeId GetTypeId() {
419 GTEST_API_ TypeId GetTestTypeId();
485 TypeId fixture_class_id,
    [all...]
  /external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DexMakerTest.java 58 private static TypeId<DexMakerTest> TEST_TYPE = TypeId.get(DexMakerTest.class);
59 private static TypeId<?> INT_ARRAY = TypeId.get(int[].class);
60 private static TypeId<boolean[]> BOOLEAN_ARRAY = TypeId.get(boolean[].class);
61 private static TypeId<long[]> LONG_ARRAY = TypeId.get(long[].class);
62 private static TypeId<Object[]> OBJECT_ARRAY = TypeId.get(Object[].class)
    [all...]
  /frameworks/compile/slang/
slang_rs_reflection.cpp 169 unsigned TypeId = EPT->getType();
171 if (TypeId < (sizeof(PrimitiveTypePackerAPINameMap) / sizeof(const char *)))
    [all...]
  /art/dexlayout/
dex_ir.h 59 class TypeId;
82 virtual void Dispatch(const TypeId* type_id) = 0;
169 std::vector<std::unique_ptr<TypeId>>& TypeIds() { return type_ids_.Collection(); }
221 TypeId* GetTypeId(uint32_t index) {
253 TypeId* GetTypeIdOrNullPtr(uint16_t index) {
332 CollectionVector<TypeId> type_ids_;
495 class TypeId : public IndexedItem {
497 explicit TypeId(StringId* string_id) : string_id_(string_id) { size_ = kTypeIdItemSize; }
498 ~TypeId() OVERRIDE { }
509 DISALLOW_COPY_AND_ASSIGN(TypeId);
    [all...]
  /art/runtime/
dex_file.h 156 struct TypeId {
160 DISALLOW_COPY_AND_ASSIGN(TypeId);
574 const TypeId* FindTypeId(const char* string) const;
589 // Returns the TypeId at the specified index.
590 const TypeId& GetTypeId(dex::TypeIndex idx) const {
595 dex::TypeIndex GetIndexForTypeId(const TypeId& type_id) const {
609 const char* GetTypeDescriptor(const TypeId& type_id) const;
612 const TypeId* FindTypeId(dex::StringIndex string_idx) const;
633 const FieldId* FindFieldId(const DexFile::TypeId& declaring_klass,
635 const DexFile::TypeId& type) const
    [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp     [all...]
CGExpr.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dbgeng.h     [all...]
d3d11.h 659 UINT TypeId;
    [all...]
  /external/fmtlib/test/gtest/
gtest.h 544 // both the typeid and dynamic_cast features are present.
    [all...]

Completed in 966 milliseconds

1 2