Searched defs:An (Results 1 - 1 of 1) sorted by relevance

/external/chromium/testing/gmock/include/gmock/
H A Dgmock-matchers.h187 // An internal class for implementing Matcher<T>, which will derive
503 // An internal helper class for doing compile-time loop on a tuple's
1478 // matcher_ has type Matcher<T> (e.g. An<int>()).
2578 inline Matcher<T> An() { return A<T>(); } function in namespace:testing

Completed in 80 milliseconds