Lines Matching full:sequence
73 // Verifies that a sequence generated by the generator and accessed
90 << "At the presumed end of sequence when accessing via an iterator "
94 // the sequence accessed via an iterator initialized via the
108 << "At the presumed end of sequence when accessing via an iterator "
122 // generates an expected sequence of values. The general test pattern
124 // checks the sequence produced by the generator using its iterator API,
125 // and then resets the iterator back to the beginning of the sequence
126 // and checks the sequence again.
164 // Tests that Range() generates the expected sequence.
171 // Edge case. Tests that Range() generates the single element sequence
179 // Edge case. Tests that Range() with generates empty sequence when
187 // the expected sequence.
195 // the expected sequence when the last element does not fall on the
278 // the expected sequence.
286 // the expected sequence.
294 // single element generates the single element sequence.
301 // Tests that ValuesIn() generates the expected sequence for an STL
315 // Tests that ValuesIn() generates the expected sequence.
329 // single value generates a single-element sequence.
341 // generates an empty sequence.
350 // Tests that the Values() generates the expected sequence.
384 // Edge case test. Tests that single-parameter Values() generates the sequence
393 // Tests that Bool() generates sequence (false, true).
430 // Tests that Combine() with two parameters generates the expected sequence.
443 // Tests that Combine() with three parameters generates the expected sequence.
457 // sequencesequence with the number of elements equal to the
458 // number of elements in the sequence generated by the second parameter.
468 // sequence generates a sequence with the number of elements equal to the
469 // number of elements in the sequence generated by the first parameter.
478 // Tests that when the first parameter produces an empty sequence,
479 // Combine() produces an empty sequence, too.
486 // Tests that when the second parameter produces an empty sequence,
487 // Combine() produces an empty sequence, too.
515 // Tests that an generator produces correct sequence after being
527 // one test per element from the sequence produced by the generator
662 // This test verifies that the element sequence (third parameter of
667 // just before invocation of RUN_ALL_TESTS. If the sequence is evaluated
692 // Sequence produced by extern_gen contains only a single value
758 // sequence element used to instantiate the test.