Searched refs:drop_list (Results 1 – 2 of 2) sorted by relevance
940 std::vector<std::string> drop_list; // Contains the keys to drop. in Normalize() local948 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() local1009 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 …]
482 bool is_map, bool drop_list) { in JSIdent() argument495 } else if (!drop_list && field->is_repeated()) { in JSIdent()533 bool drop_list = false) { in JSGetterName() argument536 /* is_map = */ false, drop_list); in JSGetterName()