Searched refs:CreateNode (Results 1 – 7 of 7) sorted by relevance
/third_party/protobuf/ |
D | update_version.py | 264 def CreateNode(tagname, indent, children): function 293 release = CreateNode('release', 2, [ 294 CreateNode('version', 3, [ 298 CreateNode('stability', 3, [
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/util/ |
D | huffman_codec.h | 62 Node* node = CreateNode(); in HuffmanCodec() 90 Node* parent = CreateNode(); in HuffmanCodec() 276 Node* CreateNode() { in CreateNode() function
|
D | move_to_front.h | 121 uint32_t CreateNode(uint32_t timestamp, const Val& value) { in CreateNode() function 319 InsertNode(CreateNode(next_timestamp_++, value)); in Insert()
|
/third_party/cef/tests/cefclient/browser/ |
D | osr_accessibility_node.h | 43 static OsrAXNode* CreateNode(const CefString& treeId,
|
D | osr_accessibility_node.cc | 166 OsrAXNode* OsrAXNode::CreateNode(const CefString& treeId, in CreateNode() function in client::OsrAXNode
|
D | osr_accessibility_helper.cc | 196 axNode = OsrAXNode::CreateNode(treeId, nodeId, node, this); in UpdateLayout()
|
/third_party/flutter/skia/third_party/externals/spirv-tools/test/ |
D | move_to_front_test.cpp | 31 InsertNode(CreateNode(val, val)); in TestInsert()
|