Home
last modified time | relevance | path

Searched refs:args_type (Results 1 – 17 of 17) sorted by relevance

/external/compiler-rt/lib/msan/
Dmsan_chained_origin_depot.cc30 typedef ChainedOriginDepotDesc args_type; typedef
32 bool eq(u32 hash, const args_type &args) const { in eq()
36 static uptr storage_size(const args_type &args) { in storage_size()
53 static u32 hash(const args_type &args) { in hash()
77 static bool is_valid(const args_type &args) { return true; } in is_valid()
78 void store(const args_type &args, u32 other_hash) { in store()
83 args_type load() const { in load()
84 args_type ret = {here_id, prev_id}; in load()
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_chained_origin_depot.cpp29 typedef ChainedOriginDepotDesc args_type; typedef
31 bool eq(u32 hash, const args_type &args) const { in eq()
35 static uptr storage_size(const args_type &args) { in storage_size()
52 static u32 hash(const args_type &args) { in hash()
76 static bool is_valid(const args_type &args) { return true; } in is_valid()
77 void store(const args_type &args, u32 other_hash) { in store()
82 args_type load() const { in load()
83 args_type ret = {here_id, prev_id}; in load()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stackdepotbase.h27 typedef typename Node::args_type args_type; typedef
30 handle_type Put(args_type args, bool *inserted = nullptr);
32 args_type Get(u32 id);
40 static Node *find(Node *s, args_type args, u32 hash);
62 args_type args, in find()
98 StackDepotBase<Node, kReservedBits, kTabSizeLog>::Put(args_type args, in Put()
137 typename StackDepotBase<Node, kReservedBits, kTabSizeLog>::args_type
140 return args_type(); in Get()
157 return args_type(); in Get()
Dsanitizer_stackdepot.cc37 typedef StackTrace args_type; typedef
38 bool eq(u32 hash, const args_type &args) const { in eq()
49 static uptr storage_size(const args_type &args) { in storage_size()
52 static u32 hash(const args_type &args) { in hash()
71 static bool is_valid(const args_type &args) { in is_valid()
74 void store(const args_type &args, u32 hash) { in store()
80 args_type load() const { in load()
81 return args_type(&stack[0], size, tag); in load()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_stackdepot.cpp37 typedef StackTrace args_type; typedef
38 bool eq(u32 hash, const args_type &args) const { in eq()
49 static uptr storage_size(const args_type &args) { in storage_size()
52 static u32 hash(const args_type &args) { in hash()
57 static bool is_valid(const args_type &args) { in is_valid()
60 void store(const args_type &args, u32 hash) { in store()
66 args_type load() const { in load()
67 return args_type(&stack[0], size, tag); in load()
Dsanitizer_stackdepotbase.h28 typedef typename Node::args_type args_type; typedef
31 handle_type Put(args_type args, bool *inserted = nullptr);
33 args_type Get(u32 id);
42 static Node *find(Node *s, args_type args, u32 hash);
64 args_type args, in find()
100 StackDepotBase<Node, kReservedBits, kTabSizeLog>::Put(args_type args, in Put()
139 typename StackDepotBase<Node, kReservedBits, kTabSizeLog>::args_type
142 return args_type(); in Get()
159 return args_type(); in Get()
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-tap.hpp64 using args_type = rxu::decay_t<MakeObserverArgN>; typedef
69 tap(args_type a) in tap()
/external/googletest/googlemock/include/gmock/
Dgmock-actions.h1502 using args_type = std::tuple<Args...>;
1512 args_type{std::forward<Args>(arg)...});
1517 const args_type& args) const {
1526 /*args_type=*/args_type,
1527 /*argN_type=*/typename std::tuple_element<arg_id, args_type>::type...>(
1549 const args_type& args GTEST_ATTRIBUTE_UNUSED_ GMOCK_PP_REPEAT( \
1554 const args_type& args GMOCK_PP_REPEAT(GMOCK_INTERNAL_ARG, , 10)
1606 typename args_type, GMOCK_ACTION_TEMPLATE_ARGS_NAMES_> \
1619 template <typename function_type, typename return_type, typename args_type, \
1640 typename args_type, GMOCK_ACTION_TEMPLATE_ARGS_NAMES_> \
[all …]
Dgmock-more-actions.h457 typename args_type, GMOCK_ACTION_TEMPLATE_ARGS_NAMES_> \
483 template <typename function_type, typename return_type, typename args_type, \
/external/llvm-project/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-generated-actions.h884 const args_type& args GTEST_ATTRIBUTE_UNUSED_, \
1259 args_type;\
1261 virtual return_type Perform(const args_type& args) {\
1269 return_type gmock_PerformImpl(const args_type& args, arg0_type arg0, \
1320 args_type;\
1322 virtual return_type Perform(const args_type& args) {\
1330 return_type gmock_PerformImpl(const args_type& args, arg0_type arg0, \
1366 args_type;\
1368 virtual return_type Perform(const args_type& args) {\
1376 return_type gmock_PerformImpl(const args_type& args, arg0_type arg0, \
[all …]
Dgmock-more-actions.h190 typedef typename ::testing::tuple_element<k, args_type>::type argk_type; in ACTION_TEMPLATE()
/external/fmtlib/test/gmock/
Dgmock.h3151 const args_type& args GTEST_ATTRIBUTE_UNUSED_, \
3526 args_type;\
3528 virtual return_type Perform(const args_type& args) {\
3536 return_type gmock_PerformImpl(const args_type& args, arg0_type arg0, \
3587 args_type;\
3589 virtual return_type Perform(const args_type& args) {\
3597 return_type gmock_PerformImpl(const args_type& args, arg0_type arg0, \
3633 args_type;\
3635 virtual return_type Perform(const args_type& args) {\
3643 return_type gmock_PerformImpl(const args_type& args, arg0_type arg0, \
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/gmock/
Dgmock.h3206 const args_type& args GTEST_ATTRIBUTE_UNUSED_, \
3581 args_type;\
3583 virtual return_type Perform(const args_type& args) {\
3591 return_type gmock_PerformImpl(const args_type& args, arg0_type arg0, \
3642 args_type;\
3644 virtual return_type Perform(const args_type& args) {\
3652 return_type gmock_PerformImpl(const args_type& args, arg0_type arg0, \
3688 args_type;\
3690 virtual return_type Perform(const args_type& args) {\
3698 return_type gmock_PerformImpl(const args_type& args, arg0_type arg0, \
[all …]
/external/googletest/googlemock/test/
Dgmock-more-actions_test.cc1029 StaticAssertTypeEq<std::tuple<int, char, int*>, args_type>(); in ACTION()
1030 args_type args_copy = args; in ACTION()
Dgmock-actions_test.cc1556 return std::tuple_size<args_type>::value; in ACTION()
/external/googletest/docs/
Dgmock_cook_book.md3950 `args_type` | The type of all arguments of the mock function as a tuple
3969 `args_type` | the type `std::tuple<bool, int*>`
/external/python/cpython3/Parser/pegen/
Dparse.c201 #define args_type 1123 macro