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

  /external/chromium/testing/gmock/include/gmock/
gmock-actions.h 328 // The PolymorphicAction class template makes it easy to implement a
350 class PolymorphicAction {
352 explicit PolymorphicAction(const Impl& impl) : impl_(impl) {}
380 GTEST_DISALLOW_ASSIGN_(PolymorphicAction);
391 // easier to use than the PolymorphicAction<Impl> constructor as it
396 // PolymorphicAction<TypeOfFoo>(foo);
398 inline PolymorphicAction<Impl> MakePolymorphicAction(const Impl& impl) {
399 return PolymorphicAction<Impl>(impl);
946 inline PolymorphicAction<internal::ReturnNullAction> ReturnNull() {
951 inline PolymorphicAction<internal::ReturnVoidAction> Return()
    [all...]
  /external/ceres-solver/internal/ceres/gmock/
gmock.h     [all...]

Completed in 49 milliseconds