Home
last modified time | relevance | path

Searched refs:InvokeMock (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dmock_helpers.h58 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);
Ddistribution_caller.h47 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/
Dbit_gen_ref.h96 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,
Dbit_gen_ref_test.cc37 bool InvokeMock(base_internal::FastTypeIdType index, void*, void* result) { in InvokeMock() function in absl::ConstBitGen
Dmocking_bit_gen.h204 inline bool InvokeMock(base_internal::FastTypeIdType type, void* args_tuple,
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Dbit_gen_ref.h96 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,
Dbit_gen_ref_test.cc37 bool InvokeMock(base_internal::FastTypeIdType index, void*, void* result) { in InvokeMock() function in absl::ConstBitGen
Dmocking_bit_gen.h216 inline bool InvokeMock(base_internal::FastTypeIdType type, void* args_tuple,
/third_party/abseil-cpp/absl/random/internal/
Ddistribution_caller.h47 using invoke_mock_t = decltype(std::declval<T*>()->InvokeMock(
72 if (!urbg->InvokeMock(::absl::base_internal::FastTypeId<KeyT>(), &arg_tuple,
Dmock_helpers.h58 using invoke_mock_t = decltype(std::declval<T*>()->InvokeMock(
75 if (urbg->InvokeMock(::absl::base_internal::FastTypeId<KeyT>(), &arg_tuple,