/external/compiler-rt/lib/msan/ |
D | msan_chained_origin_depot.cc | 30 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/ |
D | sanitizer_stackdepotbase.h | 27 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()
|
D | sanitizer_stackdepot.cc | 37 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/ |
D | gmock-generated-actions.h | 275 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 …]
|
D | gmock-generated-actions.h.pump | 121 // '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, [[]]
|
D | gmock-more-actions.h | 104 typedef typename ::std::tuple_element<k, args_type>::type argk_type; in ACTION_TEMPLATE()
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-generated-actions.h | 1020 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 …]
|
D | gmock-generated-actions.h.pump | 348 // '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, [[]]
|
D | gmock-more-actions.h | 171 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/ |
D | gmock-generated-actions.h | 882 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 …]
|
D | gmock-more-actions.h | 188 typedef typename ::testing::tuple_element<k, args_type>::type argk_type; in ACTION_TEMPLATE()
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/ |
D | rx-tap.hpp | 64 using args_type = rxu::decay_t<MakeObserverArgN>; typedef 69 tap(args_type a) in tap()
|
/external/googletest/googlemock/docs/ |
D | DesignDoc.md | 95 | `args_type` | The type of all arguments of the mock function as a tuple | 112 | `args_type` | the type `std::tr1::tuple<bool, int*>` |
|
D | CookBook.md | 3324 | `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/ |
D | gmock-generated-actions_test.cc | 479 StaticAssertTypeEq<std::tuple<int, char, int*>, args_type>(); in ACTION() 480 args_type args_copy = args; in ACTION()
|
/external/google-breakpad/src/testing/test/ |
D | gmock-generated-actions_test.cc | 642 StaticAssertTypeEq< ::std::tr1::tuple<int, char, int*>, args_type>(); in ACTION() 643 args_type args_copy = args; in ACTION()
|