Home
last modified time | relevance | path

Searched defs:nil (Results 1 – 25 of 41) sorted by relevance

12

/third_party/grpc/src/ruby/lib/grpc/generic/
Dinterceptors.rb44 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)
Dclient_stub.rb97 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 …]
Dbidi_call.rb45 req_view: nil)
142 def write_loop(requests, is_client: true, set_output_stream_done: nil)
/third_party/boost/boost/test/utils/
Dnamed_params.hpp127 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/
Ddict.c136 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/
Ddict.c144 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/
Dhelpers.rb66 def build_insecure_stub(klass, host: nil, opts: nil)
/third_party/boost/libs/spirit/example/x3/calc/calc7/
Dast.hpp22 struct nil {}; struct
56 inline std::ostream& operator<<(std::ostream& out, nil) in operator <<() argument
/third_party/boost/boost/fusion/container/list/
Dcons_fwd.hpp15 typedef nil_ nil; typedef
/third_party/boost/libs/spirit/example/x3/calc/calc8/
Dast.hpp22 struct nil {}; struct
86 inline std::ostream& operator<<(std::ostream& out, nil) in operator <<() argument
/third_party/json/test/thirdparty/Fuzzer/test/
DDSOTestMain.cpp14 static volatile int *nil = 0; variable
/third_party/boost/boost/xpressive/detail/utility/
Dcons.hpp219 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/
Dast.hpp28 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/
Dclient_stub_spec.rb295 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/
D642026.c39 static gpointer thread_func (gpointer nil) in thread_func()
/third_party/boost/libs/spirit/example/x3/calc/calc9/
Dast.hpp23 struct nil {}; struct
127 inline std::ostream& operator<<(std::ostream& out, nil) in operator <<() argument
/third_party/boost/tools/quickbook/test/unit/
Dvalues_test.cpp96 quickbook::value nil; in equality_tests() local
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/calc8/
Dast.hpp29 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/
Dcalc5.cpp39 struct nil {}; struct
73 inline std::ostream& operator<<(std::ostream& out, nil) { out << "nil"; return out; } in operator <<() argument
Dcalc6.cpp46 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/
Dast.hpp32 struct nil {}; struct
136 inline std::ostream& operator<<(std::ostream& out, nil) in operator <<() argument
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/
Dcalc5.cpp55 struct nil {}; struct
86 inline std::ostream& operator<<(std::ostream& out, nil) { out << "nil"; return out; } in operator <<() argument
Dcalc6.cpp58 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/
Dast.hpp29 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/
Dast.hpp34 struct nil {}; struct
166 inline std::ostream& operator<<(std::ostream& out, nil) in operator <<() argument

12