OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:remove_
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_addrhashmap.h
87
bool
remove_
;
member in class:__sanitizer::AddrHashMap::Handle
104
remove_
= false;
114
remove_
= remove;
124
remove_
= remove;
167
if (h->
remove_
)
172
CHECK(!h->
remove_
);
207
if (h->
remove_
) {
223
if (h->
remove_
) {
235
if (h->
remove_
|| !h->create_) {
297
} else if (h->
remove_
) {
[
all
...]
/external/squashfs-tools/squashfs-tools/
caches-queues-lists.h
42
void
remove_
##NAME##_list(TYPE **list, TYPE *entry) { \
71
void
remove_
##NAME##_hash_table(TYPE *container, struct file_buffer *entry) \
Completed in 1428 milliseconds