Home
last modified time | relevance | path

Searched defs:KeyT (Results 1 – 25 of 30) sorted by relevance

12

/external/rust/crates/googletest/src/matchers/
Dhas_entry_matcher.rs83 fn matches(&self, actual: &HashMap<KeyT, ValueT>) -> MatcherResult { in matches()
91 fn explain_match(&self, actual: &HashMap<KeyT, ValueT>) -> Description { in explain_match()
Dunordered_elements_are_matcher.rs476 elements: [KeyValueMatcher<'a, KeyT, ValueT>; N], in new() argument
620 fn generate_for_map<'a, KeyT: Debug, ValueT: Debug, ContainerT: Debug + ?Sized>( in generate_for_map() argument
1009 fn get_explanation_for_map<'a, KeyT: Debug, ValueT: Debug, ContainerT: Debug + ?Sized>( in get_explanation_for_map() argument
/external/tink/cc/internal/
Dkey_serializer.h60 explicit KeySerializerImpl(absl::FunctionRef<util::StatusOr<SerializationT>( in KeySerializerImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DMapVector.h117 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert()
129 std::pair<iterator, bool> insert(std::pair<KeyT, ValueT> &&KV) { in insert()
DDenseMap.h196 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert()
203 std::pair<iterator, bool> insert(std::pair<KeyT, ValueT> &&KV) { in insert()
250 std::pair<iterator, bool> insert_as(std::pair<KeyT, ValueT> &&KV, in insert_as()
393 const DenseMapBase<OtherBaseT, KeyT, ValueT, KeyInfoT, BucketT> &other) { in copyFrom() argument
1200 const DenseMapIterator<KeyT, ValueT, KeyInfoT, Bucket, IsConstSrc> &I) in DenseMapIterator()
1269 inline size_t capacity_in_bytes(const DenseMap<KeyT, ValueT, KeyInfoT> &X) { in capacity_in_bytes()
DImmutableMap.h284 explicit ImmutableMapRef(const ImmutableMap<KeyT, ValT> &X, in ImmutableMapRef()
285 typename ImmutableMap<KeyT, ValT>::Factory &F) in ImmutableMapRef()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DMapVector.h118 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert()
130 std::pair<iterator, bool> insert(std::pair<KeyT, ValueT> &&KV) { in insert()
DDenseMap.h207 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert()
214 std::pair<iterator, bool> insert(std::pair<KeyT, ValueT> &&KV) { in insert()
273 std::pair<iterator, bool> insert_as(std::pair<KeyT, ValueT> &&KV, in insert_as()
422 const DenseMapBase<OtherBaseT, KeyT, ValueT, KeyInfoT, BucketT> &other) { in copyFrom() argument
1231 const DenseMapIterator<KeyT, ValueT, KeyInfoT, Bucket, IsConstSrc> &I) in DenseMapIterator()
1303 inline size_t capacity_in_bytes(const DenseMap<KeyT, ValueT, KeyInfoT> &X) { in capacity_in_bytes()
DImmutableMap.h226 ImmutableMapRef(const ImmutableMap<KeyT, ValT> &X, in ImmutableMapRef()
227 typename ImmutableMap<KeyT, ValT>::Factory &F) in ImmutableMapRef()
/external/llvm/include/llvm/ADT/
DDenseMap.h171 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert()
186 std::pair<iterator, bool> insert(std::pair<KeyT, ValueT> &&KV) { in insert()
206 std::pair<iterator, bool> insert_as(std::pair<KeyT, ValueT> &&KV, in insert_as()
348 const DenseMapBase<OtherBaseT, KeyT, ValueT, KeyInfoT, BucketT> &other) { in copyFrom() argument
1063 const DenseMapIterator<KeyT, ValueT, KeyInfoT, Bucket, IsConstSrc> &I) in DenseMapIterator()
1114 capacity_in_bytes(const DenseMap<KeyT, ValueT, KeyInfoT> &X) { in capacity_in_bytes()
DImmutableMap.h279 explicit ImmutableMapRef(const ImmutableMap<KeyT, ValT> &X, in ImmutableMapRef()
280 typename ImmutableMap<KeyT, ValT>::Factory &F) in ImmutableMapRef()
DMapVector.h91 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DDenseMap.h173 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert()
180 std::pair<iterator, bool> insert(std::pair<KeyT, ValueT> &&KV) { in insert()
223 std::pair<iterator, bool> insert_as(std::pair<KeyT, ValueT> &&KV, in insert_as()
364 const DenseMapBase<OtherBaseT, KeyT, ValueT, KeyInfoT, BucketT> &other) { in copyFrom() argument
1067 const DenseMapIterator<KeyT, ValueT, KeyInfoT, Bucket, IsConstSrc> &I) in DenseMapIterator()
1118 capacity_in_bytes(const DenseMap<KeyT, ValueT, KeyInfoT> &X) { in capacity_in_bytes()
/external/tink/java_src/src/main/java/com/google/crypto/tink/internal/
DPrimitiveConstructor.java94 PrimitiveConstructionFunction<KeyT, PrimitiveT> function, in create()
DKeySerializer.java89 KeySerializationFunction<KeyT, SerializationT> function, in create()
DMutablePrimitiveRegistry.java61 PrimitiveConstructor<KeyT, PrimitiveT> constructor) throws GeneralSecurityException { in registerPrimitiveConstructor()
DMutableSerializationRegistry.java69 void registerKeySerializer(KeySerializer<KeyT, SerializationT> serializer) in registerKeySerializer()
DPrimitiveRegistry.java62 PrimitiveConstructor<KeyT, PrimitiveT> primitiveConstructor) in registerPrimitiveConstructor()
DSerializationRegistry.java71 KeySerializer<KeyT, SerializationT> serializer) throws GeneralSecurityException { in registerKeySerializer()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValueMap.h173 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert()
178 std::pair<iterator, bool> insert(std::pair<KeyT, ValueT> &&KV) { in insert()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DValueMap.h172 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert()
177 std::pair<iterator, bool> insert(std::pair<KeyT, ValueT> &&KV) { in insert()
/external/llvm/include/llvm/IR/
DValueMap.h168 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert()
173 std::pair<iterator, bool> insert(std::pair<KeyT, ValueT> &&KV) { in insert()
/external/llvm/lib/Transforms/ObjCARC/
DBlotMapVector.h61 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &InsertPair) { in insert()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/ObjCARC/
DBlotMapVector.h67 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &InsertPair) { in insert()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DBlotMapVector.h67 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &InsertPair) { in insert()

12