HomeSort by relevance Sort by last modified time
    Searched refs:CreateNode (Results 1 - 25 of 27) sorted by null

1 2

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
IDebugEventListener.cs 331 void CreateNode(object t);
341 void CreateNode(object node, IToken token);
DebugEventRepeater.cs 143 public virtual void CreateNode(object t) {
144 _listener.CreateNode(t);
146 public virtual void CreateNode(object node, IToken token) {
147 _listener.CreateNode(node, token);
BlankDebugEventListener.cs 116 public virtual void CreateNode(object t) {
118 public virtual void CreateNode(object node, IToken token) {
DebugTreeAdaptor.cs 48 * not see a createNode event. A single <unknown> node is sufficient even
67 dbg.CreateNode(node, payload);
91 dbg.CreateNode(t);
102 dbg.CreateNode(d);
148 dbg.CreateNode(node);
154 dbg.CreateNode(node);
160 dbg.CreateNode(node);
TraceDebugEventListener.cs 88 public override void CreateNode(object t) {
95 public override void CreateNode(object node, IToken token) {
DebugEventHub.cs 262 public virtual void CreateNode(object t) {
265 listener.CreateNode(t);
269 public virtual void CreateNode(object node, IToken token) {
272 listener.CreateNode(node, token);
DebugEventSocketProxy.cs 317 public override void CreateNode(object t) {
330 public override void CreateNode(object node, IToken token) {
333 Transmit("createNode\t" + ID + "\t" + tokenIndex);
RemoteDebugEventSocketListener.cs 450 listener.CreateNode(node);
451 } else if (elements[0].Equals("createNode")) {
457 listener.CreateNode(node, token);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Debug/
IDebugEventListener.cs 333 void CreateNode( object t );
343 void CreateNode( object node, IToken token );
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugTreeAdaptor.cs 49 * not see a createNode event. A single <unknown> node is sufficient even
72 dbg.CreateNode( node, payload );
100 dbg.CreateNode( t );
113 dbg.CreateNode( d );
120 dbg.CreateNode(d);
127 dbg.CreateNode(d);
134 dbg.CreateNode(d);
189 dbg.CreateNode( node );
196 dbg.CreateNode( node );
203 dbg.CreateNode( node )
    [all...]
DebugEventRepeater.cs 173 public virtual void CreateNode( object t )
175 _listener.CreateNode( t );
177 public virtual void CreateNode( object node, IToken token )
179 _listener.CreateNode( node, token );
BlankDebugEventListener.cs 146 public virtual void CreateNode( object t )
149 public virtual void CreateNode( object node, IToken token )
TraceDebugEventListener.cs 99 public override void CreateNode( object t )
107 public override void CreateNode( object node, IToken token )
DebugEventHub.cs 319 public virtual void CreateNode( object t )
324 listener.CreateNode( t );
328 public virtual void CreateNode( object node, IToken token )
333 listener.CreateNode( node, token );
DebugEventSocketProxy.cs 360 public override void CreateNode( object t )
374 public override void CreateNode( object node, IToken token )
378 Transmit( "createNode\t" + ID + "\t" + tokenIndex );
RemoteDebugEventSocketListener.cs 584 listener.CreateNode( node );
586 else if ( elements[0].Equals( "createNode" ) )
593 listener.CreateNode( node, token );
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_document_datadescription_imp.cpp 79 pDocument->CreateNode(XFA_XDPPACKET_Datasets, eNodeType);
109 pDocument->CreateNode(XFA_XDPPACKET_Datasets, eNodeType);
xfa_parser_imp.cpp 172 CXFA_Node* pXFAChild = m_pFactory->CreateNode(XFA_XDPPACKET_Datasets,
392 m_pFactory->CreateNode(XFA_XDPPACKET_XDP, XFA_ELEMENT_Xfa);
528 m_pFactory->CreateNode(XFA_XDPPACKET_Config, XFA_ELEMENT_Config);
550 m_pFactory->CreateNode(XFA_XDPPACKET_Template, XFA_ELEMENT_Template);
597 pNode = m_pFactory->CreateNode(XFA_XDPPACKET_Form, XFA_ELEMENT_Form);
659 m_pFactory->CreateNode(XFA_XDPPACKET_Datasets, XFA_ELEMENT_DataModel);
695 m_pFactory->CreateNode(XFA_XDPPACKET_Datasets, XFA_ELEMENT_DataGroup);
725 pNode = m_pFactory->CreateNode(XFA_XDPPACKET_LocaleSet,
742 pNode = m_pFactory->CreateNode(XFA_XDPPACKET_ConnectionSet,
758 pNode = m_pFactory->CreateNode(XFA_XDPPACKET_SourceSet,
    [all...]
xfa_document_imp.cpp 170 CXFA_Node* CXFA_Document::CreateNode(FX_DWORD dwPacket, XFA_ELEMENT eElement) {
172 return CreateNode(pPacket, eElement);
174 CXFA_Node* CXFA_Document::CreateNode(XFA_LPCPACKETINFO pPacket,
xfa_document_datamerger_imp.cpp 594 CXFA_Node* pNewNode = pDocument->GetParser()->GetFactory()->CreateNode(
    [all...]
xfa_layout_pagemgr_new.cpp 88 pPageArea = pObjFactory->CreateNode(m_pTemplatePageSetRoot->GetPacketID(),
98 pContentArea = pObjFactory->CreateNode(pPageArea->GetPacketID(),
117 pObjFactory->CreateNode(pPageArea->GetPacketID(), XFA_ELEMENT_Medium);
    [all...]
  /external/pdfium/xfa/src/fxfa/src/common/
xfa_document.h 122 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/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
ASTParser.stg 177 <label>_tree := Adaptor.CreateNode(<label>) as I<ASTLabelType>;
192 <label>_tree := Adaptor.CreateNode(<label>) as I<ASTLabelType>;
203 Adaptor.CreateNode(<label>) as I<ASTLabelType>
AST.stg 431 Adaptor.CreateNode(<tokenType>, <args; separator=", "><if(!args)>'<tokenType>'<endif>) as I<ASTLabelType>
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 73 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;
    [all...]

Completed in 714 milliseconds

1 2