Searched refs:Insert (Results 1 – 9 of 9) sorted by relevance
/tools/dexter/slicer/export/slicer/ |
D | hash_table.h | 66 bool Insert(T* value); 93 void Insert(T* value); 126 bool HashTable<Key, T, Hash>::Partition::Insert(T* value) { in Insert() function 166 SLICER_CHECK(Insert(bucket.value)); in InsertAll() 175 void HashTable<Key, T, Hash>::Insert(T* value) { in Insert() function 177 if (!insertion_table_->Insert(value)) { in Insert() 183 SLICER_CHECK(new_hash_table->Insert(value)); in Insert()
|
/tools/security/fuzzing/orphans/hashlink/ |
D | hashlink_linkedhashset_fuzzer.rs | 33 Insert { value: Data }, enumerator 49 LinkedHashSetMethods::Insert { value } => {
|
D | hashlink_linkedhashmap_fuzzer.rs | 33 Insert { key: Data, value: Data }, enumerator 49 LinkedHashMapMethods::Insert { key, value } => {
|
D | hashlink_lrucache_fuzzer.rs | 37 Insert { key: Data, value: Data }, enumerator 53 LruCacheMethods::Insert { key, value } => {
|
/tools/security/fuzzing/orphans/hashbrown/ |
D | hashbrown_hashset_fuzzer.rs | 33 Insert { value: Data }, enumerator 50 HashSetMethods::Insert { value } => {
|
D | hashbrown_hashmap_fuzzer.rs | 33 Insert { key: Data, value: Data }, enumerator 50 HashMapMethods::Insert { key, value } => {
|
/tools/security/fuzzing/orphans/smallvec/ |
D | smallvec_fuzzer.rs | 52 Insert { index: usize, element: Data }, enumerator 86 Command::Insert { index, element } => { in do_fuzz()
|
/tools/dexter/slicer/ |
D | dex_ir_builder.cc | 89 dex_ir_->strings_lookup.Insert(ir_string); in GetAsciiString() 173 dex_ir_->prototypes_lookup.Insert(ir_proto); in GetProto()
|
D | reader.cc | 827 dex_ir_->methods_lookup.Insert(ir_encoded_method); in ParseEncodedMethod() 913 dex_ir_->prototypes_lookup.Insert(ir_proto); in ParseProto() 930 dex_ir_->strings_lookup.Insert(ir_string); in ParseString()
|