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

1 2 3 4 5 6 7

  /external/clang/test/CodeGenCXX/
typeinfo 6 bool operator==(const type_info& __arg) const {
7 return __name == __arg.__name;
10 bool operator!=(const type_info& __arg) const {
11 return !operator==(__arg);
  /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 48 domain_error(const string& __arg) : logic_error(__arg) {}
56 invalid_argument(const string& __arg) : logic_error(__arg) {}
64 length_error(const string& __arg) : logic_error(__arg) {}
72 out_of_range(const string& __arg) : logic_error(__arg) {}
80 range_error(const string& __arg) : runtime_error(__arg) {}
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/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...]
  /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...]
  /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++/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
stdexcept 60 logic_error(const string& __arg);
76 explicit domain_error(const string& __arg);
83 explicit invalid_argument(const string& __arg);
91 explicit length_error(const string& __arg);
99 explicit out_of_range(const string& __arg);
114 runtime_error(const string& __arg);
129 explicit range_error(const string& __arg);
136 explicit overflow_error(const string& __arg);
143 explicit underflow_error(const string& __arg);
typeinfo 103 bool before(const type_info& __arg) const;
108 bool operator==(const type_info& __arg) const;
113 /** Returns true if @c *this precedes @c __arg in the implementation's
117 bool before(const type_info& __arg) const
118 { return __name < __arg.__name; }
120 bool operator==(const type_info& __arg) const
121 { return __name == __arg.__name; }
123 bool operator!=(const type_info& __arg) const
124 { return !operator==(__arg); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
stdexcept 63 logic_error(const string& __arg);
78 explicit domain_error(const string& __arg);
86 explicit invalid_argument(const string& __arg);
95 explicit length_error(const string& __arg);
104 explicit out_of_range(const string& __arg);
120 runtime_error(const string& __arg);
134 explicit range_error(const string& __arg);
142 explicit overflow_error(const string& __arg);
150 explicit underflow_error(const string& __arg);
typeinfo 109 bool before(const type_info& __arg) const;
110 bool operator==(const type_info& __arg) const;
113 /** Returns true if @c *this precedes @c __arg in the implementation's
118 bool before(const type_info& __arg) const
119 { return (__name[0] == '*' && __arg.__name[0] == '*')
120 ? __name < __arg.__name
121 : __builtin_strcmp (__name, __arg.__name) < 0; }
123 bool operator==(const type_info& __arg) const
125 return ((__name == __arg.__name)
127 __builtin_strcmp (__name, __arg.__name) == 0))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
stdexcept 63 logic_error(const string& __arg);
78 explicit domain_error(const string& __arg);
86 explicit invalid_argument(const string& __arg);
95 explicit length_error(const string& __arg);
104 explicit out_of_range(const string& __arg);
120 runtime_error(const string& __arg);
134 explicit range_error(const string& __arg);
142 explicit overflow_error(const string& __arg);
150 explicit underflow_error(const string& __arg);
typeinfo 109 bool before(const type_info& __arg) const;
110 bool operator==(const type_info& __arg) const;
113 /** Returns true if @c *this precedes @c __arg in the implementation's
118 bool before(const type_info& __arg) const
119 { return (__name[0] == '*' && __arg.__name[0] == '*')
120 ? __name < __arg.__name
121 : __builtin_strcmp (__name, __arg.__name) < 0; }
123 bool operator==(const type_info& __arg) const
125 return ((__name == __arg.__name)
127 __builtin_strcmp (__name, __arg.__name) == 0))
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
stdexcept 60 logic_error(const string& __arg);
76 explicit domain_error(const string& __arg);
83 explicit invalid_argument(const string& __arg);
91 explicit length_error(const string& __arg);
99 explicit out_of_range(const string& __arg);
114 runtime_error(const string& __arg);
129 explicit range_error(const string& __arg);
136 explicit overflow_error(const string& __arg);
143 explicit underflow_error(const string& __arg);
typeinfo 103 bool before(const type_info& __arg) const;
108 bool operator==(const type_info& __arg) const;
113 /** Returns true if @c *this precedes @c __arg in the implementation's
117 bool before(const type_info& __arg) const
118 { return __name < __arg.__name; }
120 bool operator==(const type_info& __arg) const
121 { return __name == __arg.__name; }
123 bool operator!=(const type_info& __arg) const
124 { return !operator==(__arg); }
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
stdexcept 60 logic_error(const string& __arg);
76 explicit domain_error(const string& __arg);
83 explicit invalid_argument(const string& __arg);
91 explicit length_error(const string& __arg);
99 explicit out_of_range(const string& __arg);
114 runtime_error(const string& __arg);
129 explicit range_error(const string& __arg);
136 explicit overflow_error(const string& __arg);
143 explicit underflow_error(const string& __arg);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
stdexcept 60 logic_error(const string& __arg);
76 explicit domain_error(const string& __arg);
83 explicit invalid_argument(const string& __arg);
91 explicit length_error(const string& __arg);
99 explicit out_of_range(const string& __arg);
114 runtime_error(const string& __arg);
129 explicit range_error(const string& __arg);
136 explicit overflow_error(const string& __arg);
143 explicit underflow_error(const string& __arg);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/
stdexcept 60 logic_error(const string& __arg);
76 explicit domain_error(const string& __arg);
83 explicit invalid_argument(const string& __arg);
91 explicit length_error(const string& __arg);
99 explicit out_of_range(const string& __arg);
114 runtime_error(const string& __arg);
129 explicit range_error(const string& __arg);
136 explicit overflow_error(const string& __arg);
143 explicit underflow_error(const string& __arg);

Completed in 1857 milliseconds

1 2 3 4 5 6 7