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

<<41424344454647484950>>

  /external/collada/include/1.4/dom/
domFx_annotate_type_common.h 68 * Overloaded assignment operator
70 virtual domBool &operator=( const domBool &cpy ) { (void)cpy; return *this; }
131 * Overloaded assignment operator
133 virtual domBool2 &operator=( const domBool2 &cpy ) { (void)cpy; return *this; }
194 * Overloaded assignment operator
196 virtual domBool3 &operator=( const domBool3 &cpy ) { (void)cpy; return *this; }
257 * Overloaded assignment operator
259 virtual domBool4 &operator=( const domBool4 &cpy ) { (void)cpy; return *this; }
315 * Overloaded assignment operator
317 virtual domInt &operator=( const domInt &cpy ) { (void)cpy; return *this;
    [all...]
domGlsl_param_type.h 75 * Overloaded assignment operator
77 virtual domBool &operator=( const domBool &cpy ) { (void)cpy; return *this; }
138 * Overloaded assignment operator
140 virtual domBool2 &operator=( const domBool2 &cpy ) { (void)cpy; return *this; }
201 * Overloaded assignment operator
203 virtual domBool3 &operator=( const domBool3 &cpy ) { (void)cpy; return *this; }
264 * Overloaded assignment operator
266 virtual domBool4 &operator=( const domBool4 &cpy ) { (void)cpy; return *this; }
322 * Overloaded assignment operator
324 virtual domFloat &operator=( const domFloat &cpy ) { (void)cpy; return *this;
    [all...]
  /external/webkit/Source/WebCore/css/
CSSPrimitiveValueMappings.h 87 template<> inline CSSPrimitiveValue::operator EBorderStyle() const
142 template<> inline CSSPrimitiveValue::operator CompositeOperator() const
363 template<> inline CSSPrimitiveValue::operator ControlPart() const
388 template<> inline CSSPrimitiveValue::operator EFillAttachment() const
423 template<> inline CSSPrimitiveValue::operator EFillBox() const
464 template<> inline CSSPrimitiveValue::operator EFillRepeat() const
507 template<> inline CSSPrimitiveValue::operator EBoxAlignment() const
542 template<> inline CSSPrimitiveValue::operator EBoxDirection() const
569 template<> inline CSSPrimitiveValue::operator EBoxLines() const
596 template<> inline CSSPrimitiveValue::operator EBoxOrient() cons
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
random 122 operator()()
185 operator()()
249 operator()()
257 operator()(_Tp __value)
320 * A number generator is a function object with an operator() that
423 operator()();
435 operator==(const linear_congruential& __lhs,
449 operator!=(const linear_congruential& __lhs,
464 operator<<(std::basic_ostream<_CharT, _Traits>& __os,
485 operator>>(std::basic_istream<_CharT, _Traits>& __is
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
random 122 operator()()
185 operator()()
249 operator()()
257 operator()(_Tp __value)
320 * A number generator is a function object with an operator() that
423 operator()();
435 operator==(const linear_congruential& __lhs,
449 operator!=(const linear_congruential& __lhs,
464 operator<<(std::basic_ostream<_CharT, _Traits>& __os,
485 operator>>(std::basic_istream<_CharT, _Traits>& __is
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
random 122 operator()()
185 operator()()
249 operator()()
257 operator()(_Tp __value)
320 * A number generator is a function object with an operator() that
423 operator()();
435 operator==(const linear_congruential& __lhs,
449 operator!=(const linear_congruential& __lhs,
464 operator<<(std::basic_ostream<_CharT, _Traits>& __os,
485 operator>>(std::basic_istream<_CharT, _Traits>& __is
    [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp 295 // <unqualified-name> ::= <operator-name>
344 // <operator-name> ::= ?B # (cast)
397 // <operator-name> ::= ?2 # new
399 // <operator-name> ::= ?3 # delete
401 // <operator-name> ::= ?4 # =
403 // <operator-name> ::= ?5 # >>
405 // <operator-name> ::= ?6 # <<
407 // <operator-name> ::= ?7 # !
409 // <operator-name> ::= ?8 # ==
411 // <operator-name> ::= ?9 # !
    [all...]
  /external/astl/tests/
common.h 65 CopyCounter& operator=(const CopyCounter& cc) {return *this; }
79 CtorDtorCounter& operator=(const CtorDtorCounter& nc) {++mAssignCount; return *this;}
101 A& operator=(const A& o) { return *this;}
110 B& operator=(const B& o) { return *this;}
  /external/chromium/base/mac/
scoped_aedesc.h 35 operator const AEDescType*() {
  /external/chromium/base/win/
scoped_hdc.h 36 operator HDC() { return hdc_; }
scoped_hglobal.h 31 T* operator->() const {
  /external/chromium/chrome/browser/notifications/
notification.cc 29 Notification& Notification::operator=(const Notification& notification) {
  /external/chromium/chrome/browser/sync/syncable/
directory_manager.h 120 Directory* operator -> () const;
121 operator Directory* () const;
125 void* operator new(size_t size) { return (::operator new)(size); }
  /external/chromium/chrome/common/extensions/
extension_extent.h 22 ExtensionExtent& operator=(const ExtensionExtent& rhs);
  /external/chromium/chrome/common/
native_window_notification_source.h 24 gfx::NativeWindow operator->() const { return ptr(); }
  /external/chromium/chrome/common/net/gaia/
gaia_auth_consumer.cc 24 bool GaiaAuthConsumer::ClientLoginResult::operator==(
  /external/chromium/net/base/
auth.cc 12 bool AuthChallengeInfo::operator==(const AuthChallengeInfo& that) const {
  /external/chromium/third_party/libjingle/source/talk/base/
buffer.h 60 Buffer& operator=(const Buffer& buf) {
66 bool operator==(const Buffer& buf) const {
70 bool operator!=(const Buffer& buf) const {
71 return !operator==(buf);
linked_ptr.h 66 linked_ptr& operator=(const linked_ptr& r)
79 template <class Y> linked_ptr& operator=(const linked_ptr<Y>& r)
89 X& operator*() const throw() {return *itsPtr;}
90 X* operator->() const throw() {return itsPtr;}
  /external/chromium/webkit/glue/
form_data.cc 25 bool FormData::operator==(const FormData& form) const {
form_field.cc 83 bool FormField::operator==(const FormField& field) const {
92 bool FormField::operator!=(const FormField& field) const {
93 return !operator==(field);
104 std::ostream& operator<<(std::ostream& os, const FormField& field) {
  /external/clang/test/ARCMT/
cxx-rewrite.mm 23 foo &operator=(foo const &);
cxx-rewrite.mm.result 21 foo &operator=(foo const &);
  /external/clang/test/Analysis/
idempotent-operations.cpp 21 operator bool() const;
  /external/clang/test/CXX/stmt.stmt/stmt.dcl/
p3-0x.cpp 47 Z operator=(const Z&);

Completed in 507 milliseconds

<<41424344454647484950>>