Home
last modified time | relevance | path

Searched refs:has_children (Results 1 – 25 of 37) sorted by relevance

12

/third_party/elfutils/libdw/
Ddwarf_aggregate_size.c151 int has_children = INTUSE(dwarf_child) (die, &enum_child); in array_size() local
152 if (has_children < 0) in array_size()
154 if (has_children > 0) in array_size()
Ddwarf_abbrevhaschildren.c42 return abbrev == NULL ? -1 : abbrev->has_children; in dwarf_abbrevhaschildren()
Ddwarf_haschildren.c49 return abbrevp->has_children; in dwarf_haschildren()
Ddwarf_siblingof.c93 else if (this_die.abbrev->has_children) in dwarf_siblingof()
Ddwarf_child.c149 if (! abbrevp->has_children) in dwarf_child()
Ddwarf_getabbrev.c122 abb->has_children = *abbrevp++ == DW_CHILDREN_yes; in __libdw_getabbrev()
/third_party/skia/platform_tools/debugging/lldb/
Dskia.py83 def has_children(self): member in SkTArray_SynthProvider
132 def has_children(self): member in SkAutoTArray_SynthProvider
178 def has_children(self): member in SkSpan_SynthProvider
/third_party/python/Lib/test/
Dtest_symtable.py89 self.assertTrue(self.top.has_children())
90 self.assertTrue(self.Mine.has_children())
91 self.assertFalse(self.foo.has_children())
/third_party/icu/docs/userguide/io/
Dindex.md5 has_children: true
/third_party/icu/docs/userguide/usefrom/
Dindex.md5 has_children: true
/third_party/icu/docs/userguide/dev/
Dindex.md5 has_children: true
/third_party/libwebsockets/include/libwebsockets/
Dlws-fts.h64 char has_children; member
/third_party/cef/libcef_dll/ctocpp/
Ddomnode_ctocpp.cc291 if (CEF_MEMBER_MISSING(_struct, has_children)) in HasChildren()
297 int _retval = _struct->has_children(_struct); in HasChildren()
/third_party/icu/docs/userguide/format_parse/numbers/
Dindex.md6 has_children: true
/third_party/cef/include/capi/
Dcef_dom_capi.h274 int(CEF_CALLBACK* has_children)(struct _cef_domnode_t* self);
/third_party/icu/docs/userguide/transforms/
Dindex.md5 has_children: true
/third_party/rust/crates/bindgen/bindgen/
Dclang.rs509 pub fn has_children(&self) -> bool { in has_children() method
510 let mut has_children = false; in has_children() localVariable
512 has_children = true; in has_children()
515 has_children in has_children()
/third_party/python/Lib/
Dsymtable.py108 def has_children(self): member in SymbolTable
/third_party/cef/libcef_dll/cpptoc/
Ddomnode_cpptoc.cc521 GetStruct()->has_children = domnode_has_children; in CefDOMNodeCppToC()
/third_party/python/Doc/library/
Dsymtable.rst65 .. method:: has_children()
/third_party/icu/docs/userguide/
Dindex.md5 has_children: true
/third_party/icu/docs/userguide/conversion/
Dindex.md5 has_children: true
/third_party/icu/docs/userguide/collation/
Dindex.md5 has_children: true
/third_party/icu/docs/userguide/datetime/
Dindex.md5 has_children: true
/third_party/icu/docs/userguide/layoutengine/
Dindex.md5 has_children: true

12