HomeSort by relevance Sort by last modified time
    Searched refs:args_type (Results 1 - 13 of 13) sorted by null

  /external/compiler-rt/lib/msan/
msan_chained_origin_depot.cc 30 typedef ChainedOriginDepotDesc args_type; typedef in struct:__msan::ChainedOriginDepotNode
32 bool eq(u32 hash, const args_type &args) const {
36 static uptr storage_size(const args_type &args) {
53 static u32 hash(const args_type &args) {
77 static bool is_valid(const args_type &args) { return true; }
78 void store(const args_type &args, u32 other_hash) {
83 args_type load() const {
84 args_type ret = {here_id, prev_id};
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stackdepot.cc 37 typedef StackTrace args_type; typedef in struct:__sanitizer::StackDepotNode
38 bool eq(u32 hash, const args_type &args) const {
49 static uptr storage_size(const args_type &args) {
52 static u32 hash(const args_type &args) {
71 static bool is_valid(const args_type &args) {
74 void store(const args_type &args, u32 hash) {
80 args_type load() const {
81 return args_type(&stack[0], size, tag);
sanitizer_stackdepotbase.h 27 typedef typename Node::args_type args_type; typedef in class:__sanitizer::StackDepotBase
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,
98 StackDepotBase<Node, kReservedBits, kTabSizeLog>::Put(args_type args,
137 typename StackDepotBase<Node, kReservedBits, kTabSizeLog>::args_type
140 return args_type();
157 return args_type();
    [all...]
  /external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
rx-tap.hpp 64 using args_type = rxu::decay_t<MakeObserverArgN>;
69 tap(args_type a)
  /art/runtime/mirror/
emulated_stack_frame.h 41 Handle<mirror::MethodType> args_type,
  /external/googletest/googlemock/include/gmock/
gmock-more-actions.h 104 typedef typename ::std::tuple_element<k, args_type>::type argk_type;
gmock-generated-actions.h 198 // 'args' and 'args_type', and refer to the mock function type and its
275 const args_type& args GTEST_ATTRIBUTE_UNUSED_, \
    [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-generated-actions.h     [all...]
gmock-more-actions.h 171 typedef typename ::std::tr1::tuple_element<k, args_type>::type argk_type;
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
gmock-generated-actions.h     [all...]
gmock-more-actions.h 188 typedef typename ::testing::tuple_element<k, args_type>::type argk_type;
  /external/google-breakpad/src/testing/test/
gmock-generated-actions_test.cc 640 // via args_type and args.
642 StaticAssertTypeEq< ::std::tr1::tuple<int, char, int*>, args_type>();
643 args_type args_copy = args;
    [all...]
  /external/googletest/googlemock/test/
gmock-generated-actions_test.cc 477 // via args_type and args.
479 StaticAssertTypeEq<std::tuple<int, char, int*>, args_type>();
480 args_type args_copy = args;
    [all...]

Completed in 1209 milliseconds