HomeSort by relevance Sort by last modified time
    Searched full:_m_ptr (Results 51 - 75 of 131) sorted by null

1 23 4 5 6

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
aligned_buffer.h 63 _M_ptr() noexcept
67 _M_ptr() const noexcept
  /external/clang/test/CodeGenCXX/
2010-07-23-DeclLoc.cpp 14 _Tp* _M_ptr;
17 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { }
  /external/lldb/examples/summaries/
sp_cp.py 25 return self.valobj.GetChildMemberWithName('_M_ptr')
lldb 22 type summary add -w lldb "lldb::ModuleSP" -s "${var._M_ptr%S}"
  /external/stlport/stlport/stl/
_function_adaptors.h 582 _Result (*_M_ptr)(_Arg);
585 explicit pointer_to_unary_function(_Result (*__x)(_Arg)) : _M_ptr(__x) {}
586 _Result operator()(_Arg __x) const { return _M_ptr(__x); }
593 _Result (*_M_ptr)(_Arg1, _Arg2);
597 : _M_ptr(__x) {}
599 return _M_ptr(__x, __y);
691 __fun_type _M_ptr;
694 explicit pointer_to_unary_function(__fun_type __x) : _M_ptr(__x) {}
695 void operator()(_Arg __x) const { _M_ptr(__x); }
701 __fun_type _M_ptr;
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_function_adaptors.h 582 _Result (*_M_ptr)(_Arg);
585 explicit pointer_to_unary_function(_Result (*__x)(_Arg)) : _M_ptr(__x) {}
586 _Result operator()(_Arg __x) const { return _M_ptr(__x); }
593 _Result (*_M_ptr)(_Arg1, _Arg2);
597 : _M_ptr(__x) {}
599 return _M_ptr(__x, __y);
691 __fun_type _M_ptr;
694 explicit pointer_to_unary_function(__fun_type __x) : _M_ptr(__x) {}
695 void operator()(_Arg __x) const { _M_ptr(__x); }
701 __fun_type _M_ptr;
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_function_adaptors.h 582 _Result (*_M_ptr)(_Arg);
585 explicit pointer_to_unary_function(_Result (*__x)(_Arg)) : _M_ptr(__x) {}
586 _Result operator()(_Arg __x) const { return _M_ptr(__x); }
593 _Result (*_M_ptr)(_Arg1, _Arg2);
597 : _M_ptr(__x) {}
599 return _M_ptr(__x, __y);
691 __fun_type _M_ptr;
694 explicit pointer_to_unary_function(__fun_type __x) : _M_ptr(__x) {}
695 void operator()(_Arg __x) const { _M_ptr(__x); }
701 __fun_type _M_ptr;
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_function_adaptors.h 582 _Result (*_M_ptr)(_Arg);
585 explicit pointer_to_unary_function(_Result (*__x)(_Arg)) : _M_ptr(__x) {}
586 _Result operator()(_Arg __x) const { return _M_ptr(__x); }
593 _Result (*_M_ptr)(_Arg1, _Arg2);
597 : _M_ptr(__x) {}
599 return _M_ptr(__x, __y);
691 __fun_type _M_ptr;
694 explicit pointer_to_unary_function(__fun_type __x) : _M_ptr(__x) {}
695 void operator()(_Arg __x) const { _M_ptr(__x); }
701 __fun_type _M_ptr;
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_function_adaptors.h 582 _Result (*_M_ptr)(_Arg);
585 explicit pointer_to_unary_function(_Result (*__x)(_Arg)) : _M_ptr(__x) {}
586 _Result operator()(_Arg __x) const { return _M_ptr(__x); }
593 _Result (*_M_ptr)(_Arg1, _Arg2);
597 : _M_ptr(__x) {}
599 return _M_ptr(__x, __y);
691 __fun_type _M_ptr;
694 explicit pointer_to_unary_function(__fun_type __x) : _M_ptr(__x) {}
695 void operator()(_Arg __x) const { _M_ptr(__x); }
701 __fun_type _M_ptr;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_function_adaptors.h 582 _Result (*_M_ptr)(_Arg);
585 explicit pointer_to_unary_function(_Result (*__x)(_Arg)) : _M_ptr(__x) {}
586 _Result operator()(_Arg __x) const { return _M_ptr(__x); }
593 _Result (*_M_ptr)(_Arg1, _Arg2);
597 : _M_ptr(__x) {}
599 return _M_ptr(__x, __y);
691 __fun_type _M_ptr;
694 explicit pointer_to_unary_function(__fun_type __x) : _M_ptr(__x) {}
695 void operator()(_Arg __x) const { _M_ptr(__x); }
701 __fun_type _M_ptr;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_function_adaptors.h 582 _Result (*_M_ptr)(_Arg);
585 explicit pointer_to_unary_function(_Result (*__x)(_Arg)) : _M_ptr(__x) {}
586 _Result operator()(_Arg __x) const { return _M_ptr(__x); }
593 _Result (*_M_ptr)(_Arg1, _Arg2);
597 : _M_ptr(__x) {}
599 return _M_ptr(__x, __y);
691 __fun_type _M_ptr;
694 explicit pointer_to_unary_function(__fun_type __x) : _M_ptr(__x) {}
695 void operator()(_Arg __x) const { _M_ptr(__x); }
701 __fun_type _M_ptr;
    [all...]
  /external/lldb/test/lang/cpp/dynamic-value/
TestDynamicValue.py 84 contained_b = contained_auto_ptr.GetChildMemberWithName ('_M_ptr', use_dynamic)
89 contained_b_static = contained_auto_ptr.GetChildMemberWithName ('_M_ptr', no_dynamic)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
stl_function.h 426 _Result (*_M_ptr)(_Arg);
433 : _M_ptr(__x) { }
437 { return _M_ptr(__x); }
452 _Result (*_M_ptr)(_Arg1, _Arg2);
459 : _M_ptr(__x) { }
463 { return _M_ptr(__x, __y); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_function.h 425 _Result (*_M_ptr)(_Arg);
432 : _M_ptr(__x) { }
436 { return _M_ptr(__x); }
451 _Result (*_M_ptr)(_Arg1, _Arg2);
458 : _M_ptr(__x) { }
462 { return _M_ptr(__x, __y); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_function.h 425 _Result (*_M_ptr)(_Arg);
432 : _M_ptr(__x) { }
436 { return _M_ptr(__x); }
451 _Result (*_M_ptr)(_Arg1, _Arg2);
458 : _M_ptr(__x) { }
462 { return _M_ptr(__x, __y); }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h 420 _Result (*_M_ptr)(_Arg);
427 : _M_ptr(__x) { }
431 { return _M_ptr(__x); }
446 _Result (*_M_ptr)(_Arg1, _Arg2);
453 : _M_ptr(__x) { }
457 { return _M_ptr(__x, __y); }
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h 420 _Result (*_M_ptr)(_Arg);
427 : _M_ptr(__x) { }
431 { return _M_ptr(__x); }
446 _Result (*_M_ptr)(_Arg1, _Arg2);
453 : _M_ptr(__x) { }
457 { return _M_ptr(__x, __y); }
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h 420 _Result (*_M_ptr)(_Arg);
427 : _M_ptr(__x) { }
431 { return _M_ptr(__x); }
446 _Result (*_M_ptr)(_Arg1, _Arg2);
453 : _M_ptr(__x) { }
457 { return _M_ptr(__x, __y); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_function.h 420 _Result (*_M_ptr)(_Arg);
427 : _M_ptr(__x) { }
431 { return _M_ptr(__x); }
446 _Result (*_M_ptr)(_Arg1, _Arg2);
453 : _M_ptr(__x) { }
457 { return _M_ptr(__x, __y); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_function.h 426 _Result (*_M_ptr)(_Arg);
433 : _M_ptr(__x) { }
437 { return _M_ptr(__x); }
452 _Result (*_M_ptr)(_Arg1, _Arg2);
459 : _M_ptr(__x) { }
463 { return _M_ptr(__x, __y); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_function.h 427 _Result (*_M_ptr)(_Arg);
434 : _M_ptr(__x) { }
438 { return _M_ptr(__x); }
453 _Result (*_M_ptr)(_Arg1, _Arg2);
460 : _M_ptr(__x) { }
464 { return _M_ptr(__x, __y); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_function.h 426 _Result (*_M_ptr)(_Arg);
433 : _M_ptr(__x) { }
437 { return _M_ptr(__x); }
452 _Result (*_M_ptr)(_Arg1, _Arg2);
459 : _M_ptr(__x) { }
463 { return _M_ptr(__x, __y); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_function.h 427 _Result (*_M_ptr)(_Arg);
434 : _M_ptr(__x) { }
438 { return _M_ptr(__x); }
453 _Result (*_M_ptr)(_Arg1, _Arg2);
460 : _M_ptr(__x) { }
464 { return _M_ptr(__x, __y); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_function.h 425 _Result (*_M_ptr)(_Arg);
432 : _M_ptr(__x) { }
436 { return _M_ptr(__x); }
451 _Result (*_M_ptr)(_Arg1, _Arg2);
458 : _M_ptr(__x) { }
462 { return _M_ptr(__x, __y); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_function.h 774 _Result (*_M_ptr)(_Arg);
781 : _M_ptr(__x) { }
785 { return _M_ptr(__x); }
800 _Result (*_M_ptr)(_Arg1, _Arg2);
807 : _M_ptr(__x) { }
811 { return _M_ptr(__x, __y); }

Completed in 791 milliseconds

1 23 4 5 6