Home
last modified time | relevance | path

Searched refs:KEEP_LAST_OF_DUPES (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/base/containers/
Dflat_map_unittest.cc46 KEEP_LAST_OF_DUPES); in TEST()
78 IntMap map(std::move(vect), KEEP_LAST_OF_DUPES); in TEST()
95 KEEP_LAST_OF_DUPES); in TEST()
Dflat_tree_unittest.cc368 KEEP_LAST_OF_DUPES); in TEST()
440 IntPairTree int_tree(std::move(int_storage), KEEP_LAST_OF_DUPES); in TEST()
467 IntPairTree last_of({{1, 1}, {2, 1}, {1, 2}}, KEEP_LAST_OF_DUPES); in TEST()
795 cont.insert(std::begin(int_pairs), std::end(int_pairs), KEEP_LAST_OF_DUPES); in TEST()
811 cont.insert(std::begin(int_pairs), std::end(int_pairs), KEEP_LAST_OF_DUPES); in TEST()
827 cont.insert(std::begin(int_pairs), std::end(int_pairs), KEEP_LAST_OF_DUPES); in TEST()
846 cont.insert(std::begin(int_pairs), std::end(int_pairs), KEEP_LAST_OF_DUPES); in TEST()
Dflat_tree.h19 KEEP_LAST_OF_DUPES, enumerator
464 case KEEP_LAST_OF_DUPES:
724 const bool overwrite_existing = dupes == KEEP_LAST_OF_DUPES;
/external/libchrome/mojo/public/cpp/base/
Dvalues_mojom_traits.cc29 base::KEEP_LAST_OF_DUPES)); in Read()
Dvalues_unittest.cc101 base::Value::DictStorage(std::move(storage), base::KEEP_LAST_OF_DUPES)); in TEST()
/external/libchrome/base/json/
Djson_parser.cc389 return Value(Value::DictStorage(std::move(dict_storage), KEEP_LAST_OF_DUPES)); in ConsumeDictionary()