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

  /external/chromium_org/third_party/protobuf/src/google/protobuf/
text_format.h 262 ParseInfoTree* CreateNested(const FieldDescriptor* field);
349 static inline ParseInfoTree* CreateNested(ParseInfoTree* info_tree,
361 inline TextFormat::ParseInfoTree* TextFormat::CreateNested(
363 return info_tree->CreateNested(field);
text_format.cc 115 TextFormat::ParseInfoTree* TextFormat::ParseInfoTree::CreateNested(
486 parse_info_tree_ = CreateNested(parent, field);
    [all...]

Completed in 753 milliseconds