HomeSort by relevance Sort by last modified time
    Searched refs:__arg (Results 1 - 25 of 132) sorted by null

1 2 3 4 5 6

  /external/stlport/stlport/stl/
_stdexcept.h 50 domain_error(const string& __arg) : logic_error(__arg) {}
58 invalid_argument(const string& __arg) : logic_error(__arg) {}
66 length_error(const string& __arg) : logic_error(__arg) {}
74 out_of_range(const string& __arg) : logic_error(__arg) {}
82 range_error(const string& __arg) : runtime_error(__arg) {}
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h 50 domain_error(const string& __arg) : logic_error(__arg) {}
58 invalid_argument(const string& __arg) : logic_error(__arg) {}
66 length_error(const string& __arg) : logic_error(__arg) {}
74 out_of_range(const string& __arg) : logic_error(__arg) {}
82 range_error(const string& __arg) : runtime_error(__arg) {}
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h 51 domain_error(const string& __arg) : logic_error(__arg) {}
59 invalid_argument(const string& __arg) : logic_error(__arg) {}
67 length_error(const string& __arg) : logic_error(__arg) {}
75 out_of_range(const string& __arg) : logic_error(__arg) {}
83 range_error(const string& __arg) : runtime_error(__arg) {}
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h 51 domain_error(const string& __arg) : logic_error(__arg) {}
59 invalid_argument(const string& __arg) : logic_error(__arg) {}
67 length_error(const string& __arg) : logic_error(__arg) {}
75 out_of_range(const string& __arg) : logic_error(__arg) {}
83 range_error(const string& __arg) : runtime_error(__arg) {}
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h 51 domain_error(const string& __arg) : logic_error(__arg) {}
59 invalid_argument(const string& __arg) : logic_error(__arg) {}
67 length_error(const string& __arg) : logic_error(__arg) {}
75 out_of_range(const string& __arg) : logic_error(__arg) {}
83 range_error(const string& __arg) : runtime_error(__arg) {}
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h 50 domain_error(const string& __arg) : logic_error(__arg) {}
58 invalid_argument(const string& __arg) : logic_error(__arg) {}
66 length_error(const string& __arg) : logic_error(__arg) {}
74 out_of_range(const string& __arg) : logic_error(__arg) {}
82 range_error(const string& __arg) : runtime_error(__arg) {}
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_stdexcept.h 50 domain_error(const string& __arg) : logic_error(__arg) {}
58 invalid_argument(const string& __arg) : logic_error(__arg) {}
66 length_error(const string& __arg) : logic_error(__arg) {}
74 out_of_range(const string& __arg) : logic_error(__arg) {}
82 range_error(const string& __arg) : runtime_error(__arg) {}
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
cast.h 68 __static_pointer_cast(const _FromType& __arg)
70 type>(__arg.get())); }
74 __dynamic_pointer_cast(const _FromType& __arg)
76 type>(__arg.get())); }
80 __const_pointer_cast(const _FromType& __arg)
82 type>(__arg.get())); }
86 __reinterpret_pointer_cast(const _FromType& __arg)
88 type>(__arg.get())); }
96 __static_pointer_cast(_FromType* __arg)
98 type>(__arg)); }
    [all...]
pointer.h 75 set(element_type* __arg)
76 { _M_value = __arg; }
121 set(_Tp* __arg)
123 if (!__arg)
126 _M_diff = reinterpret_cast<_UIntPtrType>(__arg)
173 set(const _Tp* __arg)
175 if (!__arg)
178 _M_diff = reinterpret_cast<_UIntPtrType>(__arg)
302 _Pointer_adapter(element_type* __arg = 0)
303 { _Storage_policy::set(__arg); }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
cast.h 68 __static_pointer_cast(const _FromType& __arg)
70 type>(__arg.get())); }
74 __dynamic_pointer_cast(const _FromType& __arg)
76 type>(__arg.get())); }
80 __const_pointer_cast(const _FromType& __arg)
82 type>(__arg.get())); }
86 __reinterpret_pointer_cast(const _FromType& __arg)
88 type>(__arg.get())); }
96 __static_pointer_cast(_FromType* __arg)
98 type>(__arg)); }
    [all...]
pointer.h 79 set(element_type* __arg)
80 { _M_value = __arg; }
125 set(_Tp* __arg)
127 if (!__arg)
130 _M_diff = reinterpret_cast<_UIntPtrType>(__arg)
177 set(const _Tp* __arg)
179 if (!__arg)
182 _M_diff = reinterpret_cast<_UIntPtrType>(__arg)
298 _Pointer_adapter(element_type* __arg = 0)
299 { _Storage_policy::set(__arg); }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
cast.h 68 __static_pointer_cast(const _FromType& __arg)
70 type>(__arg.get())); }
74 __dynamic_pointer_cast(const _FromType& __arg)
76 type>(__arg.get())); }
80 __const_pointer_cast(const _FromType& __arg)
82 type>(__arg.get())); }
86 __reinterpret_pointer_cast(const _FromType& __arg)
88 type>(__arg.get())); }
96 __static_pointer_cast(_FromType* __arg)
98 type>(__arg)); }
    [all...]
pointer.h 79 set(element_type* __arg)
80 { _M_value = __arg; }
125 set(_Tp* __arg)
127 if (!__arg)
130 _M_diff = reinterpret_cast<_UIntPtrType>(__arg)
177 set(const _Tp* __arg)
179 if (!__arg)
182 _M_diff = reinterpret_cast<_UIntPtrType>(__arg)
298 _Pointer_adapter(element_type* __arg = 0)
299 { _Storage_policy::set(__arg); }
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
cast.h 61 __static_pointer_cast(const _FromType& __arg)
63 type>(__arg.get())); }
67 __dynamic_pointer_cast(const _FromType& __arg)
69 type>(__arg.get())); }
73 __const_pointer_cast(const _FromType& __arg)
75 type>(__arg.get())); }
79 __reinterpret_pointer_cast(const _FromType& __arg)
81 type>(__arg.get())); }
89 __static_pointer_cast(_FromType* __arg)
91 type>(__arg)); }
    [all...]
pointer.h 69 set(element_type* __arg)
70 { _M_value = __arg; }
115 set(_Tp* __arg)
117 if (!__arg)
120 _M_diff = reinterpret_cast<_UIntPtrType>(__arg)
163 set(const _Tp* __arg)
165 if (!__arg)
168 _M_diff = reinterpret_cast<_UIntPtrType>(__arg)
284 _Pointer_adapter(element_type* __arg = 0)
285 { _Storage_policy::set(__arg); }
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
cast.h 61 __static_pointer_cast(const _FromType& __arg)
63 type>(__arg.get())); }
67 __dynamic_pointer_cast(const _FromType& __arg)
69 type>(__arg.get())); }
73 __const_pointer_cast(const _FromType& __arg)
75 type>(__arg.get())); }
79 __reinterpret_pointer_cast(const _FromType& __arg)
81 type>(__arg.get())); }
89 __static_pointer_cast(_FromType* __arg)
91 type>(__arg)); }
    [all...]
pointer.h 69 set(element_type* __arg)
70 { _M_value = __arg; }
115 set(_Tp* __arg)
117 if (!__arg)
120 _M_diff = reinterpret_cast<_UIntPtrType>(__arg)
163 set(const _Tp* __arg)
165 if (!__arg)
168 _M_diff = reinterpret_cast<_UIntPtrType>(__arg)
284 _Pointer_adapter(element_type* __arg = 0)
285 { _Storage_policy::set(__arg); }
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
cast.h 61 __static_pointer_cast(const _FromType& __arg)
63 type>(__arg.get())); }
67 __dynamic_pointer_cast(const _FromType& __arg)
69 type>(__arg.get())); }
73 __const_pointer_cast(const _FromType& __arg)
75 type>(__arg.get())); }
79 __reinterpret_pointer_cast(const _FromType& __arg)
81 type>(__arg.get())); }
89 __static_pointer_cast(_FromType* __arg)
91 type>(__arg)); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
cast.h 61 __static_pointer_cast(const _FromType& __arg)
63 type>(__arg.get())); }
67 __dynamic_pointer_cast(const _FromType& __arg)
69 type>(__arg.get())); }
73 __const_pointer_cast(const _FromType& __arg)
75 type>(__arg.get())); }
79 __reinterpret_pointer_cast(const _FromType& __arg)
81 type>(__arg.get())); }
89 __static_pointer_cast(_FromType* __arg)
91 type>(__arg)); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
cast.h 68 __static_pointer_cast(const _FromType& __arg)
70 type>(__arg.get())); }
74 __dynamic_pointer_cast(const _FromType& __arg)
76 type>(__arg.get())); }
80 __const_pointer_cast(const _FromType& __arg)
82 type>(__arg.get())); }
86 __reinterpret_pointer_cast(const _FromType& __arg)
88 type>(__arg.get())); }
96 __static_pointer_cast(_FromType* __arg)
98 type>(__arg)); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
cast.h 68 __static_pointer_cast(const _FromType& __arg)
70 type>(__arg.get())); }
74 __dynamic_pointer_cast(const _FromType& __arg)
76 type>(__arg.get())); }
80 __const_pointer_cast(const _FromType& __arg)
82 type>(__arg.get())); }
86 __reinterpret_pointer_cast(const _FromType& __arg)
88 type>(__arg.get())); }
96 __static_pointer_cast(_FromType* __arg)
98 type>(__arg)); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
cast.h 68 __static_pointer_cast(const _FromType& __arg)
70 type>(__arg.get())); }
74 __dynamic_pointer_cast(const _FromType& __arg)
76 type>(__arg.get())); }
80 __const_pointer_cast(const _FromType& __arg)
82 type>(__arg.get())); }
86 __reinterpret_pointer_cast(const _FromType& __arg)
88 type>(__arg.get())); }
96 __static_pointer_cast(_FromType* __arg)
98 type>(__arg)); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
cast.h 68 __static_pointer_cast(const _FromType& __arg)
70 type>(__arg.get())); }
74 __dynamic_pointer_cast(const _FromType& __arg)
76 type>(__arg.get())); }
80 __const_pointer_cast(const _FromType& __arg)
82 type>(__arg.get())); }
86 __reinterpret_pointer_cast(const _FromType& __arg)
88 type>(__arg.get())); }
96 __static_pointer_cast(_FromType* __arg)
98 type>(__arg)); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
cast.h 68 __static_pointer_cast(const _FromType& __arg)
70 type>(__arg.get())); }
74 __dynamic_pointer_cast(const _FromType& __arg)
76 type>(__arg.get())); }
80 __const_pointer_cast(const _FromType& __arg)
82 type>(__arg.get())); }
86 __reinterpret_pointer_cast(const _FromType& __arg)
88 type>(__arg.get())); }
96 __static_pointer_cast(_FromType* __arg)
98 type>(__arg)); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
cast.h 68 __static_pointer_cast(const _FromType& __arg)
70 type>(__arg.get())); }
74 __dynamic_pointer_cast(const _FromType& __arg)
76 type>(__arg.get())); }
80 __const_pointer_cast(const _FromType& __arg)
82 type>(__arg.get())); }
86 __reinterpret_pointer_cast(const _FromType& __arg)
88 type>(__arg.get())); }
96 __static_pointer_cast(_FromType* __arg)
98 type>(__arg)); }
    [all...]

Completed in 804 milliseconds

1 2 3 4 5 6