Home
last modified time | relevance | path

Searched refs:CreateNode (Results 1 – 7 of 7) sorted by relevance

/third_party/protobuf/
Dupdate_version.py264 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/
Dhuffman_codec.h62 Node* node = CreateNode(); in HuffmanCodec()
90 Node* parent = CreateNode(); in HuffmanCodec()
276 Node* CreateNode() { in CreateNode() function
Dmove_to_front.h121 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/
Dosr_accessibility_node.h43 static OsrAXNode* CreateNode(const CefString& treeId,
Dosr_accessibility_node.cc166 OsrAXNode* OsrAXNode::CreateNode(const CefString& treeId, in CreateNode() function in client::OsrAXNode
Dosr_accessibility_helper.cc196 axNode = OsrAXNode::CreateNode(treeId, nodeId, node, this); in UpdateLayout()
/third_party/flutter/skia/third_party/externals/spirv-tools/test/
Dmove_to_front_test.cpp31 InsertNode(CreateNode(val, val)); in TestInsert()