Home
last modified time | relevance | path

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

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/struct/
DTestParentChildReferences.java88 static class NodeArray class in TestParentChildReferences
99 public NodeArray parent;
267 NodeArray root = new NodeArray(); in testArrayOfRefs()
273 NodeArray result = MAPPER.readValue(json, NodeArray.class); in testArrayOfRefs()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DItaniumDemangle.h212 class NodeArray {
217 NodeArray() : Elements(nullptr), NumElements(0) {} in NodeArray() function
218 NodeArray(Node **Elements_, size_t NumElements_) in NodeArray() function
251 NodeArray Array;
252 NodeArrayNode(NodeArray Array_) : Node(KNodeArrayNode), Array(Array_) {} in NodeArrayNode()
434 NodeArray Conditions;
436 EnableIfAttr(NodeArray Conditions_) in EnableIfAttr()
641 NodeArray Params;
647 FunctionType(const Node *Ret_, NodeArray Params_, Qualifiers CVQuals_, in FunctionType()
714 NodeArray Types;
[all …]
DMicrosoftDemangleNodes.h244 NodeArray, enumerator
515 NodeArrayNode() : Node(NodeKind::NodeArray) {} in NodeArrayNode()
/external/libcxxabi/src/demangle/
DItaniumDemangle.h206 class NodeArray {
211 NodeArray() : Elements(nullptr), NumElements(0) {} in NodeArray() function
212 NodeArray(Node **Elements_, size_t NumElements_) in NodeArray() function
245 NodeArray Array;
246 NodeArrayNode(NodeArray Array_) : Node(KNodeArrayNode), Array(Array_) {} in NodeArrayNode()
428 NodeArray Conditions;
430 EnableIfAttr(NodeArray Conditions_) in EnableIfAttr()
673 NodeArray Params;
679 FunctionType(const Node *Ret_, NodeArray Params_, Qualifiers CVQuals_, in FunctionType()
746 NodeArray Types;
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DItaniumDemangle.cpp72 static bool wantsNewline(NodeArray A) { return !A.empty(); } in wantsNewline()
92 void print(NodeArray A) { in print()
486 NodeArray Params = static_cast<FunctionEncoding *>(RootNode)->getParams(); in getFunctionParameters()
/external/libcxxabi/src/
Dcxa_demangle.cpp75 static bool wantsNewline(NodeArray A) { return !A.empty(); } in wantsNewline()
103 void print(NodeArray A) { in print()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DItaniumManglingCanonicalizer.cpp39 void operator()(itanium_demangle::NodeArray A) { in operator ()()