Home
last modified time | relevance | path

Searched defs:num_children (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/platform_tools/debugging/lldb/
Dskia.py46 def num_children(self): member in SkTArray_SynthProvider
92 def num_children(self): member in SkAutoTArray_SynthProvider
141 def num_children(self): member in SkSpan_SynthProvider
188 def num_children(self): member in sk_sp_SynthProvider
/third_party/ltp/testcases/kernel/io/ltp-aiodio/
Daiodio_sparse.c211 int num_children = 1; in main() local
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_find_array_copies.c50 unsigned num_children; member
70 unsigned num_children = 0; in create_match_node() local
/third_party/ltp/testcases/kernel/controllers/freezer/
Dvfork.c230 int do_trace(pid_t child, int num_children) in do_trace()
/third_party/boost/libs/spirit/classic/test/
Dtree_tests.cpp96 size_t num_children(const TreeT& t) in num_children() function
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dencoding-profile.c1504 guint num_children; in gst_encoding_profile_get_file_extension() local
/third_party/boost/boost/graph/
Dsubgraph.hpp298 std::size_t num_children() const { return m_children.size(); } in num_children() function in boost::subgraph