HomeSort by relevance Sort by last modified time
    Searched refs:CreateNested (Results 1 - 3 of 3) 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...]
  /external/libtextclassifier/lang_id/common/fel/
feature-extractor.h 391 bool success = CreateNested(this->extractor(), this->descriptor(), &nested_,
439 SAFTM_MUST_USE_RESULT static bool CreateNested(

Completed in 132 milliseconds