Searched refs:InvokeMock (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
D | mock_helpers.h | 58 using invoke_mock_t = decltype(std::declval<T*>()->InvokeMock( 75 if (urbg->InvokeMock(::absl::base_internal::FastTypeId<KeyT>(), &arg_tuple, 87 return urbg->InvokeMock(type, args_tuple, result);
|
D | distribution_caller.h | 47 using invoke_mock_t = decltype(std::declval<T*>()->InvokeMock( 72 if (!urbg->InvokeMock(::absl::base_internal::FastTypeId<KeyT>(), &arg_tuple,
|
/third_party/abseil-cpp/absl/random/ |
D | bit_gen_ref.h | 96 using invoke_mock_t = decltype(std::declval<T*>()->InvokeMock( 156 return reinterpret_cast<URBG*>(gen_ptr)->InvokeMock(type, result, 163 inline bool InvokeMock(base_internal::FastTypeIdType type, void* args_tuple,
|
D | bit_gen_ref_test.cc | 37 bool InvokeMock(base_internal::FastTypeIdType index, void*, void* result) { in InvokeMock() function in absl::ConstBitGen
|
D | mocking_bit_gen.h | 204 inline bool InvokeMock(base_internal::FastTypeIdType type, void* args_tuple,
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
D | bit_gen_ref.h | 96 using invoke_mock_t = decltype(std::declval<T*>()->InvokeMock( 156 return reinterpret_cast<URBG*>(gen_ptr)->InvokeMock(type, result, 163 inline bool InvokeMock(base_internal::FastTypeIdType type, void* args_tuple,
|
D | bit_gen_ref_test.cc | 37 bool InvokeMock(base_internal::FastTypeIdType index, void*, void* result) { in InvokeMock() function in absl::ConstBitGen
|
D | mocking_bit_gen.h | 216 inline bool InvokeMock(base_internal::FastTypeIdType type, void* args_tuple,
|
/third_party/abseil-cpp/absl/random/internal/ |
D | distribution_caller.h | 47 using invoke_mock_t = decltype(std::declval<T*>()->InvokeMock( 72 if (!urbg->InvokeMock(::absl::base_internal::FastTypeId<KeyT>(), &arg_tuple,
|
D | mock_helpers.h | 58 using invoke_mock_t = decltype(std::declval<T*>()->InvokeMock( 75 if (urbg->InvokeMock(::absl::base_internal::FastTypeId<KeyT>(), &arg_tuple,
|