Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dtext_format.h401 NestedMap nested_; variable
Dtext_format.cc142 for (NestedMap::iterator it = nested_.begin(); it != nested_.end(); ++it) { in ~ParseInfoTree()
157 vector<TextFormat::ParseInfoTree*>* trees = &nested_[field]; in CreateNested()
194 const vector<TextFormat::ParseInfoTree*>* trees = FindOrNull(nested_, field); in GetTreeForNested()