HomeSort by relevance Sort by last modified time
    Searched refs:nested_ (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/
text_format.h 357 NestedMap nested_; member in class:google::protobuf::TextFormat::ParseInfoTree
text_format.cc 120 for (NestedMap::iterator it = nested_.begin(); it != nested_.end(); ++it) {
135 vector<TextFormat::ParseInfoTree*>* trees = &nested_[field];
172 const vector<TextFormat::ParseInfoTree*>* trees = FindOrNull(nested_, field);
    [all...]

Completed in 64 milliseconds