Lines Matching defs:first
281 // With multiple predicates the answer is the first predicate if that is false,
846 // To define a polymorphic action, a user first provides a COPYABLE
1590 // Return an action that first calls the initial action with arguments
1622 // Return an action that first calls the initial action with arguments
1706 I1 first;
1712 for (auto it = first; it != last; ++it, (void)++value) {
2038 // Action SetArrayArgument<k>(first, last) copies the elements in
2039 // source range [first, last) to the array pointed to by the k-th
2044 internal::SetArrayArgumentAction<k, I1, I2> SetArrayArgument(I1 first,
2046 return {first, last};