Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc4260 FileDescriptorProto existing_proto; in ExistingFileMatchesProto() local
4261 existing_file->CopyTo(&existing_proto); in ExistingFileMatchesProto()
4266 existing_proto.set_syntax( in ExistingFileMatchesProto()
4270 return existing_proto.SerializeAsString() == proto.SerializeAsString(); in ExistingFileMatchesProto()