Home
last modified time | relevance | path

Searched refs:AddAndOwn (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
Ddescriptor_database.h174 bool AddAndOwn(const FileDescriptorProto* file);
Ddescriptor_database.cc339 return AddAndOwn(new_file); in Add()
342 bool SimpleDescriptorDatabase::AddAndOwn(const FileDescriptorProto* file) { in AddAndOwn() function in google::protobuf::SimpleDescriptorDatabase