Home
last modified time | relevance | path

Searched refs:untyped_actions_ (Results 1 – 25 of 213) sorted by relevance

123456789

/dports/games/trenchbroom/TrenchBroom-ed46601/lib/include/gmock/
H A Dgmock-spec-builders.h851 UntypedActions untyped_actions_; variable
887 for (UntypedActions::const_iterator it = untyped_actions_.begin(); in ~TypedExpectation()
888 it != untyped_actions_.end(); ++it) { in ~TypedExpectation()
987 untyped_actions_.push_back(new Action<F>(action)); in WillOnce()
989 set_cardinality(Exactly(static_cast<int>(untyped_actions_.size()))); in WillOnce()
1010 set_cardinality(AtLeast(static_cast<int>(untyped_actions_.size()))); in WillRepeatedly()
1146 const int action_count = static_cast<int>(untyped_actions_.size()); in GetCurrentAction()
1162 *static_cast<const Action<F>*>(untyped_actions_[count - 1]) : in GetCurrentAction()
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/gtest/gmock/include/gmock/
H A Dgmock-spec-builders.h851 UntypedActions untyped_actions_; variable
887 for (UntypedActions::const_iterator it = untyped_actions_.begin(); in ~TypedExpectation()
888 it != untyped_actions_.end(); ++it) { in ~TypedExpectation()
987 untyped_actions_.push_back(new Action<F>(action)); in WillOnce()
989 set_cardinality(Exactly(static_cast<int>(untyped_actions_.size()))); in WillOnce()
1010 set_cardinality(AtLeast(static_cast<int>(untyped_actions_.size()))); in WillRepeatedly()
1146 const int action_count = static_cast<int>(untyped_actions_.size()); in GetCurrentAction()
1162 *static_cast<const Action<F>*>(untyped_actions_[count - 1]) : in GetCurrentAction()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-spec-builders.h866 UntypedActions untyped_actions_; variable
902 for (UntypedActions::const_iterator it = untyped_actions_.begin(); in ~TypedExpectation()
903 it != untyped_actions_.end(); ++it) { in ~TypedExpectation()
1002 untyped_actions_.push_back(new Action<F>(action)); in WillOnce()
1004 set_cardinality(Exactly(static_cast<int>(untyped_actions_.size()))); in WillOnce()
1025 set_cardinality(AtLeast(static_cast<int>(untyped_actions_.size()))); in WillRepeatedly()
1163 const int action_count = static_cast<int>(untyped_actions_.size()); in GetCurrentAction()
1179 *static_cast<const Action<F>*>(untyped_actions_[count - 1]) : in GetCurrentAction()
/dports/biology/vcflib/vcflib-1.0.2/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h864 UntypedActions untyped_actions_; variable
900 for (UntypedActions::const_iterator it = untyped_actions_.begin(); in ~TypedExpectation()
901 it != untyped_actions_.end(); ++it) { in ~TypedExpectation()
1000 untyped_actions_.push_back(new Action<F>(action)); in WillOnce()
1002 set_cardinality(Exactly(static_cast<int>(untyped_actions_.size()))); in WillOnce()
1023 set_cardinality(AtLeast(static_cast<int>(untyped_actions_.size()))); in WillRepeatedly()
1161 const int action_count = static_cast<int>(untyped_actions_.size()); in GetCurrentAction()
1177 *static_cast<const Action<F>*>(untyped_actions_[count - 1]) : in GetCurrentAction()
/dports/graphics/blender/blender-2.91.0/extern/gmock/include/gmock/
H A Dgmock-spec-builders.h875 UntypedActions untyped_actions_; variable
910 for (UntypedActions::const_iterator it = untyped_actions_.begin(); in ~TypedExpectation()
911 it != untyped_actions_.end(); ++it) { in ~TypedExpectation()
1010 untyped_actions_.push_back(new Action<F>(action)); in WillOnce()
1012 set_cardinality(Exactly(static_cast<int>(untyped_actions_.size()))); in WillOnce()
1033 set_cardinality(AtLeast(static_cast<int>(untyped_actions_.size()))); in WillRepeatedly()
1169 const int action_count = static_cast<int>(untyped_actions_.size()); in GetCurrentAction()
1186 untyped_actions_[static_cast<size_t>(count - 1)]) in GetCurrentAction()
/dports/net/flower/flower-0.10/contrib/googletest-release-1.8.0/googlemock/include/gmock/
H A Dgmock-spec-builders.h864 UntypedActions untyped_actions_; variable
900 for (UntypedActions::const_iterator it = untyped_actions_.begin(); in ~TypedExpectation()
901 it != untyped_actions_.end(); ++it) { in ~TypedExpectation()
1000 untyped_actions_.push_back(new Action<F>(action)); in WillOnce()
1002 set_cardinality(Exactly(static_cast<int>(untyped_actions_.size()))); in WillOnce()
1023 set_cardinality(AtLeast(static_cast<int>(untyped_actions_.size()))); in WillRepeatedly()
1161 const int action_count = static_cast<int>(untyped_actions_.size()); in GetCurrentAction()
1177 *static_cast<const Action<F>*>(untyped_actions_[count - 1]) : in GetCurrentAction()
/dports/devel/llvm11/llvm-11.0.1.src/utils/unittest/googlemock/include/gmock/
H A Dgmock-spec-builders.h866 UntypedActions untyped_actions_; variable
902 for (UntypedActions::const_iterator it = untyped_actions_.begin(); in ~TypedExpectation()
903 it != untyped_actions_.end(); ++it) { in ~TypedExpectation()
1002 untyped_actions_.push_back(new Action<F>(action)); in WillOnce()
1004 set_cardinality(Exactly(static_cast<int>(untyped_actions_.size()))); in WillOnce()
1025 set_cardinality(AtLeast(static_cast<int>(untyped_actions_.size()))); in WillRepeatedly()
1163 const int action_count = static_cast<int>(untyped_actions_.size()); in GetCurrentAction()
1179 *static_cast<const Action<F>*>(untyped_actions_[count - 1]) : in GetCurrentAction()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-spec-builders.h877 UntypedActions untyped_actions_; variable
912 for (UntypedActions::const_iterator it = untyped_actions_.begin(); in ~TypedExpectation()
913 it != untyped_actions_.end(); ++it) { in ~TypedExpectation()
1012 untyped_actions_.push_back(new Action<F>(action)); in WillOnce()
1014 set_cardinality(Exactly(static_cast<int>(untyped_actions_.size()))); in WillOnce()
1035 set_cardinality(AtLeast(static_cast<int>(untyped_actions_.size()))); in WillRepeatedly()
1171 const int action_count = static_cast<int>(untyped_actions_.size()); in GetCurrentAction()
1188 untyped_actions_[static_cast<size_t>(count - 1)]) in GetCurrentAction()
/dports/net-im/licq-osd/licq-f271d55/licq/3rdparty/gmock/include/gmock/
H A Dgmock-spec-builders.h864 UntypedActions untyped_actions_; variable
900 for (UntypedActions::const_iterator it = untyped_actions_.begin(); in ~TypedExpectation()
901 it != untyped_actions_.end(); ++it) { in ~TypedExpectation()
1000 untyped_actions_.push_back(new Action<F>(action)); in WillOnce()
1002 set_cardinality(Exactly(static_cast<int>(untyped_actions_.size()))); in WillOnce()
1023 set_cardinality(AtLeast(static_cast<int>(untyped_actions_.size()))); in WillRepeatedly()
1161 const int action_count = static_cast<int>(untyped_actions_.size()); in GetCurrentAction()
1177 *static_cast<const Action<F>*>(untyped_actions_[count - 1]) : in GetCurrentAction()
/dports/net-im/licq-qt-gui/licq-f271d55/licq/3rdparty/gmock/include/gmock/
H A Dgmock-spec-builders.h864 UntypedActions untyped_actions_; variable
900 for (UntypedActions::const_iterator it = untyped_actions_.begin(); in ~TypedExpectation()
901 it != untyped_actions_.end(); ++it) { in ~TypedExpectation()
1000 untyped_actions_.push_back(new Action<F>(action)); in WillOnce()
1002 set_cardinality(Exactly(static_cast<int>(untyped_actions_.size()))); in WillOnce()
1023 set_cardinality(AtLeast(static_cast<int>(untyped_actions_.size()))); in WillRepeatedly()
1161 const int action_count = static_cast<int>(untyped_actions_.size()); in GetCurrentAction()
1177 *static_cast<const Action<F>*>(untyped_actions_[count - 1]) : in GetCurrentAction()
/dports/net-im/licq/licq-f271d55/licq/3rdparty/gmock/include/gmock/
H A Dgmock-spec-builders.h864 UntypedActions untyped_actions_; variable
900 for (UntypedActions::const_iterator it = untyped_actions_.begin(); in ~TypedExpectation()
901 it != untyped_actions_.end(); ++it) { in ~TypedExpectation()
1000 untyped_actions_.push_back(new Action<F>(action)); in WillOnce()
1002 set_cardinality(Exactly(static_cast<int>(untyped_actions_.size()))); in WillOnce()
1023 set_cardinality(AtLeast(static_cast<int>(untyped_actions_.size()))); in WillRepeatedly()
1161 const int action_count = static_cast<int>(untyped_actions_.size()); in GetCurrentAction()
1177 *static_cast<const Action<F>*>(untyped_actions_[count - 1]) : in GetCurrentAction()
/dports/net-im/licq-icq/licq-f271d55/licq/3rdparty/gmock/include/gmock/
H A Dgmock-spec-builders.h864 UntypedActions untyped_actions_; variable
900 for (UntypedActions::const_iterator it = untyped_actions_.begin(); in ~TypedExpectation()
901 it != untyped_actions_.end(); ++it) { in ~TypedExpectation()
1000 untyped_actions_.push_back(new Action<F>(action)); in WillOnce()
1002 set_cardinality(Exactly(static_cast<int>(untyped_actions_.size()))); in WillOnce()
1023 set_cardinality(AtLeast(static_cast<int>(untyped_actions_.size()))); in WillRepeatedly()
1161 const int action_count = static_cast<int>(untyped_actions_.size()); in GetCurrentAction()
1177 *static_cast<const Action<F>*>(untyped_actions_[count - 1]) : in GetCurrentAction()
/dports/science/axom/axom-0.6.1/src/cmake/blt/thirdparty_builtin/googletest-master-2020-01-07/googlemock/include/gmock/
H A Dgmock-spec-builders.h875 UntypedActions untyped_actions_; variable
910 for (UntypedActions::const_iterator it = untyped_actions_.begin(); in ~TypedExpectation()
911 it != untyped_actions_.end(); ++it) { in ~TypedExpectation()
1010 untyped_actions_.push_back(new Action<F>(action)); in WillOnce()
1012 set_cardinality(Exactly(static_cast<int>(untyped_actions_.size()))); in WillOnce()
1033 set_cardinality(AtLeast(static_cast<int>(untyped_actions_.size()))); in WillRepeatedly()
1169 const int action_count = static_cast<int>(untyped_actions_.size()); in GetCurrentAction()
1186 untyped_actions_[static_cast<size_t>(count - 1)]) in GetCurrentAction()
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/blt/thirdparty_builtin/googletest-master-2020-01-07/googlemock/include/gmock/
H A Dgmock-spec-builders.h875 UntypedActions untyped_actions_; variable
910 for (UntypedActions::const_iterator it = untyped_actions_.begin(); in ~TypedExpectation()
911 it != untyped_actions_.end(); ++it) { in ~TypedExpectation()
1010 untyped_actions_.push_back(new Action<F>(action)); in WillOnce()
1012 set_cardinality(Exactly(static_cast<int>(untyped_actions_.size()))); in WillOnce()
1033 set_cardinality(AtLeast(static_cast<int>(untyped_actions_.size()))); in WillRepeatedly()
1169 const int action_count = static_cast<int>(untyped_actions_.size()); in GetCurrentAction()
1186 untyped_actions_[static_cast<size_t>(count - 1)]) in GetCurrentAction()
/dports/www/firefox-esr/firefox-91.8.0/testing/gtest/gmock/include/gmock/
H A Dgmock-spec-builders.h875 UntypedActions untyped_actions_; variable
911 for (UntypedActions::const_iterator it = untyped_actions_.begin(); in ~TypedExpectation()
912 it != untyped_actions_.end(); ++it) { in ~TypedExpectation()
1011 untyped_actions_.push_back(new Action<F>(action)); in WillOnce()
1013 set_cardinality(Exactly(static_cast<int>(untyped_actions_.size()))); in WillOnce()
1034 set_cardinality(AtLeast(static_cast<int>(untyped_actions_.size()))); in WillRepeatedly()
1172 const int action_count = static_cast<int>(untyped_actions_.size()); in GetCurrentAction()
1188 *static_cast<const Action<F>*>(untyped_actions_[count - 1]) : in GetCurrentAction()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/gtest/googlemock/include/gmock/
H A Dgmock-spec-builders.h875 UntypedActions untyped_actions_; variable
911 for (UntypedActions::const_iterator it = untyped_actions_.begin(); in ~TypedExpectation()
912 it != untyped_actions_.end(); ++it) { in ~TypedExpectation()
1011 untyped_actions_.push_back(new Action<F>(action)); in WillOnce()
1013 set_cardinality(Exactly(static_cast<int>(untyped_actions_.size()))); in WillOnce()
1034 set_cardinality(AtLeast(static_cast<int>(untyped_actions_.size()))); in WillRepeatedly()
1172 const int action_count = static_cast<int>(untyped_actions_.size()); in GetCurrentAction()
1188 *static_cast<const Action<F>*>(untyped_actions_[count - 1]) : in GetCurrentAction()
/dports/devel/llvm90/llvm-9.0.1.src/utils/unittest/googlemock/include/gmock/
H A Dgmock-spec-builders.h864 UntypedActions untyped_actions_; variable
900 for (UntypedActions::const_iterator it = untyped_actions_.begin(); in ~TypedExpectation()
901 it != untyped_actions_.end(); ++it) { in ~TypedExpectation()
1000 untyped_actions_.push_back(new Action<F>(action)); in WillOnce()
1002 set_cardinality(Exactly(static_cast<int>(untyped_actions_.size()))); in WillOnce()
1023 set_cardinality(AtLeast(static_cast<int>(untyped_actions_.size()))); in WillRepeatedly()
1161 const int action_count = static_cast<int>(untyped_actions_.size()); in GetCurrentAction()
1177 *static_cast<const Action<F>*>(untyped_actions_[count - 1]) : in GetCurrentAction()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/fmw/gtest/googlemock/include/gmock/
H A Dgmock-spec-builders.h875 UntypedActions untyped_actions_; variable
911 for (UntypedActions::const_iterator it = untyped_actions_.begin(); in ~TypedExpectation()
912 it != untyped_actions_.end(); ++it) { in ~TypedExpectation()
1011 untyped_actions_.push_back(new Action<F>(action)); in WillOnce()
1013 set_cardinality(Exactly(static_cast<int>(untyped_actions_.size()))); in WillOnce()
1034 set_cardinality(AtLeast(static_cast<int>(untyped_actions_.size()))); in WillRepeatedly()
1172 const int action_count = static_cast<int>(untyped_actions_.size()); in GetCurrentAction()
1188 *static_cast<const Action<F>*>(untyped_actions_[count - 1]) : in GetCurrentAction()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-spec-builders.h866 UntypedActions untyped_actions_; variable
902 for (UntypedActions::const_iterator it = untyped_actions_.begin(); in ~TypedExpectation()
903 it != untyped_actions_.end(); ++it) { in ~TypedExpectation()
1002 untyped_actions_.push_back(new Action<F>(action)); in WillOnce()
1004 set_cardinality(Exactly(static_cast<int>(untyped_actions_.size()))); in WillOnce()
1025 set_cardinality(AtLeast(static_cast<int>(untyped_actions_.size()))); in WillRepeatedly()
1163 const int action_count = static_cast<int>(untyped_actions_.size()); in GetCurrentAction()
1179 *static_cast<const Action<F>*>(untyped_actions_[count - 1]) : in GetCurrentAction()
/dports/devel/llvm10/llvm-10.0.1.src/utils/unittest/googlemock/include/gmock/
H A Dgmock-spec-builders.h866 UntypedActions untyped_actions_; variable
902 for (UntypedActions::const_iterator it = untyped_actions_.begin(); in ~TypedExpectation()
903 it != untyped_actions_.end(); ++it) { in ~TypedExpectation()
1002 untyped_actions_.push_back(new Action<F>(action)); in WillOnce()
1004 set_cardinality(Exactly(static_cast<int>(untyped_actions_.size()))); in WillOnce()
1025 set_cardinality(AtLeast(static_cast<int>(untyped_actions_.size()))); in WillRepeatedly()
1163 const int action_count = static_cast<int>(untyped_actions_.size()); in GetCurrentAction()
1179 *static_cast<const Action<F>*>(untyped_actions_[count - 1]) : in GetCurrentAction()
/dports/comms/mbelib/mbelib-1.3.0/test/gmock/include/gmock/
H A Dgmock-spec-builders.h864 UntypedActions untyped_actions_; variable
900 for (UntypedActions::const_iterator it = untyped_actions_.begin(); in ~TypedExpectation()
901 it != untyped_actions_.end(); ++it) { in ~TypedExpectation()
1000 untyped_actions_.push_back(new Action<F>(action)); in WillOnce()
1002 set_cardinality(Exactly(static_cast<int>(untyped_actions_.size()))); in WillOnce()
1023 set_cardinality(AtLeast(static_cast<int>(untyped_actions_.size()))); in WillRepeatedly()
1161 const int action_count = static_cast<int>(untyped_actions_.size()); in GetCurrentAction()
1177 *static_cast<const Action<F>*>(untyped_actions_[count - 1]) : in GetCurrentAction()
/dports/math/curv/curv-0.5/extern/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h864 UntypedActions untyped_actions_; variable
900 for (UntypedActions::const_iterator it = untyped_actions_.begin(); in ~TypedExpectation()
901 it != untyped_actions_.end(); ++it) { in ~TypedExpectation()
1000 untyped_actions_.push_back(new Action<F>(action)); in WillOnce()
1002 set_cardinality(Exactly(static_cast<int>(untyped_actions_.size()))); in WillOnce()
1023 set_cardinality(AtLeast(static_cast<int>(untyped_actions_.size()))); in WillRepeatedly()
1161 const int action_count = static_cast<int>(untyped_actions_.size()); in GetCurrentAction()
1177 *static_cast<const Action<F>*>(untyped_actions_[count - 1]) : in GetCurrentAction()
/dports/science/gromacs/gromacs-2021.4/src/external/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h864 UntypedActions untyped_actions_; variable
900 for (UntypedActions::const_iterator it = untyped_actions_.begin(); in ~TypedExpectation()
901 it != untyped_actions_.end(); ++it) { in ~TypedExpectation()
1000 untyped_actions_.push_back(new Action<F>(action)); in WillOnce()
1002 set_cardinality(Exactly(static_cast<int>(untyped_actions_.size()))); in WillOnce()
1023 set_cardinality(AtLeast(static_cast<int>(untyped_actions_.size()))); in WillRepeatedly()
1161 const int action_count = static_cast<int>(untyped_actions_.size()); in GetCurrentAction()
1177 *static_cast<const Action<F>*>(untyped_actions_[count - 1]) : in GetCurrentAction()
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/extlib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h866 UntypedActions untyped_actions_; variable
902 for (UntypedActions::const_iterator it = untyped_actions_.begin(); in ~TypedExpectation()
903 it != untyped_actions_.end(); ++it) { in ~TypedExpectation()
1002 untyped_actions_.push_back(new Action<F>(action)); in WillOnce()
1004 set_cardinality(Exactly(static_cast<int>(untyped_actions_.size()))); in WillOnce()
1025 set_cardinality(AtLeast(static_cast<int>(untyped_actions_.size()))); in WillRepeatedly()
1163 const int action_count = static_cast<int>(untyped_actions_.size()); in GetCurrentAction()
1179 *static_cast<const Action<F>*>(untyped_actions_[count - 1]) : in GetCurrentAction()
/dports/devel/arpc/arpc-0.7/contrib/googletest-release-1.8.0/googlemock/include/gmock/
H A Dgmock-spec-builders.h864 UntypedActions untyped_actions_; variable
900 for (UntypedActions::const_iterator it = untyped_actions_.begin(); in ~TypedExpectation()
901 it != untyped_actions_.end(); ++it) { in ~TypedExpectation()
1000 untyped_actions_.push_back(new Action<F>(action)); in WillOnce()
1002 set_cardinality(Exactly(static_cast<int>(untyped_actions_.size()))); in WillOnce()
1023 set_cardinality(AtLeast(static_cast<int>(untyped_actions_.size()))); in WillRepeatedly()
1161 const int action_count = static_cast<int>(untyped_actions_.size()); in GetCurrentAction()
1177 *static_cast<const Action<F>*>(untyped_actions_[count - 1]) : in GetCurrentAction()

123456789