Searched refs:chain_type (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/boost/iostreams/ |
D | chain.hpp | 448 typedef Chain chain_type; typedef in boost::iostreams::detail::chain_client 449 typedef typename chain_type::char_type char_type; 450 typedef typename chain_type::traits_type traits_type; 451 typedef typename chain_type::size_type size_type; 452 typedef typename chain_type::mode mode; 454 chain_client(chain_type* chn = 0) : chain_(chn ) { } in chain_client() 491 chain_type filters() { return *chain_; } in filters() 492 chain_type filters() const { return *chain_; } in filters() 497 chain_type& ref() { return *chain_; } in ref() 498 void set_chain(chain_type* c) in set_chain() [all …]
|
D | filtering_stream.hpp | 84 typedef Chain chain_type; typedef in boost::iostreams::detail::filtering_stream_base 143 typedef chain_type_<Mode, Ch, Tr, Alloc> chain_type; \
|
D | filtering_streambuf.hpp | 54 typedef chain_type_<Mode, Ch, Tr, Alloc> chain_type; \
|
/third_party/glib/gobject/ |
D | gsignal.c | 265 GType chain_type; member 2144 GType chain_type = 0, restore_type = 0; in g_signal_chain_from_overridden() local 2164 if (emission->chain_type != G_TYPE_NONE) in g_signal_chain_from_overridden() 2166 ClassClosure *cc = signal_find_class_closure (node, emission->chain_type); in g_signal_chain_from_overridden() 2176 chain_type = cc->instance_type; in g_signal_chain_from_overridden() 2187 emission->chain_type = chain_type; in g_signal_chain_from_overridden() 2195 emission->chain_type = restore_type; in g_signal_chain_from_overridden() 2219 GType chain_type = 0, restore_type = 0; in g_signal_chain_from_overridden_handler() local 2237 if (emission->chain_type != G_TYPE_NONE) in g_signal_chain_from_overridden_handler() 2239 ClassClosure *cc = signal_find_class_closure (node, emission->chain_type); in g_signal_chain_from_overridden_handler() [all …]
|
/third_party/python/Modules/ |
D | itertoolsmodule.c | 2001 static PyTypeObject chain_type; variable 2024 if (type == &chain_type && !_PyArg_NoKeywords("chain", kwds)) in chain_new() 2171 static PyTypeObject chain_type = { variable 3718 if (PyType_Ready(&chain_type) < 0) in accumulate_reduce() 3720 it = PyObject_CallFunction((PyObject *)&chain_type, "(O)O", in accumulate_reduce() 3730 if (PyType_Ready(&chain_type) < 0) in accumulate_reduce() 3734 it = PyObject_CallFunction((PyObject *)&chain_type, "(O)O", in accumulate_reduce() 4854 &chain_type, in itertoolsmodule_exec()
|
/third_party/python/Tools/c-analyzer/ |
D | TODO | 647 Modules/itertoolsmodule.c:chain_type static PyTypeObject chain_type
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | spirv_cross.cpp | 328 auto &chain_type = expression_type(chain); in register_write() local 372 else if (chain_type.pointer) in register_write()
|
/third_party/python/Tools/c-analyzer/cpython/ |
D | ignored.tsv | 2314 Modules/itertoolsmodule.c - chain_type -
|