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

  /external/google-breakpad/src/testing/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.
183 // whenever an EXPECT_CALL() or ON_CALL() is executed on this mock
226 // ON_CALL/EXPECT_CALL has been invoked on it.
243 // The arguments are the location of the ON_CALL() statement.
252 // Gives each clause in the ON_CALL() statement a name.
261 // Asserts that the ON_CALL() statement has a certain property.
266 // Expects that the ON_CALL() statement has a certain property
    [all...]
  /external/googletest/googlemock/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))
137 // Clears the ON_CALL()s set on this mock function.
186 // whenever an EXPECT_CALL() or ON_CALL() is executed on this mock
229 // ON_CALL/EXPECT_CALL has been invoked on it.
246 // The arguments are the location of the ON_CALL() statement.
255 // Gives each clause in the ON_CALL() statement a name.
264 // Asserts that the ON_CALL() statement has a certain property.
270 // Expects that the ON_CALL() statement has a certain property
    [all...]
  /external/v8/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))
137 // Clears the ON_CALL()s set on this mock function.
187 // whenever an EXPECT_CALL() or ON_CALL() is executed on this mock
230 // ON_CALL/EXPECT_CALL has been invoked on it.
247 // The arguments are the location of the ON_CALL() statement.
256 // Gives each clause in the ON_CALL() statement a name.
265 // Asserts that the ON_CALL() statement has a certain property.
270 // Expects that the ON_CALL() statement has a certain property
    [all...]

Completed in 219 milliseconds