Home
last modified time | relevance | path

Searched refs:drop_list (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/components/policy/core/common/
Dschema.cc940 std::vector<std::string> drop_list; // Contains the keys to drop. in Normalize() local
948 drop_list.push_back(it.key()); in Normalize()
966 drop_list.push_back(it.key()); in Normalize()
988 if (changed && !drop_list.empty()) in Normalize()
990 for (std::vector<std::string>::const_iterator it = drop_list.begin(); in Normalize()
991 it != drop_list.end(); in Normalize()
997 std::vector<size_t> drop_list; // Contains the indexes to drop. in Normalize() local
1009 drop_list.push_back(index); in Normalize()
1014 if (changed && !drop_list.empty()) in Normalize()
1016 for (std::vector<size_t>::reverse_iterator it = drop_list.rbegin(); in Normalize()
[all …]
/external/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc482 bool is_map, bool drop_list) { in JSIdent() argument
495 } else if (!drop_list && field->is_repeated()) { in JSIdent()
533 bool drop_list = false) { in JSGetterName() argument
536 /* is_map = */ false, drop_list); in JSGetterName()