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/src/fxfa/src/parser/
Dxfa_parser_imp.cpp172 CXFA_Node* pXFAChild = m_pFactory->CreateNode(XFA_XDPPACKET_Datasets, in ConstructXFANode()
392 m_pFactory->CreateNode(XFA_XDPPACKET_XDP, XFA_ELEMENT_Xfa); in ParseAsXDPPacket_XDP()
528 m_pFactory->CreateNode(XFA_XDPPACKET_Config, XFA_ELEMENT_Config); in ParseAsXDPPacket_Config()
550 m_pFactory->CreateNode(XFA_XDPPACKET_Template, XFA_ELEMENT_Template); in ParseAsXDPPacket_TemplateForm()
597 pNode = m_pFactory->CreateNode(XFA_XDPPACKET_Form, XFA_ELEMENT_Form); in ParseAsXDPPacket_TemplateForm()
659 m_pFactory->CreateNode(XFA_XDPPACKET_Datasets, XFA_ELEMENT_DataModel); in ParseAsXDPPacket_Data()
695 m_pFactory->CreateNode(XFA_XDPPACKET_Datasets, XFA_ELEMENT_DataGroup); in ParseAsXDPPacket_Data()
725 pNode = m_pFactory->CreateNode(XFA_XDPPACKET_LocaleSet, in ParseAsXDPPacket_LocaleConnectionSourceSet()
742 pNode = m_pFactory->CreateNode(XFA_XDPPACKET_ConnectionSet, in ParseAsXDPPacket_LocaleConnectionSourceSet()
758 pNode = m_pFactory->CreateNode(XFA_XDPPACKET_SourceSet, in ParseAsXDPPacket_LocaleConnectionSourceSet()
[all …]
Dxfa_document_datadescription_imp.cpp79 pDocument->CreateNode(XFA_XDPPACKET_Datasets, eNodeType); in XFA_DataDescription_MaybeCreateDataNode()
109 pDocument->CreateNode(XFA_XDPPACKET_Datasets, eNodeType); in XFA_DataDescription_MaybeCreateDataNode()
Dxfa_document_imp.cpp170 CXFA_Node* CXFA_Document::CreateNode(FX_DWORD dwPacket, XFA_ELEMENT eElement) { in CreateNode() function in CXFA_Document
172 return CreateNode(pPacket, eElement); in CreateNode()
174 CXFA_Node* CXFA_Document::CreateNode(XFA_LPCPACKETINFO pPacket, in CreateNode() function in CXFA_Document
Dxfa_document_datamerger_imp.cpp594 CXFA_Node* pNewNode = pDocument->GetParser()->GetFactory()->CreateNode( in XFA_NodeMerge_CloneOrMergeInstanceManager()
1394 pDatasetsRoot = CreateNode(XFA_XDPPACKET_Datasets, XFA_ELEMENT_DataModel);
1435 pDataRoot = CreateNode(XFA_XDPPACKET_Datasets, XFA_ELEMENT_DataGroup);
1461 pFormRoot = CreateNode(XFA_XDPPACKET_Form, XFA_ELEMENT_Form);
1483 pDataTopLevel = CreateNode(XFA_XDPPACKET_Datasets, XFA_ELEMENT_DataGroup);
Dxfa_layout_pagemgr_new.cpp88 pPageArea = pObjFactory->CreateNode(m_pTemplatePageSetRoot->GetPacketID(), in InitLayoutPage()
98 pContentArea = pObjFactory->CreateNode(pPageArea->GetPacketID(), in InitLayoutPage()
117 pObjFactory->CreateNode(pPageArea->GetPacketID(), XFA_ELEMENT_Medium); in InitLayoutPage()
/external/pdfium/xfa/src/fxfa/src/common/
Dxfa_document.h122 virtual CXFA_Node* CreateNode(FX_DWORD dwPacket, XFA_ELEMENT eElement) = 0;
123 virtual CXFA_Node* CreateNode(XFA_LPCPACKETINFO pPacket,
155 virtual CXFA_Node* CreateNode(FX_DWORD dwPacket, XFA_ELEMENT eElement);
156 virtual CXFA_Node* CreateNode(XFA_LPCPACKETINFO pPacket,
/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/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffwidgethandler.cpp526 CXFA_Node* pNewTemplateNode = pXFADoc->GetParser()->GetFactory()->CreateNode( in CreateTemplateNode()

12