Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Ddescriptor.h1931 bool expecting_enum) const;
Ddescriptor.cc5631 bool expecting_enum = (proto.type() == FieldDescriptorProto::TYPE_ENUM) || in CrossLinkField() local
5646 expecting_enum ? DescriptorPool::PLACEHOLDER_ENUM in CrossLinkField()
7293 bool expecting_enum) const { in CrossLinkOnDemandHelper()