Home
last modified time | relevance | path

Searched refs:args_type (Results 1 – 11 of 11) 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/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/gmock/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/gmock/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()
/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()