Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.h204 void SetLazy(const std::string& name, const FileDescriptor* file);
Ddescriptor.cc5750 method->input_type_.SetLazy(proto.input_type(), file_); in CrossLinkMethod()
5770 method->output_type_.SetLazy(proto.output_type(), file_); in CrossLinkMethod()
7298 void LazyDescriptor::SetLazy(const std::string& name, in SetLazy() function in google::protobuf::internal::LazyDescriptor