HomeSort by relevance Sort by last modified time
    Searched full:operator (Results 1026 - 1050 of 6015) sorted by null

<<41424344454647484950>>

  /system/media/mca/filterpacks/base/native/
geometry.h 41 Point operator+(const Point& other) const;
42 Point operator-(const Point& other) const;
43 Point operator*(float factor) const;
  /development/ndk/platforms/android-3/arch-arm/lib/
libstdc++.a 139 L %?  7? ptr7?+ ?Q??g ?0?I? ptr0?t ?Q?  ?& ptr?? ?<?R ptr?P+?? $??+(O ?Q?C&?? b??&(? ?Q?P?? ??(?p?C? ?<?( p?R??? bionic/libstdc++/src/usr/local/google/home/digit/android/main/cupcake/android/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin/../lib/gcc/arm-eabi/4.2.1/includebionic/libstdc++/includenew.cppstddef.h<built-in>new60/0/0/00/00/0*0/%0/0303???(????????????(????????????(????????????(????????????????????????????????????????????????????? ????| B?BB?BB?BB?B B?B B?B B?B B?B]}} P P]}} P P]}} P P]}} P P]} }P]} }P]} }P]} }P?H}operator delete []?operator delete?operator delete []&operator deleteRoperator new []?operator new?operator new []operator new<nothrow\ _ZdaPvsize_t_ZdaPvRKSt9nothrow_tnothrow_tbionic/libstdc++/src/new.cpp/usr/local/google/home/digit/android/main/cupcake/androidnothrowsize_ZdlPvRKSt9nothrow_t_Znaj_ZnajRKSt9nothrow_tunsigned intoperator delete_ZSt7nothrow_ZnwjRKSt9nothrow_tlong long intoperator delete []_Znwjlong intGNU C++ 4.2.1_ZdlPvoperator newoperator new []GCC: (GNU) 4.2.1A (…)
    [all...]
  /development/ndk/platforms/android-9/arch-x86/lib/
libstdc++.a 191 p ?X2$??f?  S1%? ptr1?????{ ?,y%8= ptr,??=?? S%pm ptr?? ?%?? ptr???'??%???'0?????"?% ?"0? ???s?%PR?0?p??y?%???0?p?a?? bionic/libstdc++/srcbionic/libstdc++/includeprebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/bin/../lib/gcc/i686-android-linux/4.4.3/include/opt/digit/ccachenew.cppcstddefstddef.hnew.tmp.lulu.par.corp.google.com.6730.iinew1/?,/?/?/?'/?"/?/?/?U??S????????d$?E?$??????d$[]?U??S????????d$?E?$??????d$[]?U??S????????d$?E?$??????d$[]?U??S????????d$?E?$??????d$[]?U??S????????d$?E?$??????d$[]?U??S????????d$?E?$??????d$[]?U??S????????d$?E?$??????d$[]?U??S????????d$?E?$??????d$[]?tt$u$%ttt$u$%ttt$u$%ttt$u$%ttt$u$%ttt$u$%ttt$u$%ttt$u$%t???operator delete []
192 operator deleteBoperator delete []moperator delete?operator new []?operator newoperator new []Roperator new?std::nothrowT%%%%%%%%%%%%%%%%_ZdaPvsize_t_ZdaPvRKSt9nothrow_tnothrow_tbionic/libstdc++/src/new.cppGNU C++ 4.4.3short unsigned intnothrow_Znaj_ZdlPvRKSt9nothrow_tlong unsigned intunsigned char_ZnajRKSt9nothrow_tunsigned intoperator deletelong long unsigned intoperator new_ZSt7nothrow_ZnwjRKSt9nothrow_tlong long intchar/opt/digit/repo/gingerbreadoperator delet (…)
    [all...]
  /external/clang/include/clang/AST/
TemplateName.h 328 /// Insertion operator for diagnostics. This allows sending TemplateName's
330 const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB,
442 /// overloaded operator kind (when set).
452 /// \brief The overloaded operator name.
455 OverloadedOperatorKind Operator;
480 OverloadedOperatorKind Operator)
481 : Qualifier(Qualifier, true), Operator(Operator),
485 OverloadedOperatorKind Operator,
487 : Qualifier(Qualifier, true), Operator(Operator),
    [all...]
  /external/clang/test/SemaCXX/
conditional-expr.cpp 7 struct ToBool { explicit operator bool(); };
14 struct B { operator A() const; }; // expected-note 2 {{candidate function}}
15 struct I { operator int(); };
16 struct J { operator I(); };
17 struct K { operator double(); };
19 struct F { operator vfn(); };
20 struct G { operator vfn(); };
30 struct Convertible { operator Base&(); };
35 struct ToMemPtr { operator DFnPtr(); };
38 struct BadBase { operator BadDerived&(); }
    [all...]
  /external/stlport/stlport/stl/
_ostream.c 49 basic_ostream<_CharT, _Traits>::operator<<(basic_streambuf<_CharT, _Traits>* __from) { function in class:_Traits
66 // Helper functions for the streambuf version of operator<<. The
222 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(short __x) { function in class:_Traits
230 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(unsigned short __x) { function in class:_Traits
236 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(int __x) { function in class:_Traits
245 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(unsigned int __x) { function in class:_Traits
248 /* We define this operator with size_t rather than unsigned int to avoid
251 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(size_t __x) {
258 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(long __x) function in class:_Traits
262 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(unsigned long __x function in class:_Traits
267 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<< (_STLP_LONG_LONG __x) function in class:_Traits
271 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<< (unsigned _STLP_LONG_LONG __x) function in class:_Traits
276 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(float __x) function in class:_Traits
280 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(double __x) function in class:_Traits
285 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(long double __x) function in class:_Traits
290 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(const void* __x) function in class:_Traits
295 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(bool __x) function in class:_Traits
    [all...]
_string_sum.h 33 const_reference operator[] (size_t __n) const {
54 const_reference operator[] (size_t __n) const { return _CStr[__n]; }
72 const_reference operator[] (size_t __n) const { return _BStr[__n]; }
116 const_reference operator[](size_t __n) const
122 //operator +=
124 _BStrOnLeft operator += (const _BString& __s) { return append(__s); }
127 _CStrOnLeft operator += (const _CharT* __s) { return append(__s); }
130 _CharOnLeft operator += (_CharT __c) { return _CharOnLeft(*this, __c); }
296 * For this operator we choose to use the right part as the storage part
305 operator + (const __bstr_sum<_CharT, _Traits, _Alloc, _Lh1, _Rh1, _StoreDir1> &__lhs
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ostream.c 49 basic_ostream<_CharT, _Traits>::operator<<(basic_streambuf<_CharT, _Traits>* __from) { function in class:_Traits
66 // Helper functions for the streambuf version of operator<<. The
222 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(short __x) { function in class:_Traits
230 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(unsigned short __x) { function in class:_Traits
236 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(int __x) { function in class:_Traits
245 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(unsigned int __x) { function in class:_Traits
248 /* We define this operator with size_t rather than unsigned int to avoid
251 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(size_t __x) {
258 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(long __x) function in class:_Traits
262 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(unsigned long __x function in class:_Traits
267 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<< (_STLP_LONG_LONG __x) function in class:_Traits
271 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<< (unsigned _STLP_LONG_LONG __x) function in class:_Traits
276 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(float __x) function in class:_Traits
280 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(double __x) function in class:_Traits
285 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(long double __x) function in class:_Traits
290 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(const void* __x) function in class:_Traits
295 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(bool __x) function in class:_Traits
    [all...]
_string_sum.h 33 const_reference operator[] (size_t __n) const {
54 const_reference operator[] (size_t __n) const { return _CStr[__n]; }
72 const_reference operator[] (size_t __n) const { return _BStr[__n]; }
116 const_reference operator[](size_t __n) const
122 //operator +=
124 _BStrOnLeft operator += (const _BString& __s) { return append(__s); }
127 _CStrOnLeft operator += (const _CharT* __s) { return append(__s); }
130 _CharOnLeft operator += (_CharT __c) { return _CharOnLeft(*this, __c); }
296 * For this operator we choose to use the right part as the storage part
305 operator + (const __bstr_sum<_CharT, _Traits, _Alloc, _Lh1, _Rh1, _StoreDir1> &__lhs
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
functional 100 * Calling @c operator() with a single argument @c x returns @c f(g(x)).
105 * and @c g2. Its @c operator() returns @c f(g1(x),g2(x)). The function
138 operator()(const typename _Operation2::argument_type& __x) const
165 operator()(const typename _Operation2::argument_type& __x) const
180 * pass-through. Its @c operator() returns its argument unchanged.
188 * @c operator()s
211 operator()(const _Arg1& __x, const _Arg2&) const
219 operator()(const _Arg1&, const _Arg2& __y) const
223 /** The @c operator() of the @c project1st functor takes two arbitrary
250 operator()() cons
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/lib/
libstdc++.a 139 L %?  7? ptr7?+ ?Q??g ?0?I? ptr0?t ?Q?  ?& ptr?? ?<?R ptr?P+?? $??+(O ?Q?C&?? b??&(? ?Q?P?? ??(?p?C? ?<?( p?R??? bionic/libstdc++/src/usr/local/google/home/digit/android/main/cupcake/android/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin/../lib/gcc/arm-eabi/4.2.1/includebionic/libstdc++/includenew.cppstddef.h<built-in>new60/0/0/00/00/0*0/%0/0303???(????????????(????????????(????????????(????????????????????????????????????????????????????? ????| B?BB?BB?BB?B B?B B?B B?B B?B]}} P P]}} P P]}} P P]}} P P]} }P]} }P]} }P]} }P?H}operator delete []?operator delete?operator delete []&operator deleteRoperator new []?operator new?operator new []operator new<nothrow\ _ZdaPvsize_t_ZdaPvRKSt9nothrow_tnothrow_tbionic/libstdc++/src/new.cpp/usr/local/google/home/digit/android/main/cupcake/androidnothrowsize_ZdlPvRKSt9nothrow_t_Znaj_ZnajRKSt9nothrow_tunsigned intoperator delete_ZSt7nothrow_ZnwjRKSt9nothrow_tlong long intoperator delete []_Znwjlong intGNU C++ 4.2.1_ZdlPvoperator newoperator new []GCC: (GNU) 4.2.1A (…)
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/lib/
libstdc++.a 139 L %?  7? ptr7?+ ?Q??g ?0?I? ptr0?t ?Q?  ?& ptr?? ?<?R ptr?P+?? $??+(O ?Q?C&?? b??&(? ?Q?P?? ??(?p?C? ?<?( p?R??? bionic/libstdc++/src/usr/local/google/home/digit/android/main/cupcake/android/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin/../lib/gcc/arm-eabi/4.2.1/includebionic/libstdc++/includenew.cppstddef.h<built-in>new60/0/0/00/00/0*0/%0/0303???(????????????(????????????(????????????(????????????????????????????????????????????????????? ????| B?BB?BB?BB?B B?B B?B B?B B?B]}} P P]}} P P]}} P P]}} P P]} }P]} }P]} }P]} }P?H}operator delete []?operator delete?operator delete []&operator deleteRoperator new []?operator new?operator new []operator new<nothrow\ _ZdaPvsize_t_ZdaPvRKSt9nothrow_tnothrow_tbionic/libstdc++/src/new.cpp/usr/local/google/home/digit/android/main/cupcake/androidnothrowsize_ZdlPvRKSt9nothrow_t_Znaj_ZnajRKSt9nothrow_tunsigned intoperator delete_ZSt7nothrow_ZnwjRKSt9nothrow_tlong long intoperator delete []_Znwjlong intGNU C++ 4.2.1_ZdlPvoperator newoperator new []GCC: (GNU) 4.2.1A (…)
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/lib/
libstdc++.a 139 L %?  7? ptr7?+ ?Q??g ?0?I? ptr0?t ?Q?  ?& ptr?? ?<?R ptr?P+?? $??+(O ?Q?C&?? b??&(? ?Q?P?? ??(?p?C? ?<?( p?R??? bionic/libstdc++/src/usr/local/google/home/digit/android/main/cupcake/android/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin/../lib/gcc/arm-eabi/4.2.1/includebionic/libstdc++/includenew.cppstddef.h<built-in>new60/0/0/00/00/0*0/%0/0303???(????????????(????????????(????????????(????????????????????????????????????????????????????? ????| B?BB?BB?BB?B B?B B?B B?B B?B]}} P P]}} P P]}} P P]}} P P]} }P]} }P]} }P]} }P?H}operator delete []?operator delete?operator delete []&operator deleteRoperator new []?operator new?operator new []operator new<nothrow\ _ZdaPvsize_t_ZdaPvRKSt9nothrow_tnothrow_tbionic/libstdc++/src/new.cpp/usr/local/google/home/digit/android/main/cupcake/androidnothrowsize_ZdlPvRKSt9nothrow_t_Znaj_ZnajRKSt9nothrow_tunsigned intoperator delete_ZSt7nothrow_ZnwjRKSt9nothrow_tlong long intoperator delete []_Znwjlong intGNU C++ 4.2.1_ZdlPvoperator newoperator new []GCC: (GNU) 4.2.1A (…)
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/lib/
libstdc++.a 143 W? 7'? ptr7?, ????u ?0W0WW ptr0?? ?? `??6 ptr?? ?2??b ptr?1F+????\?R+,? ???9&?????R&,? ???F?? C?R,?p?9?Ps?JR,?p?]_? bionic/libstdc++/srcbionic/libstdc++/include/home/bjbeare/Android/wrs-eclair-b2e1.Feb17.sdk/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/../lib/gcc/i686-unknown-linux-gnu/4.2.1/includenew.cppcstddefstddef.h<built-in>new6LK?t?LK?j?LK?t?LK??"?x."?f."?p."?????| ?'A?B D?0'A?B D?`'A?B D??'A?B D??#A?B A??#A?B A? #A?B A?P#A?B A?tt'u?!P!'u01t13t3Wu0I?IQPQWu`atactc?u`y?y?P??u??t??t??u?????P??u??t??t??u??t??t?u !t!#t#CuPQtQStSsu?V?operator delete []?operator delete
144 operator delete []6operator deleteboperator new []?operator new?operator new []operator newJnothrows_ZdaPvsize_t_ZdaPvRKSt9nothrow_tnothrow_tbionic/libstdc++/src/new.cppnothrowsize_ZdlPvRKSt9nothrow_t/home/bjbeare/Android/wrs-eclair-b2e1.Feb17.sdk_Znaj_ZnajRKSt9nothrow_tunsigned intoperator delete_ZSt7nothrow_ZnwjRKSt9nothrow_tlong long intoperator delete []_Znwjlong intGNU C++ 4.2.1_ZdlPvoperator newoperator new []GCC: (GNU) 4.2.1?$? (…)
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/lib/
libstdc++.a 139 L %?  7? ptr7?+ ?Q??g ?0?I? ptr0?t ?Q?  ?& ptr?? ?<?R ptr?P+?? $??+(O ?Q?C&?? b??&(? ?Q?P?? ??(?p?C? ?<?( p?R??? bionic/libstdc++/src/usr/local/google/home/digit/android/main/cupcake/android/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin/../lib/gcc/arm-eabi/4.2.1/includebionic/libstdc++/includenew.cppstddef.h<built-in>new60/0/0/00/00/0*0/%0/0303???(????????????(????????????(????????????(????????????????????????????????????????????????????? ????| B?BB?BB?BB?B B?B B?B B?B B?B]}} P P]}} P P]}} P P]}} P P]} }P]} }P]} }P]} }P?H}operator delete []?operator delete?operator delete []&operator deleteRoperator new []?operator new?operator new []operator new<nothrow\ _ZdaPvsize_t_ZdaPvRKSt9nothrow_tnothrow_tbionic/libstdc++/src/new.cpp/usr/local/google/home/digit/android/main/cupcake/androidnothrowsize_ZdlPvRKSt9nothrow_t_Znaj_ZnajRKSt9nothrow_tunsigned intoperator delete_ZSt7nothrow_ZnwjRKSt9nothrow_tlong long intoperator delete []_Znwjlong intGNU C++ 4.2.1_ZdlPvoperator newoperator new []GCC: (GNU) 4.2.1A (…)
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/lib/
libstdc++.a 143 W? 7'? ptr7?, ????u ?0W0WW ptr0?? ?? `??6 ptr?? ?2??b ptr?1F+????\?R+,? ???9&?????R&,? ???F?? C?R,?p?9?Ps?JR,?p?]_? bionic/libstdc++/srcbionic/libstdc++/include/home/bjbeare/Android/wrs-eclair-b2e1.Feb17.sdk/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/../lib/gcc/i686-unknown-linux-gnu/4.2.1/includenew.cppcstddefstddef.h<built-in>new6LK?t?LK?j?LK?t?LK??"?x."?f."?p."?????| ?'A?B D?0'A?B D?`'A?B D??'A?B D??#A?B A??#A?B A? #A?B A?P#A?B A?tt'u?!P!'u01t13t3Wu0I?IQPQWu`atactc?u`y?y?P??u??t??t??u?????P??u??t??t??u??t??t?u !t!#t#CuPQtQStSsu?V?operator delete []?operator delete
144 operator delete []6operator deleteboperator new []?operator new?operator new []operator newJnothrows_ZdaPvsize_t_ZdaPvRKSt9nothrow_tnothrow_tbionic/libstdc++/src/new.cppnothrowsize_ZdlPvRKSt9nothrow_t/home/bjbeare/Android/wrs-eclair-b2e1.Feb17.sdk_Znaj_ZnajRKSt9nothrow_tunsigned intoperator delete_ZSt7nothrow_ZnwjRKSt9nothrow_tlong long intoperator delete []_Znwjlong intGNU C++ 4.2.1_ZdlPvoperator newoperator new []GCC: (GNU) 4.2.1?$? (…)
    [all...]
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/lib/
libstdc++.a 139 L %?  7? ptr7?+ ?Q??g ?0?I? ptr0?t ?Q?  ?& ptr?? ?<?R ptr?P+?? $??+(O ?Q?C&?? b??&(? ?Q?P?? ??(?p?C? ?<?( p?R??? bionic/libstdc++/src/usr/local/google/home/digit/android/main/cupcake/android/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin/../lib/gcc/arm-eabi/4.2.1/includebionic/libstdc++/includenew.cppstddef.h<built-in>new60/0/0/00/00/0*0/%0/0303???(????????????(????????????(????????????(????????????????????????????????????????????????????? ????| B?BB?BB?BB?B B?B B?B B?B B?B]}} P P]}} P P]}} P P]}} P P]} }P]} }P]} }P]} }P?H}operator delete []?operator delete?operator delete []&operator deleteRoperator new []?operator new?operator new []operator new<nothrow\ _ZdaPvsize_t_ZdaPvRKSt9nothrow_tnothrow_tbionic/libstdc++/src/new.cpp/usr/local/google/home/digit/android/main/cupcake/androidnothrowsize_ZdlPvRKSt9nothrow_t_Znaj_ZnajRKSt9nothrow_tunsigned intoperator delete_ZSt7nothrow_ZnwjRKSt9nothrow_tlong long intoperator delete []_Znwjlong intGNU C++ 4.2.1_ZdlPvoperator newoperator new []GCC: (GNU) 4.2.1A (…)
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
functional 100 * Calling @c operator() with a single argument @c x returns @c f(g(x)).
105 * and @c g2. Its @c operator() returns @c f(g1(x),g2(x)). The function
138 operator()(const typename _Operation2::argument_type& __x) const
165 operator()(const typename _Operation2::argument_type& __x) const
180 * pass-through. Its @c operator() returns its argument unchanged.
188 * @c operator()s
211 operator()(const _Arg1& __x, const _Arg2&) const
219 operator()(const _Arg1&, const _Arg2& __y) const
223 /** The @c operator() of the @c project1st functor takes two arbitrary
250 operator()() cons
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_ostream.c 49 basic_ostream<_CharT, _Traits>::operator<<(basic_streambuf<_CharT, _Traits>* __from) { function in class:_Traits
66 // Helper functions for the streambuf version of operator<<. The
222 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(short __x) { function in class:_Traits
230 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(unsigned short __x) { function in class:_Traits
236 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(int __x) { function in class:_Traits
245 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(unsigned int __x) { function in class:_Traits
248 /* We define this operator with size_t rather than unsigned int to avoid
251 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(size_t __x) {
258 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(long __x) function in class:_Traits
262 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(unsigned long __x function in class:_Traits
267 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<< (_STLP_LONG_LONG __x) function in class:_Traits
271 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<< (unsigned _STLP_LONG_LONG __x) function in class:_Traits
276 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(float __x) function in class:_Traits
280 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(double __x) function in class:_Traits
285 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(long double __x) function in class:_Traits
290 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(const void* __x) function in class:_Traits
295 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(bool __x) function in class:_Traits
    [all...]
_string_sum.h 33 const_reference operator[] (size_t __n) const {
54 const_reference operator[] (size_t __n) const { return _CStr[__n]; }
72 const_reference operator[] (size_t __n) const { return _BStr[__n]; }
116 const_reference operator[](size_t __n) const
122 //operator +=
124 _BStrOnLeft operator += (const _BString& __s) { return append(__s); }
127 _CStrOnLeft operator += (const _CharT* __s) { return append(__s); }
130 _CharOnLeft operator += (_CharT __c) { return _CharOnLeft(*this, __c); }
296 * For this operator we choose to use the right part as the storage part
305 operator + (const __bstr_sum<_CharT, _Traits, _Alloc, _Lh1, _Rh1, _StoreDir1> &__lhs
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/lib/
libstdc++.a 139 L %?  7? ptr7?+ ?Q??g ?0?I? ptr0?t ?Q?  ?& ptr?? ?<?R ptr?P+?? $??+(O ?Q?C&?? b??&(? ?Q?P?? ??(?p?C? ?<?( p?R??? bionic/libstdc++/src/usr/local/google/home/digit/android/main/cupcake/android/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin/../lib/gcc/arm-eabi/4.2.1/includebionic/libstdc++/includenew.cppstddef.h<built-in>new60/0/0/00/00/0*0/%0/0303???(????????????(????????????(????????????(????????????????????????????????????????????????????? ????| B?BB?BB?BB?B B?B B?B B?B B?B]}} P P]}} P P]}} P P]}} P P]} }P]} }P]} }P]} }P?H}operator delete []?operator delete?operator delete []&operator deleteRoperator new []?operator new?operator new []operator new<nothrow\ _ZdaPvsize_t_ZdaPvRKSt9nothrow_tnothrow_tbionic/libstdc++/src/new.cpp/usr/local/google/home/digit/android/main/cupcake/androidnothrowsize_ZdlPvRKSt9nothrow_t_Znaj_ZnajRKSt9nothrow_tunsigned intoperator delete_ZSt7nothrow_ZnwjRKSt9nothrow_tlong long intoperator delete []_Znwjlong intGNU C++ 4.2.1_ZdlPvoperator newoperator new []GCC: (GNU) 4.2.1A (…)
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/lib/
libstdc++.a 191 p ?X2$??f?  S1%? ptr1?????{ ?,y%8= ptr,??=?? S%pm ptr?? ?%?? ptr???'??%???'0?????"?% ?"0? ???s?%PR?0?p??y?%???0?p?a?? bionic/libstdc++/srcbionic/libstdc++/includeprebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/bin/../lib/gcc/i686-android-linux/4.4.3/include/opt/digit/ccachenew.cppcstddefstddef.hnew.tmp.lulu.par.corp.google.com.6730.iinew1/?,/?/?/?'/?"/?/?/?U??S????????d$?E?$??????d$[]?U??S????????d$?E?$??????d$[]?U??S????????d$?E?$??????d$[]?U??S????????d$?E?$??????d$[]?U??S????????d$?E?$??????d$[]?U??S????????d$?E?$??????d$[]?U??S????????d$?E?$??????d$[]?U??S????????d$?E?$??????d$[]?tt$u$%ttt$u$%ttt$u$%ttt$u$%ttt$u$%ttt$u$%ttt$u$%ttt$u$%t???operator delete []
192 operator deleteBoperator delete []moperator delete?operator new []?operator newoperator new []Roperator new?std::nothrowT%%%%%%%%%%%%%%%%_ZdaPvsize_t_ZdaPvRKSt9nothrow_tnothrow_tbionic/libstdc++/src/new.cppGNU C++ 4.4.3short unsigned intnothrow_Znaj_ZdlPvRKSt9nothrow_tlong unsigned intunsigned char_ZnajRKSt9nothrow_tunsigned intoperator deletelong long unsigned intoperator new_ZSt7nothrow_ZnwjRKSt9nothrow_tlong long intchar/opt/digit/repo/gingerbreadoperator delet (…)
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
functional 100 * Calling @c operator() with a single argument @c x returns @c f(g(x)).
105 * and @c g2. Its @c operator() returns @c f(g1(x),g2(x)). The function
138 operator()(const typename _Operation2::argument_type& __x) const
165 operator()(const typename _Operation2::argument_type& __x) const
180 * pass-through. Its @c operator() returns its argument unchanged.
188 * @c operator()s
211 operator()(const _Arg1& __x, const _Arg2&) const
219 operator()(const _Arg1&, const _Arg2& __y) const
223 /** The @c operator() of the @c project1st functor takes two arbitrary
250 operator()() cons
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_ostream.c 49 basic_ostream<_CharT, _Traits>::operator<<(basic_streambuf<_CharT, _Traits>* __from) { function in class:_Traits
66 // Helper functions for the streambuf version of operator<<. The
222 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(short __x) { function in class:_Traits
230 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(unsigned short __x) { function in class:_Traits
236 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(int __x) { function in class:_Traits
245 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(unsigned int __x) { function in class:_Traits
248 /* We define this operator with size_t rather than unsigned int to avoid
251 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(size_t __x) {
258 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(long __x) function in class:_Traits
262 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(unsigned long __x function in class:_Traits
267 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<< (_STLP_LONG_LONG __x) function in class:_Traits
271 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<< (unsigned _STLP_LONG_LONG __x) function in class:_Traits
276 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(float __x) function in class:_Traits
280 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(double __x) function in class:_Traits
285 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(long double __x) function in class:_Traits
290 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(const void* __x) function in class:_Traits
295 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(bool __x) function in class:_Traits
    [all...]
_string_sum.h 33 const_reference operator[] (size_t __n) const {
54 const_reference operator[] (size_t __n) const { return _CStr[__n]; }
72 const_reference operator[] (size_t __n) const { return _BStr[__n]; }
116 const_reference operator[](size_t __n) const
122 //operator +=
124 _BStrOnLeft operator += (const _BString& __s) { return append(__s); }
127 _CStrOnLeft operator += (const _CharT* __s) { return append(__s); }
130 _CharOnLeft operator += (_CharT __c) { return _CharOnLeft(*this, __c); }
296 * For this operator we choose to use the right part as the storage part
305 operator + (const __bstr_sum<_CharT, _Traits, _Alloc, _Lh1, _Rh1, _StoreDir1> &__lhs
    [all...]

Completed in 426 milliseconds

<<41424344454647484950>>