Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Ddefault_value_objectwriter.cc298 hash_map<string, int> orig_children_map; in PopulateChildren() local
302 InsertIfNotPresent(&orig_children_map, children_[i]->name_, i); in PopulateChildren()
321 orig_children_map.find(field.name()); in PopulateChildren()
324 if (found != orig_children_map.end()) { in PopulateChildren()