HomeSort by relevance Sort by last modified time
    Searched refs:OnCallSpec (Results 1 - 2 of 2) sorted by null

  /external/gmock/include/gmock/
gmock-spec-builders.h 244 // Untyped base class for OnCallSpec<F>.
285 class OnCallSpec : public UntypedOnCallSpecBase {
290 // Constructs an OnCallSpec object from the information inside
292 OnCallSpec(const char* a_file, int a_line,
304 OnCallSpec& With(const Matcher<const ArgumentTuple&>& m) {
316 OnCallSpec& WillByDefault(const Action<F>& action) {
358 }; // class OnCallSpec
    [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-spec-builders.h 240 // Untyped base class for OnCallSpec<F>.
281 class OnCallSpec : public UntypedOnCallSpecBase {
286 // Constructs an OnCallSpec object from the information inside
288 OnCallSpec(const char* a_file, int a_line,
300 OnCallSpec& With(const Matcher<const ArgumentTuple&>& m) {
312 OnCallSpec& WillByDefault(const Action<F>& action) {
354 }; // class OnCallSpec
    [all...]

Completed in 973 milliseconds