Home
last modified time | relevance | path

Searched refs:args_type (Results 1 – 16 of 16) 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/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/googletest/googlemock/include/gmock/
Dgmock-generated-actions.h275 const args_type& args GTEST_ATTRIBUTE_UNUSED_, \
665 args_type;\
667 virtual return_type Perform(const args_type& args) {\
675 return_type gmock_PerformImpl(const args_type& args, arg0_type arg0, \
726 args_type;\
728 virtual return_type Perform(const args_type& args) {\
736 return_type gmock_PerformImpl(const args_type& args, arg0_type arg0, \
773 args_type;\
776 virtual return_type Perform(const args_type& args) {\
784 return_type gmock_PerformImpl(const args_type& args, arg0_type arg0, \
[all …]
Dgmock-generated-actions.h.pump121 // 'args' and 'args_type', and refer to the mock function type and its
201 const args_type& args GTEST_ATTRIBUTE_UNUSED_
397 args_type;\
399 virtual return_type Perform(const args_type& args) {\
404 return_type gmock_PerformImpl(const args_type& args[[]]
484 args_type;\
486 virtual return_type Perform(const args_type& args) {\
491 return_type gmock_PerformImpl(const args_type& args, [[]]
Dgmock-more-actions.h104 typedef typename ::std::tuple_element<k, args_type>::type argk_type; in ACTION_TEMPLATE()
/external/google-breakpad/src/testing/include/gmock/
Dgmock-generated-actions.h1020 const args_type& args GTEST_ATTRIBUTE_UNUSED_, \
1395 args_type;\
1397 virtual return_type Perform(const args_type& args) {\
1405 return_type gmock_PerformImpl(const args_type& args, arg0_type arg0, \
1456 args_type;\
1458 virtual return_type Perform(const args_type& args) {\
1466 return_type gmock_PerformImpl(const args_type& args, arg0_type arg0, \
1502 args_type;\
1504 virtual return_type Perform(const args_type& args) {\
1512 return_type gmock_PerformImpl(const args_type& args, arg0_type arg0, \
[all …]
Dgmock-generated-actions.h.pump348 // 'args' and 'args_type', and refer to the mock function type and its
428 const args_type& args GTEST_ATTRIBUTE_UNUSED_
624 args_type;\
626 virtual return_type Perform(const args_type& args) {\
631 return_type gmock_PerformImpl(const args_type& args[[]]
711 args_type;\
713 virtual return_type Perform(const args_type& args) {\
718 return_type gmock_PerformImpl(const args_type& args, [[]]
Dgmock-more-actions.h171 typedef typename ::std::tr1::tuple_element<k, args_type>::type argk_type; in ACTION_TEMPLATE()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-generated-actions.h882 const args_type& args GTEST_ATTRIBUTE_UNUSED_, \
1257 args_type;\
1259 virtual return_type Perform(const args_type& args) {\
1267 return_type gmock_PerformImpl(const args_type& args, arg0_type arg0, \
1318 args_type;\
1320 virtual return_type Perform(const args_type& args) {\
1328 return_type gmock_PerformImpl(const args_type& args, arg0_type arg0, \
1364 args_type;\
1366 virtual return_type Perform(const args_type& args) {\
1374 return_type gmock_PerformImpl(const args_type& args, arg0_type arg0, \
[all …]
Dgmock-more-actions.h188 typedef typename ::testing::tuple_element<k, args_type>::type argk_type; in ACTION_TEMPLATE()
/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/docs/
DDesignDoc.md95 | `args_type` | The type of all arguments of the mock function as a tuple |
112 | `args_type` | the type `std::tr1::tuple<bool, int*>` |
DCookBook.md3324 | `args_type` | The type of all arguments of the mock function as a tuple |
3341 | `args_type` | the type `::testing::tuple<bool, int*>` |
/external/googletest/googlemock/test/
Dgmock-generated-actions_test.cc479 StaticAssertTypeEq<std::tuple<int, char, int*>, args_type>(); in ACTION()
480 args_type args_copy = args; in ACTION()
/external/google-breakpad/src/testing/test/
Dgmock-generated-actions_test.cc642 StaticAssertTypeEq< ::std::tr1::tuple<int, char, int*>, args_type>(); in ACTION()
643 args_type args_copy = args; in ACTION()