Home
last modified time | relevance | path

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

/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/containers/
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/base/json/
Djson_parser.cc389 return Value(Value::DictStorage(std::move(dict_storage), KEEP_LAST_OF_DUPES)); in ConsumeDictionary()