Home
last modified time | relevance | path

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

12

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DDebugTreeAdaptor.cs72 dbg.CreateNode( node, payload ); in Create()
100 dbg.CreateNode( t ); in SimulateTreeConstruction()
113 dbg.CreateNode( d ); in DupNode()
120 dbg.CreateNode(d); in DupNode()
127 dbg.CreateNode(d); in DupNode()
134 dbg.CreateNode(d); in DupNode()
189 dbg.CreateNode( node ); in Create()
196 dbg.CreateNode( node ); in Create()
203 dbg.CreateNode( node ); in Create()
210 dbg.CreateNode(node); in Create()
DDebugEventRepeater.cs173 public virtual void CreateNode( object t ) in CreateNode() method in Antlr.Runtime.Debug.DebugEventRepeater
175 _listener.CreateNode( t ); in CreateNode()
177 public virtual void CreateNode( object node, IToken token ) in CreateNode() method in Antlr.Runtime.Debug.DebugEventRepeater
179 _listener.CreateNode( node, token ); in CreateNode()
DBlankDebugEventListener.cs146 public virtual void CreateNode( object t ) in CreateNode() method in Antlr.Runtime.Debug.BlankDebugEventListener
149 public virtual void CreateNode( object node, IToken token ) in CreateNode() method in Antlr.Runtime.Debug.BlankDebugEventListener
DDebugEventHub.cs319 public virtual void CreateNode( object t ) in CreateNode() method in Antlr.Runtime.Debug.DebugEventHub
324 listener.CreateNode( t ); in CreateNode()
328 public virtual void CreateNode( object node, IToken token ) in CreateNode() method in Antlr.Runtime.Debug.DebugEventHub
333 listener.CreateNode( node, token ); in CreateNode()
DTraceDebugEventListener.cs99 public override void CreateNode( object t ) in CreateNode() method in Antlr.Runtime.Debug.TraceDebugEventListener
107 public override void CreateNode( object node, IToken token ) in CreateNode() method in Antlr.Runtime.Debug.TraceDebugEventListener
DDebugEventSocketProxy.cs360 public override void CreateNode( object t ) in CreateNode() method in Antlr.Runtime.Debug.DebugEventSocketProxy
374 public override void CreateNode( object node, IToken token ) in CreateNode() method in Antlr.Runtime.Debug.DebugEventSocketProxy
DRemoteDebugEventSocketListener.cs584 listener.CreateNode( node ); in Dispatch()
593 listener.CreateNode( node, token ); in Dispatch()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DDebugTreeAdaptor.cs67 dbg.CreateNode(node, payload); in Create()
91 dbg.CreateNode(t); in SimulateTreeConstruction()
102 dbg.CreateNode(d); in DupNode()
148 dbg.CreateNode(node); in Create()
154 dbg.CreateNode(node); in Create()
160 dbg.CreateNode(node); in Create()
DDebugEventRepeater.cs143 public virtual void CreateNode(object t) { in CreateNode() method in Antlr.Runtime.Debug.DebugEventRepeater
144 _listener.CreateNode(t); in CreateNode()
146 public virtual void CreateNode(object node, IToken token) { in CreateNode() method in Antlr.Runtime.Debug.DebugEventRepeater
147 _listener.CreateNode(node, token); in CreateNode()
DIDebugEventListener.cs331 void CreateNode(object t); in CreateNode() method
341 void CreateNode(object node, IToken token); in CreateNode() method
DBlankDebugEventListener.cs116 public virtual void CreateNode(object t) { in CreateNode() method in Antlr.Runtime.Debug.BlankDebugEventListener
118 public virtual void CreateNode(object node, IToken token) { in CreateNode() method in Antlr.Runtime.Debug.BlankDebugEventListener
DDebugEventHub.cs262 public virtual void CreateNode(object t) { in CreateNode() method in Antlr.Runtime.Debug.DebugEventHub
265 listener.CreateNode(t); in CreateNode()
269 public virtual void CreateNode(object node, IToken token) { in CreateNode() method in Antlr.Runtime.Debug.DebugEventHub
272 listener.CreateNode(node, token); in CreateNode()
DTraceDebugEventListener.cs88 public override void CreateNode(object t) { in CreateNode() method in Antlr.Runtime.Debug.TraceDebugEventListener
95 public override void CreateNode(object node, IToken token) { in CreateNode() method in Antlr.Runtime.Debug.TraceDebugEventListener
DDebugEventSocketProxy.cs317 public override void CreateNode(object t) { in CreateNode() method in Antlr.Runtime.Debug.DebugEventSocketProxy
330 public override void CreateNode(object node, IToken token) { in CreateNode() method in Antlr.Runtime.Debug.DebugEventSocketProxy
DRemoteDebugEventSocketListener.cs450 listener.CreateNode(node); in Dispatch()
457 listener.CreateNode(node, token); in Dispatch()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_simple_parser.cpp367 CXFA_Node* pXFAChild = m_pFactory->CreateNode(XFA_XDPPACKET_Datasets, in ConstructXFANode()
473 m_pFactory->CreateNode(XFA_XDPPACKET_XDP, XFA_Element::Xfa); in ParseAsXDPPacket_XDP()
608 m_pFactory->CreateNode(XFA_XDPPACKET_Config, XFA_Element::Config); in ParseAsXDPPacket_Config()
631 m_pFactory->CreateNode(XFA_XDPPACKET_Template, XFA_Element::Template); in ParseAsXDPPacket_TemplateForm()
674 pNode = m_pFactory->CreateNode(XFA_XDPPACKET_Form, XFA_Element::Form); in ParseAsXDPPacket_TemplateForm()
709 m_pFactory->CreateNode(XFA_XDPPACKET_Datasets, XFA_Element::DataModel); in ParseAsXDPPacket_Data()
747 m_pFactory->CreateNode(XFA_XDPPACKET_Datasets, XFA_Element::DataGroup); in ParseAsXDPPacket_Data()
776 pNode = m_pFactory->CreateNode(XFA_XDPPACKET_LocaleSet, in ParseAsXDPPacket_LocaleConnectionSourceSet()
791 pNode = m_pFactory->CreateNode(XFA_XDPPACKET_ConnectionSet, in ParseAsXDPPacket_LocaleConnectionSourceSet()
806 pNode = m_pFactory->CreateNode(XFA_XDPPACKET_SourceSet, in ParseAsXDPPacket_LocaleConnectionSourceSet()
[all …]
Dcxfa_document.h90 CXFA_Node* CreateNode(uint32_t dwPacket, XFA_Element eElement);
91 CXFA_Node* CreateNode(const XFA_PACKETINFO* pPacket, XFA_Element eElement);
Dcxfa_document.cpp222 CXFA_Node* CXFA_Document::CreateNode(uint32_t dwPacket, XFA_Element eElement) { in CreateNode() function in CXFA_Document
223 return CreateNode(XFA_GetPacketByID(dwPacket), eElement); in CreateNode()
226 CXFA_Node* CXFA_Document::CreateNode(const XFA_PACKETINFO* pPacket, in CreateNode() function in CXFA_Document
Dxfa_document_datamerger_imp.cpp532 pDocument->CreateNode(XFA_XDPPACKET_Form, XFA_Element::InstanceManager); in CloneOrMergeInstanceManager()
1024 pDocument->CreateNode(XFA_XDPPACKET_Datasets, eNodeType); in MaybeCreateDataNode()
1053 pDocument->CreateNode(XFA_XDPPACKET_Datasets, eNodeType); in MaybeCreateDataNode()
1372 pDatasetsRoot = CreateNode(XFA_XDPPACKET_Datasets, XFA_Element::DataModel); in DoDataMerge()
1406 pDataRoot = CreateNode(XFA_XDPPACKET_Datasets, XFA_Element::DataGroup); in DoDataMerge()
1434 pFormRoot = CreateNode(XFA_XDPPACKET_Form, XFA_Element::Form); in DoDataMerge()
1457 pDataTopLevel = CreateNode(XFA_XDPPACKET_Datasets, XFA_Element::DataGroup); in DoDataMerge()
Dcxfa_layoutpagemgr.cpp305 pPageArea = pDocument->CreateNode(m_pTemplatePageSetRoot->GetPacketID(), in InitLayoutPage()
315 pContentArea = pDocument->CreateNode(pPageArea->GetPacketID(), in InitLayoutPage()
334 pDocument->CreateNode(pPageArea->GetPacketID(), XFA_Element::Medium); in InitLayoutPage()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Debug/
DIDebugEventListener.cs333 void CreateNode( object t ); in CreateNode() method
343 void CreateNode( object node, IToken token ); in CreateNode() method
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas73 function CreateNode(const Payload: IToken): IANTLRInterface; overload;
217 … function CreateNode(const TokenType: Integer; const FromToken: IToken): IANTLRInterface; overload;
225 function CreateNode(const TokenType: Integer; const FromToken: IToken;
234 function CreateNode(const TokenType: Integer; const Text: String): IANTLRInterface; overload;
1270 function CreateNode(const Payload: IToken): IANTLRInterface; overload; virtual; abstract; in CreateNode() function
1282 …function CreateNode(const TokenType: Integer; const FromToken: IToken): IANTLRInterface; overload;… in CreateNode() function
1283 function CreateNode(const TokenType: Integer; const FromToken: IToken; in CreateNode() function
1285 …function CreateNode(const TokenType: Integer; const Text: String): IANTLRInterface; overload; virt… in CreateNode() function
1318 function CreateNode(const Payload: IToken): IANTLRInterface; overload; override; in CreateNode() function
1756 function CreateNode(const Payload: IToken): IANTLRInterface; overload; override;
[all …]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
DASTParser.stg177 <label>_tree := Adaptor.CreateNode(<label>) as I<ASTLabelType>;
192 <label>_tree := Adaptor.CreateNode(<label>) as I<ASTLabelType>;
203 Adaptor.CreateNode(<label>) as I<ASTLabelType>
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DImmutableIntervalMap.h125 return this->CreateNode(NULL, V, NULL); in add_internal()
/external/pdfium/xfa/fxfa/app/
Dxfa_ffwidgethandler.cpp488 pXFADoc->CreateNode(XFA_XDPPACKET_Template, eElement); in CreateTemplateNode()

12