Home
last modified time | relevance | path

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

/external/grpc-grpc/test/http2_test/
Dmessages_pb2.py71 is_extendable=False,
109 is_extendable=False,
147 is_extendable=False,
227 is_extendable=False,
272 is_extendable=False,
310 is_extendable=False,
341 is_extendable=False,
386 is_extendable=False,
438 is_extendable=False,
469 is_extendable=False,
[all …]
/external/grpc-grpc/examples/python/route_guide/
Droute_guide_pb2.py56 is_extendable=False,
94 is_extendable=False,
132 is_extendable=False,
170 is_extendable=False,
222 is_extendable=False,
/external/grpc-grpc/examples/python/multiplex/
Droute_guide_pb2.py56 is_extendable=False,
94 is_extendable=False,
132 is_extendable=False,
170 is_extendable=False,
222 is_extendable=False,
Dhelloworld_pb2.py49 is_extendable=False,
80 is_extendable=False,
/external/grpc-grpc/examples/python/interceptors/default_value/
Dhelloworld_pb2.py49 is_extendable=False,
80 is_extendable=False,
/external/grpc-grpc/examples/python/helloworld/
Dhelloworld_pb2.py49 is_extendable=False,
80 is_extendable=False,
/external/grpc-grpc/examples/python/interceptors/headers/
Dhelloworld_pb2.py49 is_extendable=False,
80 is_extendable=False,
/external/protobuf/python/google/protobuf/internal/
Ddescriptor_pool_test.py399 def __init__(self, type_dict, field_list, is_extendable=False, argument
403 self.is_extendable = is_extendable
418 test.assertEqual(self.is_extendable, desc.is_extendable)
693 ], is_extendable=True),
Dpython_message.py568 if descriptor.is_extendable:
1311 if message_descriptor.is_extendable:
/external/protobuf/python/google/protobuf/
Ddescriptor.py260 is_extendable=True, extension_ranges=None, oneofs=None, argument
271 is_extendable=True, extension_ranges=None, oneofs=None, argument
313 self.is_extendable = is_extendable
Ddescriptor_pool.py448 is_extendable = True
450 is_extendable = False
462 is_extendable=is_extendable,
Dtext_format.py479 if not message_descriptor.is_extendable:
504 if not field and message_descriptor.is_extendable: