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

/art/cmdline/
H A Dtoken_range.h393 // we need to remove them and compress the token list into a smaller one.
394 bool remove = false; local
399 remove = true;
404 // Actually copy the token list and remove the tokens that don't match our predicate.
405 if (remove) {
/art/compiler/linker/
H A Drelative_patcher_test.h232 size_t remove = diff_indicator_str.length() / 3 - 5; local
234 oss << "[stripped " << remove << "]"; local
236 expected_hex_str.replace(0u, remove * 3u, replacement);
237 linked_hex_str.replace(0u, remove * 3u, replacement);
238 diff_indicator_str.replace(0u, remove * 3u, replacement);
/art/compiler/utils/
H A Dintrusive_forward_list.h275 void remove(const value_type& value) { function in class:art::IntrusiveForwardList

Completed in 6094 milliseconds