Home
last modified time | relevance | path

Searched refs:Insert (Results 1 – 9 of 9) sorted by relevance

/tools/dexter/slicer/export/slicer/
Dhash_table.h66 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/
Dhashlink_linkedhashset_fuzzer.rs33 Insert { value: Data }, enumerator
49 LinkedHashSetMethods::Insert { value } => {
Dhashlink_linkedhashmap_fuzzer.rs33 Insert { key: Data, value: Data }, enumerator
49 LinkedHashMapMethods::Insert { key, value } => {
Dhashlink_lrucache_fuzzer.rs37 Insert { key: Data, value: Data }, enumerator
53 LruCacheMethods::Insert { key, value } => {
/tools/security/fuzzing/orphans/hashbrown/
Dhashbrown_hashset_fuzzer.rs33 Insert { value: Data }, enumerator
50 HashSetMethods::Insert { value } => {
Dhashbrown_hashmap_fuzzer.rs33 Insert { key: Data, value: Data }, enumerator
50 HashMapMethods::Insert { key, value } => {
/tools/security/fuzzing/orphans/smallvec/
Dsmallvec_fuzzer.rs52 Insert { index: usize, element: Data }, enumerator
86 Command::Insert { index, element } => { in do_fuzz()
/tools/dexter/slicer/
Ddex_ir_builder.cc89 dex_ir_->strings_lookup.Insert(ir_string); in GetAsciiString()
173 dex_ir_->prototypes_lookup.Insert(ir_proto); in GetProto()
Dreader.cc827 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()