Home | History | Annotate | Download | only in gmock

Lines Matching defs:first_

2654       first_(first), count_(count) {}
2662 return MakeMatcher(new ElementsAreMatcherImpl<Container>(first_, count_));
2666 const T* const first_;