/third_party/grpc/src/ruby/lib/grpc/generic/ |
D | interceptors.rb | 44 def request_response(request: nil, call: nil, method: nil, metadata: nil) 58 def client_streamer(requests: nil, call: nil, method: nil, metadata: nil) 72 def server_streamer(request: nil, call: nil, method: nil, metadata: nil) 86 def bidi_streamer(requests: nil, call: nil, method: nil, metadata: nil) 105 def request_response(request: nil, call: nil, method: nil) 117 def client_streamer(call: nil, method: nil) 130 def server_streamer(request: nil, call: nil, method: nil) 143 def bidi_streamer(requests: nil, call: nil, method: nil)
|
D | client_stub.rb | 97 channel_override: nil, 98 timeout: nil, 99 propagate_mask: nil, 149 deadline: nil, 151 parent: nil, 152 credentials: nil, 226 deadline: nil, 228 parent: nil, 229 credentials: nil, 317 deadline: nil, [all …]
|
D | bidi_call.rb | 45 req_view: nil) 142 def write_loop(requests, is_client: true, set_output_stream_done: nil)
|
/third_party/boost/boost/test/utils/ |
D | named_params.hpp | 127 struct nil { struct 130 operator T() const in operator T() 137 T any_cast() const in any_cast() 141 nil operator()( Arg1 const& ) in operator ()() 145 nil operator()( Arg1 const&, Arg2 const& ) in operator ()() 149 nil operator()( Arg1 const&, Arg2 const&, Arg3 const& ) in operator ()() 154 void apply_to( Visitor& /*v*/ ) const {} in apply_to() 156 static nil& inst() { static nil s_inst; return s_inst; } in inst() 158 nil() {} in nil() argument
|
/third_party/f2fs-tools/fsck/ |
D | dict.c | 136 static void free_nodes(dict_t *dict, dnode_t *node, dnode_t *nil) in free_nodes() 188 static unsigned int verify_redblack(dnode_t *nil, dnode_t *root) in verify_redblack() 218 static dictcount_t verify_node_count(dnode_t *nil, dnode_t *root) in verify_node_count() 234 static int verify_dict_has_node(dnode_t *nil, dnode_t *root, dnode_t *node) in verify_dict_has_node() 301 dnode_t *nil = dict_nil(dict), *root = dict_root(dict); in dict_free_nodes() local 383 dnode_t *nil = dict_nil(dict), *root = dict_root(dict); in dict_verify() local 442 dnode_t *nil = dict_nil(dict); in dict_lookup() local 480 dnode_t *nil = dict_nil(dict); in dict_lower_bound() local 511 dnode_t *nil = dict_nil(dict); in dict_upper_bound() local 545 dnode_t *where = dict_root(dict), *nil = dict_nil(dict); in dict_insert() local [all …]
|
/third_party/e2fsprogs/lib/support/ |
D | dict.c | 144 static void free_nodes(dict_t *dict, dnode_t *node, dnode_t *nil) in free_nodes() 197 static unsigned int verify_redblack(dnode_t *nil, dnode_t *root) in verify_redblack() 228 static dictcount_t verify_node_count(dnode_t *nil, dnode_t *root) in verify_node_count() 245 static int verify_dict_has_node(dnode_t *nil, dnode_t *root, dnode_t *node) in verify_dict_has_node() 326 dnode_t *nil = dict_nil(dict), *root = dict_root(dict); in dict_free_nodes() local 412 dnode_t *nil = dict_nil(dict), *root = dict_root(dict); in dict_verify() local 472 dnode_t *nil = dict_nil(dict); in dict_lookup() local 512 dnode_t *nil = dict_nil(dict); in dict_lower_bound() local 544 dnode_t *nil = dict_nil(dict); in dict_upper_bound() local 579 dnode_t *where = dict_root(dict), *nil = dict_nil(dict); in dict_insert() local [all …]
|
/third_party/grpc/src/ruby/spec/support/ |
D | helpers.rb | 66 def build_insecure_stub(klass, host: nil, opts: nil)
|
/third_party/boost/libs/spirit/example/x3/calc/calc7/ |
D | ast.hpp | 22 struct nil {}; struct 56 inline std::ostream& operator<<(std::ostream& out, nil) in operator <<() argument
|
/third_party/boost/boost/fusion/container/list/ |
D | cons_fwd.hpp | 15 typedef nil_ nil; typedef
|
/third_party/boost/libs/spirit/example/x3/calc/calc8/ |
D | ast.hpp | 22 struct nil {}; struct 86 inline std::ostream& operator<<(std::ostream& out, nil) in operator <<() argument
|
/third_party/json/test/thirdparty/Fuzzer/test/ |
D | DSOTestMain.cpp | 14 static volatile int *nil = 0; variable
|
/third_party/boost/boost/xpressive/detail/utility/ |
D | cons.hpp | 219 struct nil : sequence_base<nil> struct 221 typedef cons_tag tag; 222 typedef void_t car_type; 223 typedef void_t cdr_type;
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/calc7/ |
D | ast.hpp | 28 struct nil {}; struct 84 inline std::ostream& operator<<(std::ostream& out, nil) { out << "nil"; return out; } in operator <<() argument
|
/third_party/grpc/src/ruby/spec/generic/ |
D | client_stub_spec.rb | 295 def get_response(stub, credentials: nil) 310 def get_response(stub, run_start_call_first: false, credentials: nil) 856 def get_responses(stub, deadline: nil, marshal_proc: noop) 870 def get_responses(stub, run_start_call_first: false, deadline: nil, 1073 def expect_server_to_be_invoked(notifier, metadata_to_send: nil)
|
/third_party/glib/glib/tests/ |
D | 642026.c | 39 static gpointer thread_func (gpointer nil) in thread_func()
|
/third_party/boost/libs/spirit/example/x3/calc/calc9/ |
D | ast.hpp | 23 struct nil {}; struct 127 inline std::ostream& operator<<(std::ostream& out, nil) in operator <<() argument
|
/third_party/boost/tools/quickbook/test/unit/ |
D | values_test.cpp | 96 quickbook::value nil; in equality_tests() local
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/calc8/ |
D | ast.hpp | 29 struct nil {}; struct 126 inline std::ostream& operator<<(std::ostream& out, nil) { out << "nil"; return out; } in operator <<() argument
|
/third_party/boost/libs/spirit/example/x3/calc/ |
D | calc5.cpp | 39 struct nil {}; struct 73 inline std::ostream& operator<<(std::ostream& out, nil) { out << "nil"; return out; } in operator <<() argument
|
D | calc6.cpp | 46 struct nil {}; struct 80 inline std::ostream& operator<<(std::ostream& out, nil) { out << "nil"; return out; } in operator <<() argument
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure2/ |
D | ast.hpp | 32 struct nil {}; struct 136 inline std::ostream& operator<<(std::ostream& out, nil) in operator <<() argument
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/ |
D | calc5.cpp | 55 struct nil {}; struct 86 inline std::ostream& operator<<(std::ostream& out, nil) { out << "nil"; return out; } in operator <<() argument
|
D | calc6.cpp | 58 struct nil {}; struct 89 inline std::ostream& operator<<(std::ostream& out, nil) { out << "nil"; return out; } in operator <<() argument
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/mini_c/ |
D | ast.hpp | 29 struct nil {}; struct 152 inline std::ostream& operator<<(std::ostream& out, nil) in operator <<() argument
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure3/ |
D | ast.hpp | 34 struct nil {}; struct 166 inline std::ostream& operator<<(std::ostream& out, nil) in operator <<() argument
|