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

  /external/protobuf/python/google/protobuf/
descriptor_pool.py 198 file_proto = self._internal_db.FindFileByName(file_name)
201 file_proto = self._descriptor_db.FindFileByName(file_name)
204 if not file_proto:
206 return self._ConvertFileProtoToFileDescriptor(file_proto)
233 file_proto = self._internal_db.FindFileContainingSymbol(symbol)
236 file_proto = self._descriptor_db.FindFileContainingSymbol(symbol)
239 if not file_proto:
241 return self._ConvertFileProtoToFileDescriptor(file_proto)
306 def _ConvertFileProtoToFileDescriptor(self, file_proto):
313 file_proto: The proto to convert
    [all...]
proto_builder.py 119 file_proto = descriptor_pb2.FileDescriptorProto()
120 file_proto.name = os.path.join(package.replace('.', '/'), proto_file_name)
121 file_proto.package = package
122 desc_proto = file_proto.message_type.add()
130 return file_proto
message_factory.py 145 for file_proto in file_protos:
146 _FACTORY.pool.Add(file_proto)
147 return _FACTORY.GetMessages([file_proto.name for file_proto in file_protos])
  /external/protobuf/python/google/protobuf/pyext/
descriptor_database.cc 76 FileDescriptorProto* file_proto = local
78 *output = *file_proto;
99 FileDescriptorProto file_proto; local
100 if (!file_proto.ParseFromArray(str, len)) {
105 *output = file_proto;
descriptor_pool.cc 426 FileDescriptorProto file_proto; local
427 if (!file_proto.ParseFromArray(message_type, message_len)) {
436 generated_file = self->underlay->FindFileByName(file_proto.name());
445 self->pool->BuildFileCollectingErrors(file_proto,
descriptor.cc 1253 FileDescriptorProto file_proto; local
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor_unittest.cc 1866 FileDescriptorProto file_proto; local
1982 FileDescriptorProto file_proto; local
2212 FileDescriptorProto file_proto; local
2336 FileDescriptorProto file_proto; local
2836 FileDescriptorProto file_proto; local
2895 FileDescriptorProto file_proto; local
2972 FileDescriptorProto file_proto; local
3052 FileDescriptorProto file_proto; local
3171 FileDescriptorProto file_proto; local
3197 FileDescriptorProto file_proto; local
3274 FileDescriptorProto file_proto; local
3284 FileDescriptorProto file_proto; local
3298 FileDescriptorProto file_proto; local
3308 FileDescriptorProto file_proto; local
5153 FileDescriptorProto file_proto; local
5282 FileDescriptorProto file_proto; local
5288 FileDescriptorProto file_proto; local
5299 FileDescriptorProto file_proto; local
5310 FileDescriptorProto file_proto; local
5321 FileDescriptorProto file_proto; local
5333 FileDescriptorProto file_proto; local
5347 FileDescriptorProto file_proto; local
5357 FileDescriptorProto file_proto; local
5365 FileDescriptorProto file_proto; local
5375 FileDescriptorProto file_proto; local
5385 FileDescriptorProto file_proto; local
5395 FileDescriptorProto file_proto; local
5405 FileDescriptorProto file_proto; local
5415 FileDescriptorProto file_proto; local
5425 FileDescriptorProto file_proto; local
5435 FileDescriptorProto file_proto; local
5445 FileDescriptorProto file_proto; local
5455 FileDescriptorProto file_proto; local
5465 FileDescriptorProto file_proto; local
5491 FileDescriptorProto file_proto; local
5502 FileDescriptorProto file_proto; local
5522 FileDescriptorProto file_proto; local
5538 FileDescriptorProto file_proto; local
5555 FileDescriptorProto file_proto; local
5789 FileDescriptorProto file_proto; local
5857 FileDescriptorProto file_proto; local
    [all...]
descriptor_database_unittest.cc 61 FileDescriptorProto file_proto; local
62 EXPECT_TRUE(TextFormat::ParseFromString(file_text, &file_proto));
63 database->Add(file_proto);
173 FileDescriptorProto file_proto; local
174 EXPECT_TRUE(TextFormat::ParseFromString(file_descriptor_text, &file_proto));
175 EXPECT_TRUE(test_case_->AddToDatabase(file_proto));
179 FileDescriptorProto file_proto; local
180 EXPECT_TRUE(TextFormat::ParseFromString(file_descriptor_text, &file_proto));
181 EXPECT_FALSE(test_case_->AddToDatabase(file_proto));
descriptor_database.cc 360 FileDescriptorProto file_proto; local
361 if (!file_proto.ParseFromArray(encoded_file.first, encoded_file.second)) {
364 *output = file_proto.name();
descriptor.cc     [all...]
  /external/tensorflow/tensorflow/contrib/proto/python/kernel_tests/
descriptor_source_test_base.py 57 file_proto = set_proto.file.add(
61 enum_proto = file_proto.enum_type.add(name='DataType')
65 file_proto = set_proto.file.add(
69 message_proto = file_proto.message_type.add(name='TestCase')
93 message_proto = file_proto.message_type.add(
106 message_proto = file_proto.message_type.add(
  /external/protobuf/src/google/protobuf/compiler/java/
java_file.cc 122 void CollectExtensions(const FileDescriptorProto& file_proto,
126 if (!CollectExtensions(file_proto, extensions)) {
127 // There are unknown fields in the file_proto, which are probably
131 file_proto.GetDescriptor()->full_name());
134 << file_proto.name()
150 << file_proto.name()
404 // in proto compiler. When we put the descriptor data in the file_proto, those
408 // in the file_proto message, and prepare an ExtensionRegistry to return.
413 FileDescriptorProto file_proto; local
414 file_->CopyTo(&file_proto);
484 FileDescriptorProto file_proto; local
    [all...]
java_shared_code_generator.cc 118 FileDescriptorProto file_proto; local
119 file_->CopyTo(&file_proto);
123 file_proto.SerializeToString(&file_data);
  /external/grpc-grpc/test/cpp/util/
proto_reflection_descriptor_database.cc 301 const protobuf::FileDescriptorProto file_proto = local
303 if (known_files_.find(file_proto.name()) == known_files_.end()) {
304 known_files_.insert(file_proto.name());
305 cached_db_.Add(file_proto);
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_file.cc 97 FileDescriptorProto file_proto; local
98 file_->CopyTo(&file_proto);
99 if (UsesExtensions(file_proto)) {
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_file.cc 98 FileDescriptorProto file_proto; local
99 file_->CopyTo(&file_proto);
100 if (UsesExtensions(file_proto) && !params_.store_unknown_fields()) {
  /external/protobuf/python/google/protobuf/internal/
descriptor_test.py 64 file_proto = descriptor_pb2.FileDescriptorProto(
67 message_proto = file_proto.message_type.add(
81 self.pool.Add(file_proto)
82 self.my_file = self.pool.FindFileByName(file_proto.name)
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_file.cc 601 FileDescriptorProto file_proto; local
602 file_->CopyTo(&file_proto);
604 file_proto.SerializeToString(&file_data);
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 1699 FileDescriptorProto* file_proto = file_set.add_file(); local
    [all...]
parser_unittest.cc     [all...]

Completed in 5687 milliseconds