Searched refs:args_tuple (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
D | mocking_bit_gen.h | 149 virtual void Apply(/*ArgTupleT*/ void* args_tuple, 156 void Apply(void* args_tuple, void* result) override { 162 *static_cast<ArgTupleT*>(args_tuple)); 216 inline bool InvokeMock(base_internal::FastTypeIdType type, void* args_tuple, 221 it->second->Apply(args_tuple, result);
|
D | bit_gen_ref.h | 163 inline bool InvokeMock(base_internal::FastTypeIdType type, void* args_tuple, 166 return mock_call_(t_erased_gen_ptr_, type, args_tuple, result);
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
D | mock_helpers.h | 86 void* args_tuple, void* result) { 87 return urbg->InvokeMock(type, args_tuple, result);
|
/third_party/python/Python/ |
D | codecs.c | 229 PyObject *args_tuple(PyObject *object, in args_tuple() function 416 args = args_tuple(object, errors); in _PyCodec_EncodeInternal() 462 args = args_tuple(object, errors); in _PyCodec_DecodeInternal()
|
/third_party/googletest/googlemock/include/gmock/ |
D | gmock-more-actions.h | 608 internal::FlatTuple<Args&&...> args_tuple(FlatTupleConstructTag{}, 611 auto&& callable = args_tuple.template Get<index>();
|
/third_party/benchmark/docs/ |
D | user_guide.md | 466 auto args_tuple = std::make_tuple(std::move(args)...); 468 std::cout << std::get<0>(args_tuple) << ": " << std::get<1>(args_tuple)
|