Lines Matching defs:first
604 // Tests that SetArrayArgument<N>(first, last) sets the elements of the array
605 // pointed to by the N-th (0-based) argument to values in range [first, last).
625 // Tests first and last are iterators.
641 // Tests SetArrayArgument<N>(first, last) where first == last.
656 // Tests SetArrayArgument<N>(first, last) where *first is convertible
672 // Test SetArrayArgument<N>(first, last) with iterator as argument.
972 Action<void(std::vector<int>)> first = [&] { ran_first = true; };
974 DoAll(first, [](std::vector<int> arg) { return arg.front(); });
1290 // Next, we try to restrict that either the first parameter is a
1293 // Defines a partially specialized wrapper that restricts the first