Home
last modified time | relevance | path

Searched refs:KEEP_FIRST_OF_DUPES (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/containers/
Dflat_map.h185 FlatContainerDupes dupe_handling = KEEP_FIRST_OF_DUPES,
192 FlatContainerDupes dupe_handling = KEEP_FIRST_OF_DUPES,
196 FlatContainerDupes dupe_handling = KEEP_FIRST_OF_DUPES,
Dflat_tree.h18 KEEP_FIRST_OF_DUPES, enumerator
139 FlatContainerDupes dupe_handling = KEEP_FIRST_OF_DUPES,
146 FlatContainerDupes dupe_handling = KEEP_FIRST_OF_DUPES,
150 FlatContainerDupes dupe_handling = KEEP_FIRST_OF_DUPES,
230 FlatContainerDupes dupes = KEEP_FIRST_OF_DUPES);
461 case KEEP_FIRST_OF_DUPES:
556 sort_and_unique(begin(), end(), KEEP_FIRST_OF_DUPES);
DREADME.md153 UniquePtrSet<int> ptr_set(std::move(ptr_vec), base::KEEP_FIRST_OF_DUPES);
164 base::KEEP_FIRST_OF_DUPES);
/external/libchrome/ipc/
Dipc_message_utils.h899 *r = param_type(std::move(vect), base::KEEP_FIRST_OF_DUPES);