Home
last modified time | relevance | path

Searched refs:GetChild (Results 1 – 25 of 68) sorted by relevance

123

/external/pdfium/xfa/fxfa/
Dcxfa_textprovider.cpp48 pElementNode->GetChild<CXFA_Value>(0, XFA_Element::Value, false); in GetTextNode()
81 m_pWidgetAcc->GetNode()->GetChild<CXFA_Caption>(0, XFA_Element::Caption, in GetTextNode()
87 pCaptionNode->GetChild<CXFA_Value>(0, XFA_Element::Value, false); in GetTextNode()
101 CXFA_Items* pItemNode = m_pWidgetAcc->GetNode()->GetChild<CXFA_Items>( in GetTextNode()
123 CXFA_Caption* pNode = m_pWidgetAcc->GetNode()->GetChild<CXFA_Caption>( in GetParaIfExists()
125 return pNode->GetChild<CXFA_Para>(0, XFA_Element::Para, false); in GetParaIfExists()
132 CXFA_Caption* pNode = m_pWidgetAcc->GetNode()->GetChild<CXFA_Caption>( in GetFontIfExists()
134 CXFA_Font* font = pNode->GetChild<CXFA_Font>(0, XFA_Element::Font, false); in GetFontIfExists()
Dcxfa_widgetacc.cpp474 pNode->GetChild<CXFA_Items>(0, XFA_Element::Items, false)) { in CreateUIChild()
476 pItems->GetChild<CXFA_Node>(0, XFA_Element::Unknown, false)) { in CreateUIChild()
560 pChild->GetChild<CXFA_Items>(0, XFA_Element::Items, false); in ResetData()
567 pItems->GetChild<CXFA_Node>(1, XFA_Element::Unknown, false) in ResetData()
1556 m_pNode->GetChild<CXFA_Items>(0, XFA_Element::Items, false); in HasButtonRollover()
1570 m_pNode->GetChild<CXFA_Items>(0, XFA_Element::Items, false); in HasButtonDown()
1623 auto* pItems = m_pNode->GetChild<CXFA_Items>(0, XFA_Element::Items, false); in GetCheckState()
1644 m_pNode->GetChild<CXFA_Items>(0, XFA_Element::Items, false); in SetCheckState()
1668 m_pNode->GetChild<CXFA_Items>(0, XFA_Element::Items, false)) { in SetCheckState()
1680 pChild->GetChild<CXFA_Items>(0, XFA_Element::Items, false); in SetCheckState()
[all …]
Dcxfa_ffdocview.cpp122 pRootItem->GetChild<CXFA_Subform>(0, XFA_Element::Subform, false); in StopLayout()
278 pConfigItem->GetChild<CXFA_Acrobat>(0, XFA_Element::Acrobat, false); in ProcessWidgetEvent()
280 pAcrobatNode ? pAcrobatNode->GetChild<CXFA_Validate>( in ProcessWidgetEvent()
285 pConfigItem->GetChild<CXFA_Present>(0, XFA_Element::Present, false); in ProcessWidgetEvent()
286 pValidateNode = pPresentNode ? pPresentNode->GetChild<CXFA_Validate>( in ProcessWidgetEvent()
305 pNode = pRootItem->GetChild<CXFA_Node>(0, XFA_Element::Subform, false); in ProcessWidgetEvent()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DProfileTreeGrammarHelper.cs68 : this( new CommonTreeNodeStream( function.GetChild( 2 ) ), functionDefinitions ) in ProfileTreeGrammar()
71 localMemory[function.GetChild( 1 ).Text] = paramValue; in ProfileTreeGrammar()
83 if ( f.GetChild( 0 ).Text.Equals( name ) ) in findFunction()
86 CommonTree formalPar = (CommonTree)f.GetChild( 1 ); in findFunction()
DDebugTreeGrammarHelper.cs68 : this( new CommonTreeNodeStream( function.GetChild( 2 ) ), functionDefinitions ) in DebugTreeGrammar()
71 localMemory[function.GetChild( 1 ).Text] = paramValue; in DebugTreeGrammar()
83 if ( f.GetChild( 0 ).Text.Equals( name ) ) in findFunction()
86 CommonTree formalPar = (CommonTree)f.GetChild( 1 ); in findFunction()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DBaseTreeAdaptor.cs101 object child = GetChild(t, i); in DupTree()
164 newRootTree = (ITree)newRootTree.GetChild(0); in BecomeRoot()
185 r = (ITree)r.GetChild(0); in RulePostProcessing()
239 public virtual object GetChild(object t, int i) { in GetChild() method in Antlr.Runtime.Tree.BaseTreeAdaptor
240 return ((ITree)t).GetChild(i); in GetChild()
DBaseTree.cs141 public virtual ITree GetChild(int i) { in GetChild() method in Antlr.Runtime.Tree.BaseTree
189 ITree c = t.GetChild(i); in AddChild()
295 newChildren.Add(newTree.GetChild(i)); in ReplaceChildren()
354 ITree child = GetChild(c); in FreshenParentAndChildIndexes()
373 BaseTree child = (BaseTree)this.GetChild(c); in SanityCheckParentAndChildIndexes()
DTreeWizard.cs235 object child = adaptor.GetChild(t, i); in IndexCore()
325 object child = adaptor.GetChild(t, i); in VisitCore()
441 object child1 = adaptor.GetChild(t1, i); in ParseCore()
442 TreePattern child2 = (TreePattern)tpattern.GetChild(i); in ParseCore()
520 object child1 = adaptor.GetChild(t1, i); in EqualsCore()
521 object child2 = adaptor.GetChild(t2, i); in EqualsCore()
DCommonTreeAdaptor.cs174 public override object GetChild(object t, int i) { in GetChild() method in Antlr.Runtime.Tree.CommonTreeAdaptor
178 return ((ITree)t).GetChild(i); in GetChild()
DTreeIterator.cs109 tree = adaptor.GetChild(tree, 0); in MoveNext()
132 tree = adaptor.GetChild(parent, nextSiblingIndex); in MoveNext()
DDotTreeGenerator.cs143 object child = adaptor.GetChild( tree, i ); in DefineNodes()
169 object child = adaptor.GetChild( tree, i ); in DefineEdges()
/external/tensorflow/tensorflow/contrib/lite/testing/
Dmessage_test.cc46 const TestMessage* GetChild(int i) const { in GetChild() function in tflite::testing::__anonf88790f70111::TestMessage
73 auto* x = message.GetChild(0); in TEST()
79 auto* y = message.GetChild(1); in TEST()
83 auto* z = message.GetChild(2); in TEST()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_calculate.cpp53 return GetChild<CXFA_Script>(0, XFA_Element::Script, false); in GetScriptIfExists()
57 CXFA_Message* pNode = GetChild<CXFA_Message>(0, XFA_Element::Message, false); in GetMessageText()
61 CXFA_Text* text = pNode->GetChild<CXFA_Text>(0, XFA_Element::Text, false); in GetMessageText()
Dcxfa_nodelocale.cpp76 m_pLocale ? m_pLocale->GetChild<CXFA_DateTimeSymbols>( in GetDateTimeSymbols()
153 m_pLocale ? m_pLocale->GetChild<CXFA_Node>(0, eElement, false) : nullptr; in GetSymbol()
162 m_pLocale ? m_pLocale->GetChild<CXFA_CalendarSymbols>( in GetCalendarSymbol()
172 pNode->GetChild<CXFA_Node>(index, XFA_Element::Unknown, false); in GetCalendarSymbol()
Dcxfa_caption.cpp74 return GetChild<CXFA_Margin>(0, XFA_Element::Margin, false); in GetMarginIfExists()
78 return GetChild<CXFA_Font>(0, XFA_Element::Font, false); in GetFontIfExists()
82 return GetChild<CXFA_Value>(0, XFA_Element::Value, false); in GetValueIfExists()
Dcxfa_xmllocale.cpp82 CXML_Content* pContent = ToContent(pNumberSymbols->GetChild(0)); in GetDateTimeSymbols()
135 CXML_Content* pContent = ToContent(pSymbolName->GetChild(0)); in GetCalendarSymbol()
202 CXML_Content* pContent = ToContent(pChild->GetChild(0)); in GetPattern()
Dcxfa_event.cpp73 return GetChild<CXFA_Script>(0, XFA_Element::Script, false); in GetScriptIfExists()
77 return GetChild<CXFA_Submit>(0, XFA_Element::Submit, false); in GetSubmitIfExists()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DBaseTree.cs169 public virtual ITree GetChild( int i ) in GetChild() method in Antlr.Runtime.Tree.BaseTree
227 ITree c = t.GetChild( i ); in AddChild()
350 newChildren.Add( newTree.GetChild( i ) ); in ReplaceChildren()
425 ITree child = GetChild( c ); in FreshenParentAndChildIndexes()
449 BaseTree child = (BaseTree)this.GetChild( c ); in SanityCheckParentAndChildIndexes()
DBaseTreeAdaptor.cs133 object child = GetChild( t, i ); in DupTree()
201 newRootTree = (ITree)newRootTree.GetChild( 0 ); in BecomeRoot()
228 r = (ITree)r.GetChild( 0 ); in RulePostProcessing()
308 public virtual object GetChild( object t, int i ) in GetChild() method in Antlr.Runtime.Tree.BaseTreeAdaptor
314 return tree.GetChild(i); in GetChild()
DTreeWizard.cs267 object child = adaptor.GetChild( t, i ); in IndexCore()
375 object child = adaptor.GetChild( t, i ); in VisitCore()
507 object child1 = adaptor.GetChild( t1, i ); in ParseCore()
508 TreePattern child2 = (TreePattern)tpattern.GetChild( i ); in ParseCore()
596 object child1 = adaptor.GetChild( t1, i ); in EqualsCore()
597 object child2 = adaptor.GetChild( t2, i ); in EqualsCore()
DTreeIterator.cs128 tree = adaptor.GetChild( tree, 0 ); in MoveNext()
157 tree = adaptor.GetChild( parent, nextSiblingIndex ); in MoveNext()
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas288 function GetChild(const T: IANTLRInterface; const I: Integer): IANTLRInterface;
461 function GetChild(const I: Integer): ITree; in GetChild() function
1154 function GetChild(const I: Integer): ITree; virtual;
1295 function GetChild(const T: IANTLRInterface; const I: Integer): IANTLRInterface; virtual; in GetChild() function
1326 function GetChild(const T: IANTLRInterface; const I: Integer): IANTLRInterface; override; in GetChild() function
2220 Child := GetChild(C);
2236 function TBaseTree.GetChild(const I: Integer): ITree; in GetChild() function
2379 Child := GetChild(C) as ICommonTree;
2484 Result := GetChild(0).CharPositionInLine
2507 Result := GetChild(0).Line
[all …]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DDebugTreeAdaptor.cs94 object child = adaptor.GetChild(t, i); in SimulateTreeConstruction()
201 public virtual object GetChild(object t, int i) { in GetChild() method in Antlr.Runtime.Debug.DebugTreeAdaptor
202 return adaptor.GetChild(t, i); in GetChild()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DDebugTreeAdaptor.cs104 object child = adaptor.GetChild( t, i ); in SimulateTreeConstruction()
260 public virtual object GetChild( object t, int i ) in GetChild() method in Antlr.Runtime.Debug.DebugTreeAdaptor
262 return adaptor.GetChild( t, i ); in GetChild()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Utility/Antlr.Utility.Tree/
DDOTTreeGenerator.cs136 object child = adaptor.GetChild(tree, i); in DefineNodes()
159 object child = adaptor.GetChild(tree, i); in DefineEdges()

123