Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/util/internal/
Ddefault_value_objectwriter.cc295 hash_map<string, int> orig_children_map; in PopulateChildren() local
299 InsertIfNotPresent(&orig_children_map, children_[i]->name_, i); in PopulateChildren()
318 orig_children_map.find(field.name()); in PopulateChildren()
321 if (found != orig_children_map.end()) { in PopulateChildren()