Home
last modified time | relevance | path

Searched defs:HasChildren (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DInlineInfo.cpp81 bool HasChildren = Data.getU8(&Offset) != 0; in skip() local
124 bool HasChildren = Data.getU8(&Offset) != 0; in lookup() local
188 bool HasChildren = Data.getU8(&Offset) != 0; in decode() local
232 bool HasChildren = !Children.empty(); in encode() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.h174 bool HasChildren; variable
/third_party/cef/libcef/renderer/
Ddom_node_impl.cc243 bool CefDOMNodeImpl::HasChildren() { in HasChildren() function in CefDOMNodeImpl
/third_party/cef/libcef_dll/ctocpp/
Ddomnode_ctocpp.cc287 NO_SANITIZE("cfi-icall") bool CefDOMNodeCToCpp::HasChildren() { in HasChildren() function in CefDOMNodeCToCpp
/third_party/spirv-tools/source/opt/
Dloop_descriptor.h166 inline bool HasChildren() const { return !nested_loops_.empty(); } in HasChildren() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_descriptor.h166 inline bool HasChildren() const { return !nested_loops_.empty(); } in HasChildren() function
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dloop_descriptor.h166 inline bool HasChildren() const { return !nested_loops_.empty(); } in HasChildren() function
/third_party/cef/libcef_dll/wrapper/
Dcef_xml_object.cc341 bool CefXmlObject::HasChildren() { in HasChildren() function in CefXmlObject
/third_party/typescript/src/compiler/
Dtypes.ts968 export type HasChildren = alias
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp87813 bool HasChildren() const { return !!mFirstChild; } in HasChildren() function in nsINode