Home
last modified time | relevance | path

Searched defs:TypeId (Results 1 – 25 of 44) sorted by relevance

12

/external/google-fruit/include/fruit/impl/util/
Dtype_info.h64 struct TypeId { struct
69 bool operator==(TypeId x) const; argument
/external/google-fruit/include/fruit/impl/normalized_component_storage/
Dbinding_normalization.templates.h39 HashMapWithArenaAllocator<TypeId, ComponentStorageEntry>& binding_data_map, in BindingNormalizationContext()
79HashMapWithArenaAllocator<TypeId, ComponentStorageEntry>& binding_data_map, in normalizeBindings()
557 HashMapWithArenaAllocator<TypeId, ComponentStorageEntry>&& binding_data_map, in performBindingCompression()
560 const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types, in performBindingCompression()
674 const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types, in normalizeBindingsWithBindingCompression()
676 std::unordered_map<TypeId, NormalizedMultibindingSet>& multibindings, in normalizeBindingsWithBindingCompression()
/external/google-fruit/src/
Dnormalized_component_storage.cpp44const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types, in NormalizedComponentStorage()
70const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types, in NormalizedComponentStorage()
Dbinding_normalization.cpp218 void BindingNormalization::addMultibindings(std::unordered_map<TypeId, NormalizedMultibindingSet>& … in addMultibindings()
277 const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types, in normalizeBindingsWithUndoableBindingCompression()
279 std::unordered_map<TypeId, NormalizedMultibindingSet>& multibindings, in normalizeBindingsWithUndoableBindingCompression()
316 const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types, in normalizeBindingsWithPermanentBindingCompression()
318 std::unordered_map<TypeId, NormalizedMultibindingSet>& multibindings) { in normalizeBindingsWithPermanentBindingCompression()
321 …bindings_vector, multibindings, [](TypeId, NormalizedComponentStorage::CompressedBindingUndoInfo) … in normalizeBindingsWithPermanentBindingCompression() argument
331 std::unordered_map<TypeId, NormalizedMultibindingSet>& multibindings) { in normalizeBindingsAndAddTo()
Dnormalized_component_storage_holder.cpp29 ComponentStorage&& component, const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types, in NormalizedComponentStorageHolder()
Dinjector_storage.cpp69 const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types, in InjectorStorage()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DCrossDSOCFI.cpp92 if (ConstantInt *TypeId = extractNumericTypeId(Type)) in buildCFICheck() local
102 if (ConstantInt *TypeId = in buildCFICheck() local
147 for (uint64_t TypeId : TypeIds) { in buildCFICheck() local
DLowerTypeTests.cpp496 Metadata *TypeId, in buildBitSet()
630 static bool isKnownTypeIdMember(Metadata *TypeId, const DataLayout &DL, in isKnownTypeIdMember()
671 Value *LowerTypeTestsModule::lowerTypeTestCall(Metadata *TypeId, CallInst *CI, in lowerTypeTestCall()
837 uint8_t *LowerTypeTestsModule::exportTypeId(StringRef TypeId, in exportTypeId()
888 LowerTypeTestsModule::importTypeId(StringRef TypeId) { in importTypeId()
1887 auto AddTypeIdUse = [&](Metadata *TypeId) -> TypeIdUserInfo & { in lower()
1914 auto TypeId = TypeIdMDVal->getMetadata(); in lower() local
1960 if (auto *TypeId = dyn_cast<MDString>(P.first)) in lower() local
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DTypeId.java34 public final class TypeId<T> { class
87 TypeId(com.android.dx.rop.type.Type ropType) { in TypeId() method in TypeId
91 TypeId(String name, com.android.dx.rop.type.Type ropType) { in TypeId() method in TypeId
/external/libtextclassifier/lang_id/common/fel/
Dworkspace.h56 struct TypeId { struct
61 int TypeId<T>::type_id = GetFreshTypeId(); argument
/external/gemmlowp/internal/
Dallocator.h46 enum class TypeId : std::uint8_t { Uint8, Int8, Uint16, Int16, Uint32, Int32 }; enum
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAny.h28 template <typename T> struct TypeId { static const char Id; }; struct
/external/llvm/lib/Transforms/IPO/
DCrossDSOCFI.cpp93 if (ConstantInt *TypeId = extractNumericTypeId(Type)) in buildCFICheck() local
129 for (uint64_t TypeId : TypeIds) { in buildCFICheck() local
DWholeProgramDevirt.cpp682 Metadata *TypeId = in scanTypeTestUsers() local
717 Metadata *TypeId = cast<MetadataAsValue>(TypeIdValue)->getMetadata(); in scanTypeCheckedLoadUsers() local
/external/tensorflow/tensorflow/core/framework/
Dvariant.h189 TypeIndex TypeId() const { in TypeId() function
280 TypeIndex TypeId() const override { in TypeId() function
/external/golang-protobuf/proto/
Dmessage_set.go58 TypeId *int32 `protobuf:"varint,2,req,name=type_id"` member
/external/syzkaller/vendor/github.com/golang/protobuf/proto/
Dmessage_set.go64 TypeId *int32 `protobuf:"varint,2,req,name=type_id"` member
/external/llvm/tools/llvm-pdbdump/
DFunctionDumper.cpp222 uint32_t TypeId = Symbol.getTypeId(); in dump() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DPrettyFunctionDumper.cpp226 uint32_t TypeId = Symbol.getTypeId(); in dump() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp165 auto *TypeId = dyn_cast<MDString>(TypeMDVal->getMetadata()); in addIntrinsicToSummary() local
196 auto *TypeId = dyn_cast<MDString>(TypeMDVal->getMetadata()); in addIntrinsicToSummary() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DUDTLayout.cpp37 uint32_t TypeId = RawSymbol.getTypeId(); in getSymbolType() local
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-internal.h474 typedef const void* TypeId; typedef
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal.h494 typedef const void* TypeId; typedef
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal.h503 typedef const void* TypeId; typedef
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-internal.h417 typedef const void* TypeId; typedef

12