Home
last modified time | relevance | path

Searched refs:GetChildAt (Results 1 – 2 of 2) sorted by relevance

/external/clang/unittests/AST/
DCommentParser.cpp93 ::testing::AssertionResult GetChildAt(const Comment *C, in GetChildAt() function
122 ::testing::AssertionResult AR = GetChildAt(C, Idx, TC); in HasTextAt()
143 ::testing::AssertionResult AR = GetChildAt(C, Idx, TC); in HasTextWithNewlineAt()
166 ::testing::AssertionResult AR = GetChildAt(C, Idx, BCC); in HasBlockCommandAt()
191 ::testing::AssertionResult AR = GetChildAt(C, Idx, PCC); in HasParamCommandAt()
237 ::testing::AssertionResult AR = GetChildAt(C, Idx, TPCC); in HasTParamCommandAt()
268 ::testing::AssertionResult AR = GetChildAt(C, Idx, ICC); in HasInlineCommandAt()
329 ::testing::AssertionResult AR = GetChildAt(C, Idx, HST); in HasHTMLStartTagAt()
422 ::testing::AssertionResult AR = GetChildAt(C, Idx, HET); in HasHTMLEndTagAt()
441 ::testing::AssertionResult AR = GetChildAt(C, Idx, PC); in HasParagraphCommentAt()
[all …]
/external/pdfium/core/fpdfdoc/
Dcpdf_interactiveform.cpp372 Node* GetChildAt(size_t i) { return m_Children[i].get(); } in GetChildAt() function in CFieldTree::Node
373 const Node* GetChildAt(size_t i) const { return m_Children[i].get(); } in GetChildAt() function in CFieldTree::Node
399 CPDF_FormField* pField = GetChildAt(i)->GetFieldInternal(pFieldsToGo); in GetFieldInternal()
412 count += GetChildAt(i)->CountFieldsInternal(); in CountFieldsInternal()
462 Node* pNode = pParent->GetChildAt(i); in Lookup()