Searched refs:fill_username (Results 1 – 10 of 10) sorted by relevance
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
D | SimpleRequest.php | 42 protected $fill_username = false; variable in Grpc\\Testing\\SimpleRequest 208 return $this->fill_username; 221 $this->fill_username = $var;
|
/third_party/grpc/src/php/tests/interop/Grpc/Testing/ |
D | SimpleRequest.php | 42 protected $fill_username = false; variable in Grpc\\Testing\\SimpleRequest 218 return $this->fill_username; 231 $this->fill_username = $var;
|
/third_party/grpc/src/ruby/pb/test/ |
D | client.rb | 323 resp = perform_large_unary(fill_username: true, 334 resp = perform_large_unary(fill_username: true) 339 resp = perform_large_unary(fill_username: true, 347 resp = perform_large_unary(fill_username: true, 365 resp = perform_large_unary(fill_username: true, 663 def perform_large_unary(fill_username: false, fill_oauth_scope: false, **kw) 669 req.fill_username = fill_username
|
/third_party/grpc/examples/protos/ |
D | auth_sample.proto | 24 bool fill_username = 4; field
|
/third_party/grpc/src/python/grpcio_tests/tests/interop/ |
D | methods.py | 69 def _large_unary_common_behavior(stub, fill_username, fill_oauth_scope, argument 76 fill_username=fill_username,
|
/third_party/grpc/src/python/grpcio_tests/tests_aio/interop/ |
D | methods.py | 76 stub: test_pb2_grpc.TestServiceStub, fill_username: bool, 84 fill_username=fill_username,
|
/third_party/grpc/doc/ |
D | interop-test-descriptions.md | 538 fill_username: true 580 fill_username: true 631 fill_username: true 672 fill_username: true 712 fill_username: true 749 fill_username: true 1206 If a SimpleRequest has fill_username=true and that request was successfully
|
/third_party/grpc/src/objective-c/examples/RemoteTestClient/ |
D | messages.proto | 57 bool fill_username = 4; field
|
/third_party/grpc/src/objective-c/tests/RemoteTestClient/ |
D | messages.proto | 68 bool fill_username = 4; field
|
/third_party/grpc/src/proto/grpc/testing/ |
D | messages.proto | 79 bool fill_username = 4; field
|