Searched defs:remove (Results 1 - 3 of 3) sorted by relevance

/art/cmdline/
H A Dtoken_range.h395 // we need to remove them and compress the token list into a smaller one.
396 bool remove = false; local
401 remove = true;
406 // Actually copy the token list and remove the tokens that don't match our predicate.
407 if (remove) {
/art/compiler/linker/
H A Drelative_patcher_test.h237 size_t remove = diff_indicator_str.length() / 3 - 5; local
239 oss << "[stripped " << remove << "]"; local
241 expected_hex_str.replace(0u, remove * 3u, replacement);
242 linked_hex_str.replace(0u, remove * 3u, replacement);
243 diff_indicator_str.replace(0u, remove * 3u, replacement);
/art/compiler/utils/
H A Dintrusive_forward_list.h286 void remove(const value_type& value) { function in class:art::IntrusiveForwardList

Completed in 162 milliseconds