Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.cc509 template<typename Type> Type* AllocateMessage(Type* dummy = NULL);
998 Type* DescriptorPool::Tables::AllocateMessage(Type* /* dummy */) { in AllocateMessage() function in google::protobuf::DescriptorPool::Tables
3718 typename DescriptorT::OptionsType* options = tables_->AllocateMessage(dummy); in AllocateOptionsImpl()
3860 SourceCodeInfo *info = tables_->AllocateMessage<SourceCodeInfo>(); in BuildFileImpl()