Searched refs:AddPackage (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc2255 // packgae to the symbol table (e.g. AddPackage("foo.bar", ...) will add
2257 void AddPackage(const string& name, const Message& proto,
2893 void DescriptorBuilder::AddPackage( function in class:google::protobuf::DescriptorBuilder
2904 AddPackage(*parent_name, proto, file);
3126 AddPackage(result->package(), proto, result);
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc1949 // packgae to the symbol table (e.g. AddPackage("foo.bar", ...) will add
1951 void AddPackage(const string& name, const Message& proto,
2554 void DescriptorBuilder::AddPackage( function in class:google::protobuf::DescriptorBuilder
2565 AddPackage(*parent_name, proto, file);
2775 AddPackage(result->package(), proto, result);

Completed in 105 milliseconds