Searched refs:set_new (Results 1 – 4 of 4) sorted by relevance
/external/regex-re2/util/ |
D | sparse_array_test.cc | 126 EXPECT_DEBUG_DEATH(str_map_.set_new(-123456789, "hi"), in TEST_F() 134 str_map_.set_new(2, "hi"); in TEST_F() 144 EXPECT_DEBUG_DEATH(str_map_.set_new(12345678, "hi"), in TEST_F()
|
D | sparse_array.h | 179 inline iterator set_new(int i, Value v); 328 p = make_pair(set_new(new_value.index_, new_value.second), true); in insert() 369 SparseArray<Value>::set_new(int i, Value v) { in set_new() function
|
/external/regex-re2/re2/ |
D | prefilter_tree.cc | 257 uniq_child.set_new(child_id, 1); in AssignUniqueIds() 261 child_entry->parents->set_new(prefilter->unique_id(), 1); in AssignUniqueIds() 340 count.set_new(j, c); in PropagateMatch()
|
D | nfa.cc | 218 q->set_new(id, NULL); in AddToThreadq()
|