Searched refs:ValidateProto3Field (Results 1 – 1 of 1) sorted by relevance
3164 void ValidateProto3Field(FieldDescriptor* field,5122 ValidateProto3Field(file->extensions_ + i, proto.extension(i)); in ValidateProto3()5157 ValidateProto3Field(message->fields_ + i, proto.field(i)); in ValidateProto3Message()5160 ValidateProto3Field(message->extensions_ +i, proto.extension(i)); in ValidateProto3Message()5194 void DescriptorBuilder::ValidateProto3Field( in ValidateProto3Field() function in google::protobuf::DescriptorBuilder