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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptorPool.cs67 AddPackage(dependency.Package, dependency);
120 internal void AddPackage(string fullName, FileDescriptor file) method in class:Google.Protobuf.Reflection.DescriptorPool
126 AddPackage(fullName.Substring(0, dotpos), file);
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc2910 // packgae to the symbol table (e.g. AddPackage("foo.bar", ...) will add
2912 void AddPackage(const string& name, const Message& proto,
3622 void DescriptorBuilder::AddPackage( function in class:google::protobuf::DescriptorBuilder
3633 AddPackage(*parent_name, proto, file);
3909 AddPackage(result->package(), proto, result);

Completed in 113 milliseconds