Searched refs:ValidateProto3Field (Results 1 – 1 of 1) sorted by relevance
3170 void ValidateProto3Field(FieldDescriptor* field,5139 ValidateProto3Field(file->extensions_ + i, proto.extension(i)); in ValidateProto3()5174 ValidateProto3Field(message->fields_ + i, proto.field(i)); in ValidateProto3Message()5177 ValidateProto3Field(message->extensions_ +i, proto.extension(i)); in ValidateProto3Message()5211 void DescriptorBuilder::ValidateProto3Field( in ValidateProto3Field() function in google::protobuf::DescriptorBuilder