Lines Matching refs:Idx

94                                       size_t Idx,  in GetChildAt()  argument
99 if (Idx >= C->child_count()) in GetChildAt()
101 << "Idx out of range. Idx = " << Idx in GetChildAt()
104 Comment::child_iterator I = C->child_begin() + Idx; in GetChildAt()
119 size_t Idx, in HasTextAt() argument
122 ::testing::AssertionResult AR = GetChildAt(C, Idx, TC); in HasTextAt()
140 size_t Idx, in HasTextWithNewlineAt() argument
143 ::testing::AssertionResult AR = GetChildAt(C, Idx, TC); in HasTextWithNewlineAt()
162 size_t Idx, in HasBlockCommandAt() argument
166 ::testing::AssertionResult AR = GetChildAt(C, Idx, BCC); in HasBlockCommandAt()
184 size_t Idx, in HasParamCommandAt() argument
191 ::testing::AssertionResult AR = GetChildAt(C, Idx, PCC); in HasParamCommandAt()
232 size_t Idx, in HasTParamCommandAt() argument
237 ::testing::AssertionResult AR = GetChildAt(C, Idx, TPCC); in HasTParamCommandAt()
265 size_t Idx, in HasInlineCommandAt() argument
268 ::testing::AssertionResult AR = GetChildAt(C, Idx, ICC); in HasInlineCommandAt()
285 size_t Idx, in HasInlineCommandAt() argument
289 ::testing::AssertionResult AR = HasInlineCommandAt(C, Traits, Idx, ICC, Name); in HasInlineCommandAt()
303 size_t Idx, in HasInlineCommandAt() argument
307 ::testing::AssertionResult AR = HasInlineCommandAt(C, Traits, Idx, ICC, Name); in HasInlineCommandAt()
326 size_t Idx, in HasHTMLStartTagAt() argument
329 ::testing::AssertionResult AR = GetChildAt(C, Idx, HST); in HasHTMLStartTagAt()
345 size_t Idx, in HasHTMLStartTagAt() argument
349 ::testing::AssertionResult AR = HasHTMLStartTagAt(C, Idx, HST, TagName); in HasHTMLStartTagAt()
364 size_t Idx, in HasHTMLStartTagAt() argument
368 ::testing::AssertionResult AR = HasHTMLStartTagAt(C, Idx, HST, TagName); in HasHTMLStartTagAt()
385 size_t Idx, in HasHTMLStartTagAt() argument
390 ::testing::AssertionResult AR = HasHTMLStartTagAt(C, Idx, HST, TagName); in HasHTMLStartTagAt()
419 size_t Idx, in HasHTMLEndTagAt() argument
422 ::testing::AssertionResult AR = GetChildAt(C, Idx, HET); in HasHTMLEndTagAt()
436 size_t Idx, in HasParagraphCommentAt() argument
441 ::testing::AssertionResult AR = GetChildAt(C, Idx, PC); in HasParagraphCommentAt()
463 size_t Idx, in HasVerbatimBlockAt() argument
467 ::testing::AssertionResult AR = GetChildAt(C, Idx, VBC); in HasVerbatimBlockAt()
492 size_t Idx, in HasVerbatimBlockAt() argument
497 ::testing::AssertionResult AR = HasVerbatimBlockAt(C, Traits, Idx, VBC, Name, in HasVerbatimBlockAt()
512 size_t Idx, in HasVerbatimBlockAt() argument
518 ::testing::AssertionResult AR = HasVerbatimBlockAt(C, Traits, Idx, VBC, Name, in HasVerbatimBlockAt()
539 size_t Idx, in HasVerbatimBlockAt() argument
546 ::testing::AssertionResult AR = HasVerbatimBlockAt(C, Traits, Idx, VBC, Name, in HasVerbatimBlockAt()
573 size_t Idx, in HasVerbatimLineAt() argument
577 ::testing::AssertionResult AR = GetChildAt(C, Idx, VLC); in HasVerbatimLineAt()