Home
last modified time | relevance | path

Searched refs:serialized_pb (Results 1 – 25 of 28) sorted by relevance

12

/external/protobuf/python/google/protobuf/internal/
Ddescriptor_database_test.py57 factory_test2_pb2.DESCRIPTOR.serialized_pb)
59 no_package_pb2.DESCRIPTOR.serialized_pb)
98 unittest_pb2.DESCRIPTOR.serialized_pb)
114 unittest_pb2.DESCRIPTOR.serialized_pb)
117 unittest_pb2.DESCRIPTOR.serialized_pb)
Ddescriptor_pool_test.py445 descriptor_pool_test1_pb2.DESCRIPTOR.serialized_pb)
480 unittest_import_public_pb2.DESCRIPTOR.serialized_pb))
482 unittest_import_pb2.DESCRIPTOR.serialized_pb))
484 unittest_pb2.DESCRIPTOR.serialized_pb))
509 more_messages_pb2.DESCRIPTOR.serialized_pb)
511 descriptor_pool_test1_pb2.DESCRIPTOR.serialized_pb)
513 descriptor_pool_test2_pb2.DESCRIPTOR.serialized_pb)
528 unittest_pb2.DESCRIPTOR.serialized_pb)
557 factory_test1_pb2.DESCRIPTOR.serialized_pb)
559 factory_test2_pb2.DESCRIPTOR.serialized_pb)
[all …]
Dmessage_factory_test.py57 factory_test1_pb2.DESCRIPTOR.serialized_pb)
59 factory_test2_pb2.DESCRIPTOR.serialized_pb)
Dgenerator_test.py225 self.assertFalse(unittest_pb2.DESCRIPTOR.serialized_pb is None)
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor_database.cc83 ScopedPyObjectPtr serialized_pb( in GetFileDescriptorProto() local
85 if (serialized_pb == NULL) { in GetFileDescriptorProto()
93 if (PyBytes_AsStringAndSize(serialized_pb.get(), &str, &len) < 0) { in GetFileDescriptorProto()
Ddescriptor_pool.cc572 static PyObject* AddSerializedFile(PyObject* pself, PyObject* serialized_pb) { in AddSerializedFile() argument
585 if (PyBytes_AsStringAndSize(serialized_pb, &message_type, &message_len) < 0) { in AddSerializedFile()
603 generated_file, serialized_pb); in AddSerializedFile()
618 descriptor, serialized_pb); in AddSerializedFile()
622 ScopedPyObjectPtr serialized_pb( in Add() local
624 if (serialized_pb == NULL) { in Add()
627 return AddSerializedFile(self, serialized_pb.get()); in Add()
Ddescriptor.cc334 PyObject *serialized_pb; member
1326 Py_XDECREF(self->serialized_pb); in Dealloc()
1346 PyObject *serialized_pb = self->serialized_pb; in GetSerializedPb() local
1347 if (serialized_pb != NULL) { in GetSerializedPb()
1348 Py_INCREF(serialized_pb); in GetSerializedPb()
1349 return serialized_pb; in GetSerializedPb()
1355 self->serialized_pb = PyBytes_FromStringAndSize( in GetSerializedPb()
1357 if (self->serialized_pb == NULL) { in GetSerializedPb()
1360 Py_INCREF(self->serialized_pb); in GetSerializedPb()
1361 return self->serialized_pb; in GetSerializedPb()
[all …]
Ddescriptor.h74 const FileDescriptor* file_descriptor, PyObject* serialized_pb);
/external/protobuf/python/google/protobuf/
Ddescriptor.py216 proto.ParseFromString(self.file.serialized_pb[
871 serialized_options=None, serialized_pb=None, argument
876 if serialized_pb:
879 return _message.default_pool.AddSerializedFile(serialized_pb)
884 serialized_options=None, serialized_pb=None, argument
899 self.serialized_pb = serialized_pb
908 self.serialized_pb is not None):
909 _message.default_pool.AddSerializedFile(self.serialized_pb)
917 proto.ParseFromString(self.serialized_pb)
/external/grpc-grpc/examples/python/interceptors/default_value/
Dhelloworld_pb2.py22serialized_pb=_b('\n\x10helloworld.proto\x12\nhelloworld\"\x1c\n\x0cHelloRequest\x12\x0c\n\x04name…
/external/grpc-grpc/examples/python/interceptors/headers/
Dhelloworld_pb2.py22serialized_pb=_b('\n\x10helloworld.proto\x12\nhelloworld\"\x1c\n\x0cHelloRequest\x12\x0c\n\x04name…
/external/grpc-grpc/examples/python/multiplex/
Dhelloworld_pb2.py22serialized_pb=_b('\n\x10helloworld.proto\x12\nhelloworld\"\x1c\n\x0cHelloRequest\x12\x0c\n\x04name…
Droute_guide_pb2.py22serialized_pb=_b('\n\x11route_guide.proto\x12\nrouteguide\",\n\x05Point\x12\x10\n\x08latitude\x18\…
/external/grpc-grpc/examples/python/helloworld/
Dhelloworld_pb2.py22serialized_pb=_b('\n\x10helloworld.proto\x12\nhelloworld\"\x1c\n\x0cHelloRequest\x12\x0c\n\x04name…
/external/avb/proto/crypto/sigpb/
Dsigpb_pb2.py24serialized_pb=_b('\n\x18\x63rypto/sigpb/sigpb.proto\x12\x05sigpb\"\x97\x02\n\x0f\x44igitallySigned…
/external/autotest/utils/side_effects/proto/
Dconfig_pb2.py22serialized_pb=_b('\n\'test_platform/side_effects/config.proto\x12\x1atest_platform.side_effects\"\…
/external/autotest/server/hosts/drone_api_client/
Dcommon_pb2.py23serialized_pb=_b('\n\x0c\x63ommon.proto\x12\x1e\x63hromiumos.config.api.test.tls\"\xc3\x01\n\x15\x…
/external/grpc-grpc/examples/python/route_guide/
Droute_guide_pb2.py22serialized_pb=_b('\n\x11route_guide.proto\x12\nrouteguide\",\n\x05Point\x12\x10\n\x08latitude\x18\…
/external/avb/proto/
Dapi_pb2.py24serialized_pb=_b('\n\tapi.proto\x12\x04\x61\x66tl\x1a\x0etrillian.proto\"V\n\x0eInclusionProof\x12…
Dtrillian_pb2.py29serialized_pb=_b('\n\x0etrillian.proto\x12\x08trillian\x1a\x1a\x63rypto/keyspb/keyspb.proto\x1a\x1…
/external/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
Dgenerator_test.py219 self.assertFalse(unittest_pb2.DESCRIPTOR.serialized_pb is None)
/external/pigweed/pw_rpc/py/pw_rpc/
Ddescriptors.py85 file_pb.MergeFromString(service.file.serialized_pb)
/external/avb/proto/crypto/keyspb/
Dkeyspb_pb2.py24serialized_pb=_b('\n\x1a\x63rypto/keyspb/keyspb.proto\x12\x06keyspb\"\xcd\x02\n\rSpecification\x12…
/external/grpc-grpc/test/http2_test/
Dmessages_pb2.py23serialized_pb=_b('\n\x0emessages.proto\x12\x0cgrpc.testing\"\x1a\n\tBoolValue\x12\r\n\x05value\x18…
/external/rust/crates/grpcio-sys/grpc/test/http2_test/
Dmessages_pb2.py23serialized_pb=_b('\n\x0emessages.proto\x12\x0cgrpc.testing\"\x1a\n\tBoolValue\x12\r\n\x05value\x18…

12