Lines Matching refs:AR

121   ::testing::AssertionResult AR = GetChildAt(C, Idx, TC);
122 if (!AR)
123 return AR;
142 ::testing::AssertionResult AR = GetChildAt(C, Idx, TC);
143 if (!AR)
144 return AR;
165 ::testing::AssertionResult AR = GetChildAt(C, Idx, BCC);
166 if (!AR)
167 return AR;
190 ::testing::AssertionResult AR = GetChildAt(C, Idx, PCC);
191 if (!AR)
192 return AR;
236 ::testing::AssertionResult AR = GetChildAt(C, Idx, TPCC);
237 if (!AR)
238 return AR;
267 ::testing::AssertionResult AR = GetChildAt(C, Idx, ICC);
268 if (!AR)
269 return AR;
288 ::testing::AssertionResult AR = HasInlineCommandAt(C, Traits, Idx, ICC, Name);
289 if (!AR)
290 return AR;
306 ::testing::AssertionResult AR = HasInlineCommandAt(C, Traits, Idx, ICC, Name);
307 if (!AR)
308 return AR;
328 ::testing::AssertionResult AR = GetChildAt(C, Idx, HST);
329 if (!AR)
330 return AR;
348 ::testing::AssertionResult AR = HasHTMLStartTagAt(C, Idx, HST, TagName);
349 if (!AR)
350 return AR;
367 ::testing::AssertionResult AR = HasHTMLStartTagAt(C, Idx, HST, TagName);
368 if (!AR)
369 return AR;
389 ::testing::AssertionResult AR = HasHTMLStartTagAt(C, Idx, HST, TagName);
390 if (!AR)
391 return AR;
421 ::testing::AssertionResult AR = GetChildAt(C, Idx, HET);
422 if (!AR)
423 return AR;
440 ::testing::AssertionResult AR = GetChildAt(C, Idx, PC);
441 if (!AR)
442 return AR;
446 ::testing::AssertionResult AR = HasChildCount(PC, 1);
447 if (!AR)
448 return AR;
452 ::testing::AssertionResult AR = HasTextAt(PC, 0, Text);
453 if (!AR)
454 return AR;
466 ::testing::AssertionResult AR = GetChildAt(C, Idx, VBC);
467 if (!AR)
468 return AR;
496 ::testing::AssertionResult AR = HasVerbatimBlockAt(C, Traits, Idx, VBC, Name,
498 if (!AR)
499 return AR;
517 ::testing::AssertionResult AR = HasVerbatimBlockAt(C, Traits, Idx, VBC, Name,
519 if (!AR)
520 return AR;
545 ::testing::AssertionResult AR = HasVerbatimBlockAt(C, Traits, Idx, VBC, Name,
547 if (!AR)
548 return AR;
576 ::testing::AssertionResult AR = GetChildAt(C, Idx, VLC);
577 if (!AR)
578 return AR;