• Home
  • Raw
  • Download

Lines Matching refs:AR

122   ::testing::AssertionResult AR = GetChildAt(C, Idx, TC);  in HasTextAt()
123 if (!AR) in HasTextAt()
124 return AR; in HasTextAt()
143 ::testing::AssertionResult AR = GetChildAt(C, Idx, TC); in HasTextWithNewlineAt()
144 if (!AR) in HasTextWithNewlineAt()
145 return AR; in HasTextWithNewlineAt()
166 ::testing::AssertionResult AR = GetChildAt(C, Idx, BCC); in HasBlockCommandAt()
167 if (!AR) in HasBlockCommandAt()
168 return AR; in HasBlockCommandAt()
191 ::testing::AssertionResult AR = GetChildAt(C, Idx, PCC); in HasParamCommandAt()
192 if (!AR) in HasParamCommandAt()
193 return AR; in HasParamCommandAt()
237 ::testing::AssertionResult AR = GetChildAt(C, Idx, TPCC); in HasTParamCommandAt()
238 if (!AR) in HasTParamCommandAt()
239 return AR; in HasTParamCommandAt()
268 ::testing::AssertionResult AR = GetChildAt(C, Idx, ICC); in HasInlineCommandAt()
269 if (!AR) in HasInlineCommandAt()
270 return AR; in HasInlineCommandAt()
289 ::testing::AssertionResult AR = HasInlineCommandAt(C, Traits, Idx, ICC, Name); in HasInlineCommandAt()
290 if (!AR) in HasInlineCommandAt()
291 return AR; in HasInlineCommandAt()
307 ::testing::AssertionResult AR = HasInlineCommandAt(C, Traits, Idx, ICC, Name); in HasInlineCommandAt()
308 if (!AR) in HasInlineCommandAt()
309 return AR; in HasInlineCommandAt()
329 ::testing::AssertionResult AR = GetChildAt(C, Idx, HST); in HasHTMLStartTagAt()
330 if (!AR) in HasHTMLStartTagAt()
331 return AR; in HasHTMLStartTagAt()
349 ::testing::AssertionResult AR = HasHTMLStartTagAt(C, Idx, HST, TagName); in HasHTMLStartTagAt()
350 if (!AR) in HasHTMLStartTagAt()
351 return AR; in HasHTMLStartTagAt()
368 ::testing::AssertionResult AR = HasHTMLStartTagAt(C, Idx, HST, TagName); in HasHTMLStartTagAt()
369 if (!AR) in HasHTMLStartTagAt()
370 return AR; in HasHTMLStartTagAt()
390 ::testing::AssertionResult AR = HasHTMLStartTagAt(C, Idx, HST, TagName); in HasHTMLStartTagAt()
391 if (!AR) in HasHTMLStartTagAt()
392 return AR; in HasHTMLStartTagAt()
422 ::testing::AssertionResult AR = GetChildAt(C, Idx, HET); in HasHTMLEndTagAt()
423 if (!AR) in HasHTMLEndTagAt()
424 return AR; in HasHTMLEndTagAt()
441 ::testing::AssertionResult AR = GetChildAt(C, Idx, PC); in HasParagraphCommentAt()
442 if (!AR) in HasParagraphCommentAt()
443 return AR; in HasParagraphCommentAt()
447 ::testing::AssertionResult AR = HasChildCount(PC, 1); in HasParagraphCommentAt()
448 if (!AR) in HasParagraphCommentAt()
449 return AR; in HasParagraphCommentAt()
453 ::testing::AssertionResult AR = HasTextAt(PC, 0, Text); in HasParagraphCommentAt()
454 if (!AR) in HasParagraphCommentAt()
455 return AR; in HasParagraphCommentAt()
467 ::testing::AssertionResult AR = GetChildAt(C, Idx, VBC); in HasVerbatimBlockAt()
468 if (!AR) in HasVerbatimBlockAt()
469 return AR; in HasVerbatimBlockAt()
497 ::testing::AssertionResult AR = HasVerbatimBlockAt(C, Traits, Idx, VBC, Name, in HasVerbatimBlockAt()
499 if (!AR) in HasVerbatimBlockAt()
500 return AR; in HasVerbatimBlockAt()
518 ::testing::AssertionResult AR = HasVerbatimBlockAt(C, Traits, Idx, VBC, Name, in HasVerbatimBlockAt()
520 if (!AR) in HasVerbatimBlockAt()
521 return AR; in HasVerbatimBlockAt()
546 ::testing::AssertionResult AR = HasVerbatimBlockAt(C, Traits, Idx, VBC, Name, in HasVerbatimBlockAt()
548 if (!AR) in HasVerbatimBlockAt()
549 return AR; in HasVerbatimBlockAt()
577 ::testing::AssertionResult AR = GetChildAt(C, Idx, VLC); in HasVerbatimLineAt()
578 if (!AR) in HasVerbatimLineAt()
579 return AR; in HasVerbatimLineAt()