/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | event.pyx.pxi | 19 self, grpc_completion_type completion_type, bint success, object tag): argument 20 self.completion_type = completion_type 28 self, grpc_completion_type completion_type, bint success, object tag, argument 30 self.completion_type = completion_type 41 self, grpc_completion_type completion_type, bint success, object tag, argument 43 self.completion_type = completion_type 52 self, grpc_completion_type completion_type, bint success, object tag): argument 53 self.completion_type = completion_type
|
D | event.pxd.pxi | 18 cdef readonly grpc_completion_type completion_type 25 cdef readonly grpc_completion_type completion_type 35 cdef readonly grpc_completion_type completion_type 43 cdef readonly grpc_completion_type completion_type
|
D | completion_queue.pyx.pxi | 88 if event.completion_type == GRPC_QUEUE_SHUTDOWN:
|
/external/llvm-project/lldb/source/Interpreter/ |
D | OptionGroupFile.cpp | 18 uint32_t completion_type, in OptionGroupFile() argument 29 m_option_definition.completion_type = completion_type; in OptionGroupFile() 50 int short_option, uint32_t completion_type, in OptionGroupFileList() argument 60 m_option_definition.completion_type = completion_type; in OptionGroupFileList()
|
D | OptionGroupString.cpp | 18 uint32_t completion_type, in OptionGroupString() argument 30 m_option_definition.completion_type = completion_type; in OptionGroupString()
|
D | OptionGroupUInt64.cpp | 18 uint32_t completion_type, in OptionGroupUInt64() argument 30 m_option_definition.completion_type = completion_type; in OptionGroupUInt64()
|
D | OptionGroupPythonClassWithDict.cpp | 45 m_option_definition[0].completion_type = 0; in OptionGroupPythonClassWithDict() 56 m_option_definition[1].completion_type = 0; in OptionGroupPythonClassWithDict() 67 m_option_definition[2].completion_type = 0; in OptionGroupPythonClassWithDict() 78 m_option_definition[3].completion_type = 0; in OptionGroupPythonClassWithDict()
|
D | OptionGroupBoolean.cpp | 31 m_option_definition.completion_type = 0; in OptionGroupBoolean()
|
D | Options.cpp | 759 uint32_t completion_mask = opt_defs[opt_defs_index].completion_type; in HandleOptionArgumentCompletion() 769 completion_mask = arg_entry->completion_type; in HandleOptionArgumentCompletion()
|
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/_cython/ |
D | _no_messages_server_completion_queue_per_call_test.py | 106 server_request_call_event.completion_type, 110 client_receive_initial_metadata_event.completion_type, 113 client_complete_rpc_event.completion_type, 117 server_send_initial_metadata_event.completion_type, 120 server_complete_rpc_event.completion_type,
|
D | _no_messages_single_server_completion_queue_test.py | 100 server_request_call_event.completion_type, 104 client_receive_initial_metadata_event.completion_type, 107 client_complete_rpc_event.completion_type, 111 server_send_initial_metadata_event.completion_type, 114 server_complete_rpc_event.completion_type,
|
D | cygrpc_test.py | 90 event.completion_type) 156 event.completion_type) 222 request_event.completion_type)
|
D | _read_some_but_not_all_responses_test.py | 235 server_rpc_event.completion_type)
|
/external/llvm-project/lldb/include/lldb/Interpreter/ |
D | OptionGroupFile.h | 23 int short_option, uint32_t completion_type, 54 uint32_t completion_type,
|
D | OptionGroupString.h | 21 int short_option, uint32_t completion_type,
|
D | OptionGroupUInt64.h | 22 int short_option, uint32_t completion_type,
|
D | CommandObject.h | 84 CommandCompletions::CommonCompletionTypes completion_type; member
|
/external/llvm-project/lldb/include/lldb/Utility/ |
D | OptionDefinition.h | 40 uint32_t completion_type; member
|
/external/grpc-grpc/src/core/lib/surface/ |
D | completion_queue.h | 91 grpc_cq_completion_type completion_type, grpc_cq_polling_type polling_type,
|
D | completion_queue.cc | 465 grpc_cq_completion_type completion_type, grpc_cq_polling_type polling_type, in grpc_completion_queue_create_internal() argument 474 2, (completion_type, polling_type)); in grpc_completion_queue_create_internal() 476 const cq_vtable* vtable = &g_cq_vtable[completion_type]; in grpc_completion_queue_create_internal()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/ |
D | completion_queue.h | 94 grpc_cq_completion_type completion_type, grpc_cq_polling_type polling_type,
|
D | completion_queue.cc | 515 grpc_cq_completion_type completion_type, grpc_cq_polling_type polling_type, in grpc_completion_queue_create_internal() argument 524 2, (completion_type, polling_type)); in grpc_completion_queue_create_internal() 526 const cq_vtable* vtable = &g_cq_vtable[completion_type]; in grpc_completion_queue_create_internal()
|
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/ |
D | completion_queue.h | 441 ServerCompletionQueue(grpc_cq_completion_type completion_type, in ServerCompletionQueue() argument 445 GRPC_CQ_CURRENT_VERSION, completion_type, polling_type, in ServerCompletionQueue()
|
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/ |
D | completion_queue.h | 441 ServerCompletionQueue(grpc_cq_completion_type completion_type, in ServerCompletionQueue() argument 445 GRPC_CQ_CURRENT_VERSION, completion_type, polling_type, in ServerCompletionQueue()
|
/external/llvm-project/lldb/source/Commands/ |
D | OptionsBase.td | 64 // Field: completion_type
|