Home
last modified time | relevance | path

Searched defs:TreeNode (Results 1 – 13 of 13) sorted by relevance

/external/pdfium/core/fxcrt/
Dtree_node_unittest.cpp18 TEST(TreeNode, SelfAppendFirstChild) { in TEST() argument
23 TEST(TreeNode, SelfAppendLastChild) { in TEST() argument
28 TEST(TreeNode, SelfInsertBeforeOther) { in TEST() argument
35 TEST(TreeNode, InsertOtherBeforeSelf) { in TEST() argument
42 TEST(TreeNode, SelfInsertAfterOther) { in TEST() argument
49 TEST(TreeNode, InsertOtherAfterSelf) { in TEST() argument
56 TEST(TreeNode, RemoveParentless) { in TEST() argument
61 TEST(TreeNode, RemoveFromWrongParent) { in TEST() argument
69 TEST(TreeNode, SafeRemove) { in TEST() argument
78 TEST(TreeNode, SafeRemoveParentless) { in TEST() argument
[all …]
/external/rust/android-crates-io/crates/tokio-util/src/sync/cancellation_token/
Dtree_node.rs46 pub(crate) struct TreeNode { struct
50 impl TreeNode { argument
87 pub(crate) fn child_node(parent: &Arc<TreeNode>) -> Arc<TreeNode> { in child_node()
150 fn with_locked_node_and_parent<F, Ret>(node: &Arc<TreeNode>, func: F) -> Ret in with_locked_node_and_parent()
249 pub(crate) fn increase_handle_refcount(node: &Arc<TreeNode>) { in increase_handle_refcount()
263 pub(crate) fn decrease_handle_refcount(node: &Arc<TreeNode>) { in decrease_handle_refcount()
297 pub(crate) fn cancel(node: &Arc<TreeNode>) { in cancel()
/external/nanopb-c/tests/cyclic_messages/
Dcyclic.proto7 message TreeNode message
/external/skia/src/gpu/graphite/geom/
DIntersectionTree.h53 template<SplitType kSplitType> class TreeNode; variable
DIntersectionTree.cpp22 class IntersectionTree::TreeNode final : public Node { class in skgpu::graphite::IntersectionTree
24 TreeNode(float splitCoord, Node* lo, Node* hi) in TreeNode() function in skgpu::graphite::IntersectionTree::TreeNode
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/objectid/
DTestObjectIdSerialization.java134 static class TreeNode class in TestObjectIdSerialization
145 public TreeNode() { } in TreeNode() method in TestObjectIdSerialization.TreeNode
146 public TreeNode(TreeNode p, int id, String name) { in TreeNode() method in TestObjectIdSerialization.TreeNode
/external/opencensus-java/contrib/zpages/src/main/java/io/opencensus/contrib/zpages/
DStatszZPageHandler.java617 private static class TreeNode { class in StatszZPageHandler
627 TreeNode() { in TreeNode() method in StatszZPageHandler.TreeNode
631 TreeNode(View.Name viewName) { in TreeNode() method in StatszZPageHandler.TreeNode
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/
DTreeNode.java34 public interface TreeNode interface
/external/perfetto/ui/src/widgets/
Dtree.ts69 export class TreeNode implements m.ClassComponent<TreeNodeAttrs> { class
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWindowsResource.cpp452 WindowsResourceParser::TreeNode::TreeNode(uint32_t StringIndex) in TreeNode() function in llvm::object::WindowsResourceParser::TreeNode
455 WindowsResourceParser::TreeNode::TreeNode(uint16_t MajorVersion, in TreeNode() function in llvm::object::WindowsResourceParser::TreeNode
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
DWindowsResource.cpp450 WindowsResourceParser::TreeNode::TreeNode(uint32_t StringIndex) in TreeNode() function in llvm::object::WindowsResourceParser::TreeNode
453 WindowsResourceParser::TreeNode::TreeNode(uint16_t MajorVersion, in TreeNode() function in llvm::object::WindowsResourceParser::TreeNode
/external/python/cpython3/Lib/idlelib/
Dtree.py84 class TreeNode: class
/external/mesa3d/src/imgui/
Dimgui_widgets.cpp4627 bool ImGui::TreeNode(const char* str_id, const char* fmt, ...) in TreeNode() function in ImGui
4636 bool ImGui::TreeNode(const void* ptr_id, const char* fmt, ...) in TreeNode() function in ImGui
4645 bool ImGui::TreeNode(const char* label) in TreeNode() function in ImGui