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

  /external/protobuf/src/google/protobuf/
text_format.h 391 ParseInfoTree* CreateNested(const FieldDescriptor* field);
496 static inline ParseInfoTree* CreateNested(ParseInfoTree* info_tree,
509 inline TextFormat::ParseInfoTree* TextFormat::CreateNested(
511 return info_tree->CreateNested(field);
text_format.cc 153 TextFormat::ParseInfoTree* TextFormat::ParseInfoTree::CreateNested(
590 parse_info_tree_ = CreateNested(parent, field);
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/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);
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/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);
  /prebuilts/misc/windows/protobuf2.5/include/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);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
text_format.h 391 ParseInfoTree* CreateNested(const FieldDescriptor* field);
496 static inline ParseInfoTree* CreateNested(ParseInfoTree* info_tree,
509 inline TextFormat::ParseInfoTree* TextFormat::CreateNested(
511 return info_tree->CreateNested(field);
  /prebuilts/tools/linux-x86_64/protoc/include/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);
  /external/libtextclassifier/common/
feature-extractor.h 403 bool success = CreateNested(this->extractor(), this->descriptor(), &nested_,
443 static bool CreateNested(GenericFeatureExtractor *extractor,

Completed in 217 milliseconds