Home
last modified time | relevance | path

Searched defs:StrictMock (Results 1 – 25 of 172) sorted by relevance

1234567

/dports/sysutils/synergy/synergy-core-1.14.0.4-stable/ext/googletest/googlemock/include/gmock/
H A Dgmock-nice-strict.h77 class StrictMock; variable
193 StrictMock() : MockClass() { in StrictMock() function
206 explicit StrictMock(A&& arg) : MockClass(std::forward<A>(arg)) { in StrictMock() function
212 StrictMock(TArg1&& arg1, TArg2&& arg2, An&&... args) in StrictMock() function
/dports/games/trenchbroom/TrenchBroom-ed46601/lib/include/gmock/
H A Dgmock-generated-nice-strict.h168 StrictMock() { in StrictMock() function
174 explicit StrictMock(const A1& a1) : MockClass(a1) { in StrictMock() function
179 StrictMock(const A1& a1, const A2& a2) : MockClass(a1, a2) { in StrictMock() function
185 StrictMock(const A1& a1, const A2& a2, const A3& a3) : MockClass(a1, a2, a3) { in StrictMock() function
191 StrictMock(const A1& a1, const A2& a2, const A3& a3, in StrictMock() function
198 StrictMock(const A1& a1, const A2& a2, const A3& a3, const A4& a4, in StrictMock() function
206 StrictMock(const A1& a1, const A2& a2, const A3& a3, const A4& a4, in StrictMock() function
214 StrictMock(const A1& a1, const A2& a2, const A3& a3, const A4& a4, in StrictMock() function
223 StrictMock(const A1& a1, const A2& a2, const A3& a3, const A4& a4, in StrictMock() function
232 StrictMock(const A1& a1, const A2& a2, const A3& a3, const A4& a4, in StrictMock() function
[all …]
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/gmock/include/gmock/
H A Dgmock-generated-nice-strict.h168 StrictMock() { in StrictMock() function
174 explicit StrictMock(const A1& a1) : MockClass(a1) { in StrictMock() function
179 StrictMock(const A1& a1, const A2& a2) : MockClass(a1, a2) { in StrictMock() function
185 StrictMock(const A1& a1, const A2& a2, const A3& a3) : MockClass(a1, a2, a3) { in StrictMock() function
191 StrictMock(const A1& a1, const A2& a2, const A3& a3, in StrictMock() function
198 StrictMock(const A1& a1, const A2& a2, const A3& a3, const A4& a4, in StrictMock() function
206 StrictMock(const A1& a1, const A2& a2, const A3& a3, const A4& a4, in StrictMock() function
214 StrictMock(const A1& a1, const A2& a2, const A3& a3, const A4& a4, in StrictMock() function
223 StrictMock(const A1& a1, const A2& a2, const A3& a3, const A4& a4, in StrictMock() function
232 StrictMock(const A1& a1, const A2& a2, const A3& a3, const A4& a4, in StrictMock() function
[all …]
/dports/games/openlierox/OpenLieroX/src/breakpad/external/src/testing/include/gmock/
H A Dgmock-generated-nice-strict.h153 StrictMock() { in StrictMock() function
158 explicit StrictMock(const A1& a1) : MockClass(a1) { in StrictMock() function
162 StrictMock(const A1& a1, const A2& a2) : MockClass(a1, a2) { in StrictMock() function
167 StrictMock(const A1& a1, const A2& a2, const A3& a3) : MockClass(a1, a2, a3) { in StrictMock() function
172 StrictMock(const A1& a1, const A2& a2, const A3& a3, in StrictMock() function
178 StrictMock(const A1& a1, const A2& a2, const A3& a3, const A4& a4, in StrictMock() function
185 StrictMock(const A1& a1, const A2& a2, const A3& a3, const A4& a4, in StrictMock() function
192 StrictMock(const A1& a1, const A2& a2, const A3& a3, const A4& a4, in StrictMock() function
200 StrictMock(const A1& a1, const A2& a2, const A3& a3, const A4& a4, in StrictMock() function
208 StrictMock(const A1& a1, const A2& a2, const A3& a3, const A4& a4, in StrictMock() function
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/gtest/gmock/include/gmock/
H A Dgmock-generated-nice-strict.h168 StrictMock() { in StrictMock() function
174 explicit StrictMock(const A1& a1) : MockClass(a1) { in StrictMock() function
179 StrictMock(const A1& a1, const A2& a2) : MockClass(a1, a2) { in StrictMock() function
185 StrictMock(const A1& a1, const A2& a2, const A3& a3) : MockClass(a1, a2, a3) { in StrictMock() function
191 StrictMock(const A1& a1, const A2& a2, const A3& a3, in StrictMock() function
198 StrictMock(const A1& a1, const A2& a2, const A3& a3, const A4& a4, in StrictMock() function
206 StrictMock(const A1& a1, const A2& a2, const A3& a3, const A4& a4, in StrictMock() function
214 StrictMock(const A1& a1, const A2& a2, const A3& a3, const A4& a4, in StrictMock() function
223 StrictMock(const A1& a1, const A2& a2, const A3& a3, const A4& a4, in StrictMock() function
232 StrictMock(const A1& a1, const A2& a2, const A3& a3, const A4& a4, in StrictMock() function
[all …]
/dports/multimedia/libgav1/libgav1-0.17.0/third_party/googletest/googlemock/include/gmock/
H A Dgmock-nice-strict.h77 class StrictMock; variable
227 StrictMock() : MockClass() { in StrictMock() function
240 explicit StrictMock(A&& arg) : MockClass(std::forward<A>(arg)) { in StrictMock() function
246 StrictMock(TArg1&& arg1, TArg2&& arg2, An&&... args) in StrictMock() function
/dports/archivers/draco/googletest/googlemock/include/gmock/
H A Dgmock-nice-strict.h75 class StrictMock; variable
225 StrictMock() : MockClass() { in StrictMock() function
238 explicit StrictMock(A&& arg) : MockClass(std::forward<A>(arg)) { in StrictMock() function
244 StrictMock(TArg1&& arg1, TArg2&& arg2, An&&... args) in StrictMock() function
/dports/lang/v8/v8-9.6.180.12/third_party/googletest/src/googlemock/include/gmock/
H A Dgmock-nice-strict.h75 class StrictMock; variable
225 StrictMock() : MockClass() { in StrictMock() function
238 explicit StrictMock(A&& arg) : MockClass(std::forward<A>(arg)) { in StrictMock() function
244 StrictMock(TArg1&& arg1, TArg2&& arg2, An&&... args) in StrictMock() function
/dports/audio/mixxx/mixxx-2.3.0/lib/googletest/googlemock/include/gmock/
H A Dgmock-nice-strict.h77 class StrictMock; variable
227 StrictMock() : MockClass() { in StrictMock() function
240 explicit StrictMock(A&& arg) : MockClass(std::forward<A>(arg)) { in StrictMock() function
246 StrictMock(TArg1&& arg1, TArg2&& arg2, An&&... args) in StrictMock() function
/dports/cad/librepcb/librepcb-0.1.6/libs/googletest/googlemock/include/gmock/
H A Dgmock-nice-strict.h77 class StrictMock; variable
228 StrictMock() : MockClass() { in StrictMock() function
241 explicit StrictMock(A&& arg) : MockClass(std::forward<A>(arg)) { in StrictMock() function
247 StrictMock(TArg1&& arg1, TArg2&& arg2, An&&... args) in StrictMock() function
/dports/devel/googletest/googletest-release-1.11.0/googlemock/include/gmock/
H A Dgmock-nice-strict.h77 class StrictMock; variable
227 StrictMock() : MockClass() { in StrictMock() function
240 explicit StrictMock(A&& arg) : MockClass(std::forward<A>(arg)) { in StrictMock() function
246 StrictMock(TArg1&& arg1, TArg2&& arg2, An&&... args) in StrictMock() function
/dports/multimedia/onevpl/oneVPL-2022.0.6/dispatcher/test/ext/googletest/googlemock/include/gmock/
H A Dgmock-nice-strict.h77 class StrictMock; variable
227 StrictMock() : MockClass() { in StrictMock() function
240 explicit StrictMock(A&& arg) : MockClass(std::forward<A>(arg)) { in StrictMock() function
246 StrictMock(TArg1&& arg1, TArg2&& arg2, An&&... args) in StrictMock() function
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/GraphBLAS/CUDA/test/googlemock/include/gmock/
H A Dgmock-nice-strict.h150 StrictMock() : MockClass() { in StrictMock() function
163 explicit StrictMock(A&& arg) : MockClass(std::forward<A>(arg)) { in StrictMock() function
169 StrictMock(A1&& arg1, A2&& arg2, An&&... args) in StrictMock() function
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/GTest/googletest/googlemock/include/gmock/
H A Dgmock-nice-strict.h150 StrictMock() : MockClass() { in StrictMock() function
163 explicit StrictMock(A&& arg) : MockClass(std::forward<A>(arg)) { in StrictMock() function
169 StrictMock(TArg1&& arg1, TArg2&& arg2, An&&... args) in StrictMock() function
/dports/graphics/blender/blender-2.91.0/extern/gmock/include/gmock/
H A Dgmock-nice-strict.h150 StrictMock() : MockClass() { in StrictMock() function
163 explicit StrictMock(A&& arg) : MockClass(std::forward<A>(arg)) { in StrictMock() function
169 StrictMock(A1&& arg1, A2&& arg2, An&&... args) in StrictMock() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-nice-strict.h150 StrictMock() : MockClass() { in StrictMock() function
163 explicit StrictMock(A&& arg) : MockClass(std::forward<A>(arg)) { in StrictMock() function
169 StrictMock(A1&& arg1, A2&& arg2, An&&... args) in StrictMock() function
/dports/math/stanmath/math-4.2.0/lib/benchmark_1.5.1/googletest/googlemock/include/gmock/
H A Dgmock-nice-strict.h150 StrictMock() : MockClass() { in StrictMock() function
163 explicit StrictMock(A&& arg) : MockClass(std::forward<A>(arg)) { in StrictMock() function
169 StrictMock(A1&& arg1, A2&& arg2, An&&... args) in StrictMock() function
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/GraphBLAS/CUDA/test/googlemock/include/gmock/
H A Dgmock-nice-strict.h150 StrictMock() : MockClass() { in StrictMock() function
163 explicit StrictMock(A&& arg) : MockClass(std::forward<A>(arg)) { in StrictMock() function
169 StrictMock(A1&& arg1, A2&& arg2, An&&... args) in StrictMock() function
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/GraphBLAS/CUDA/test/googlemock/include/gmock/
H A Dgmock-nice-strict.h150 StrictMock() : MockClass() { in StrictMock() function
163 explicit StrictMock(A&& arg) : MockClass(std::forward<A>(arg)) { in StrictMock() function
169 StrictMock(A1&& arg1, A2&& arg2, An&&... args) in StrictMock() function
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/GraphBLAS/CUDA/test/googlemock/include/gmock/
H A Dgmock-nice-strict.h150 StrictMock() : MockClass() { in StrictMock() function
163 explicit StrictMock(A&& arg) : MockClass(std::forward<A>(arg)) { in StrictMock() function
169 StrictMock(A1&& arg1, A2&& arg2, An&&... args) in StrictMock() function
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/GraphBLAS/CUDA/test/googlemock/include/gmock/
H A Dgmock-nice-strict.h150 StrictMock() : MockClass() { in StrictMock() function
163 explicit StrictMock(A&& arg) : MockClass(std::forward<A>(arg)) { in StrictMock() function
169 StrictMock(A1&& arg1, A2&& arg2, An&&... args) in StrictMock() function
/dports/math/suitesparse-slip_lu/SuiteSparse-5.10.1/GraphBLAS/CUDA/test/googlemock/include/gmock/
H A Dgmock-nice-strict.h150 StrictMock() : MockClass() { in StrictMock() function
163 explicit StrictMock(A&& arg) : MockClass(std::forward<A>(arg)) { in StrictMock() function
169 StrictMock(A1&& arg1, A2&& arg2, An&&... args) in StrictMock() function
/dports/science/axom/axom-0.6.1/src/cmake/blt/thirdparty_builtin/googletest-master-2020-01-07/googlemock/include/gmock/
H A Dgmock-nice-strict.h150 StrictMock() : MockClass() { in StrictMock() function
163 explicit StrictMock(A&& arg) : MockClass(std::forward<A>(arg)) { in StrictMock() function
169 StrictMock(A1&& arg1, A2&& arg2, An&&... args) in StrictMock() function
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/blt/thirdparty_builtin/googletest-master-2020-01-07/googlemock/include/gmock/
H A Dgmock-nice-strict.h150 StrictMock() : MockClass() { in StrictMock() function
163 explicit StrictMock(A&& arg) : MockClass(std::forward<A>(arg)) { in StrictMock() function
169 StrictMock(A1&& arg1, A2&& arg2, An&&... args) in StrictMock() function
/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/GraphBLAS/CUDA/test/googlemock/include/gmock/
H A Dgmock-nice-strict.h150 StrictMock() : MockClass() { in StrictMock() function
163 explicit StrictMock(A&& arg) : MockClass(std::forward<A>(arg)) { in StrictMock() function
169 StrictMock(A1&& arg1, A2&& arg2, An&&... args) in StrictMock() function

1234567