Searched refs:is_extendable (Results 1 – 12 of 12) sorted by relevance
/external/grpc-grpc/test/http2_test/ |
D | messages_pb2.py | 71 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/ |
D | route_guide_pb2.py | 56 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/ |
D | route_guide_pb2.py | 56 is_extendable=False, 94 is_extendable=False, 132 is_extendable=False, 170 is_extendable=False, 222 is_extendable=False,
|
D | helloworld_pb2.py | 49 is_extendable=False, 80 is_extendable=False,
|
/external/grpc-grpc/examples/python/interceptors/default_value/ |
D | helloworld_pb2.py | 49 is_extendable=False, 80 is_extendable=False,
|
/external/grpc-grpc/examples/python/helloworld/ |
D | helloworld_pb2.py | 49 is_extendable=False, 80 is_extendable=False,
|
/external/grpc-grpc/examples/python/interceptors/headers/ |
D | helloworld_pb2.py | 49 is_extendable=False, 80 is_extendable=False,
|
/external/protobuf/python/google/protobuf/internal/ |
D | descriptor_pool_test.py | 399 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),
|
D | python_message.py | 568 if descriptor.is_extendable: 1311 if message_descriptor.is_extendable:
|
/external/protobuf/python/google/protobuf/ |
D | descriptor.py | 260 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
|
D | descriptor_pool.py | 448 is_extendable = True 450 is_extendable = False 462 is_extendable=is_extendable,
|
D | text_format.py | 479 if not message_descriptor.is_extendable: 504 if not field and message_descriptor.is_extendable:
|