HomeSort by relevance Sort by last modified time
    Searched refs:GetChildAt (Results 1 - 2 of 2) sorted by null

  /external/clang/unittests/AST/
CommentParser.cpp 93 ::testing::AssertionResult GetChildAt(const Comment *C,
122 ::testing::AssertionResult AR = GetChildAt(C, Idx, TC);
143 ::testing::AssertionResult AR = GetChildAt(C, Idx, TC);
166 ::testing::AssertionResult AR = GetChildAt(C, Idx, BCC);
191 ::testing::AssertionResult AR = GetChildAt(C, Idx, PCC);
237 ::testing::AssertionResult AR = GetChildAt(C, Idx, TPCC);
268 ::testing::AssertionResult AR = GetChildAt(C, Idx, ICC);
329 ::testing::AssertionResult AR = GetChildAt(C, Idx, HST);
422 ::testing::AssertionResult AR = GetChildAt(C, Idx, HET);
441 ::testing::AssertionResult AR = GetChildAt(C, Idx, PC)
    [all...]
  /external/pdfium/core/fpdfdoc/
cpdf_interform.cpp 405 Node* GetChildAt(size_t i) { return m_Children[i]; }
406 const Node* GetChildAt(size_t i) const { return m_Children[i]; }
431 CPDF_FormField* pField = GetChildAt(i)->GetFieldInternal(pFieldsToGo);
447 count += GetChildAt(i)->CountFieldsInternal(nLevel + 1);
497 RemoveNode(pNode->GetChildAt(i), nLevel + 1);
508 Node* pNode = pParent->GetChildAt(i);
517 RemoveNode(m_Root.GetChildAt(i));
    [all...]

Completed in 359 milliseconds