HomeSort by relevance Sort by last modified time
    Searched full:close_tag2 (Results 1 - 1 of 1) sorted by null

  /external/v8/test/cctest/
test-log.cc 656 const char* close_tag2 = "close-tag,2\n"; local
669 // open_tag1 < open_tag2 < close_tag2 < close_tag1
671 CHECK(matcher.IsInSequence(open_tag2, close_tag2));
672 CHECK(matcher.IsInSequence(close_tag2, close_tag1));
685 // open_tag1 < open_tag2 < close_tag1 < close_tag2
688 CHECK(matcher.IsInSequence(close_tag1, close_tag2));
    [all...]

Completed in 346 milliseconds