Searched refs:KEEP_LAST_OF_DUPES (Results 1 – 6 of 6) sorted by relevance
/external/libchrome/base/containers/ |
D | flat_map_unittest.cc | 46 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()
|
D | flat_tree_unittest.cc | 368 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()
|
D | flat_tree.h | 19 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/ |
D | values_mojom_traits.cc | 29 base::KEEP_LAST_OF_DUPES)); in Read()
|
D | values_unittest.cc | 101 base::Value::DictStorage(std::move(storage), base::KEEP_LAST_OF_DUPES)); in TEST()
|
/external/libchrome/base/json/ |
D | json_parser.cc | 389 return Value(Value::DictStorage(std::move(dict_storage), KEEP_LAST_OF_DUPES)); in ConsumeDictionary()
|