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

  /external/chromium/testing/gmock/include/gmock/
gmock-spec-builders.h 34 // This file implements the ON_CALL() and EXPECT_CALL() macros.
36 // A user can use the ON_CALL() macro to specify the default action of
39 // ON_CALL(mock_object, Method(argument-matchers))
133 // Clears the ON_CALL()s set on this mock function.
182 // whenever an EXPECT_CALL() or ON_CALL() is executed on this mock
225 // ON_CALL/EXPECT_CALL has been invoked on it.
242 // The arguments are the location of the ON_CALL() statement.
251 // Gives each clause in the ON_CALL() statement a name.
260 // Asserts that the ON_CALL() statement has a certain property.
265 // Expects that the ON_CALL() statement has a certain property
    [all...]
  /external/ceres-solver/internal/ceres/gmock/
gmock.h 41 // ON_CALL(mock_object.Method(...))
    [all...]

Completed in 244 milliseconds