HomeSort by relevance Sort by last modified time
    Searched refs:proto_file_name (Results 1 - 4 of 4) sorted by null

  /external/protobuf/python/google/protobuf/
proto_builder.py 97 proto_file_name = fields_hash.hexdigest() + '.proto'
112 _MakeFileDescriptorProto(proto_file_name, full_name, field_items))
116 def _MakeFileDescriptorProto(proto_file_name, full_name, field_items):
120 file_proto.name = os.path.join(package.replace('.', '/'), proto_file_name)
  /external/perfetto/tools/ftrace_proto_gen/
main.cc 150 std::string proto_file_name = group + ".proto"; local
151 std::string output_path = output_dir + std::string("/") + proto_file_name;
  /external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/
beta_python_plugin_test.py 311 proto_file_name = path.join(self._proto_path,
313 with open(proto_file_name, 'wb') as proto_file:
315 self._proto_file_names.add(proto_file_name)
  /external/protobuf/python/google/protobuf/internal/
descriptor_pool_test.py 612 proto_file_name = descriptor_pb2.DESCRIPTOR.name
613 self.assertRaises(KeyError, pool.FindFileByName, proto_file_name)
619 self.assertTrue(pool.FindFileByName(proto_file_name))

Completed in 407 milliseconds