/external/clang/include/clang/Sema/ |
DeclSpec.h | 372 void operator=(const DeclSpec&); // DO NOT IMPLEMENT 758 const UnqualifiedId &operator=(const UnqualifiedId &); // DO NOT IMPLEMENT 765 /// \brief An overloaded operator name, e.g., operator+. 767 /// \brief A conversion function name, e.g., operator int. 769 /// \brief A user-defined literal name, e.g., operator "" _i. 790 /// \brief When Kind == IK_OperatorFunctionId, the overloaded operator 793 /// \brief The kind of overloaded operator. 794 OverloadedOperatorKind Operator; 797 /// the operator, e.g., the "new", "[", and "]" tokens in [all...] |
/external/clang/lib/CodeGen/ |
CGExprCXX.cpp | 211 // We don't like to generate the trivial copy/move assignment operator 245 // Explicit qualification with the scope operator (5.1) suppresses the 501 // No cookie is required if the operator new[] being used is the 502 // reserved placement operator new[]. 606 // On overflow, produce a -1 so operator new will fail. 729 // operator new to throw. [all...] |
/external/icu4c/i18n/unicode/ |
dcfmtsym.h | 214 * Assignment operator. 217 DecimalFormatSymbols& operator=(const DecimalFormatSymbols&); 232 UBool operator==(const DecimalFormatSymbols& other) const; 241 UBool operator!=(const DecimalFormatSymbols& other) const { return !operator==(other); }
|
rbtz.h | 61 * Assignment operator. 65 RuleBasedTimeZone& operator=(const RuleBasedTimeZone& right); 75 virtual UBool operator==(const TimeZone& that) const; 85 virtual UBool operator!=(const TimeZone& that) const; 344 * compilers support genuine RTTI. Polymorphic operator==() and clone()
|
/external/llvm/include/llvm/CodeGen/PBQP/ |
Graph.h | 159 Graph& operator=(const Graph &other) { 390 bool operator()(Graph::NodeItr n1, Graph::NodeItr n2) const { 394 bool operator()(Graph::ConstNodeItr n1, Graph::ConstNodeItr n2) const { 401 bool operator()(Graph::EdgeItr e1, Graph::EdgeItr e2) const { 405 bool operator()(Graph::ConstEdgeItr e1, Graph::ConstEdgeItr e2) const {
|
/external/opencv/cv/src/ |
_cvkdtree.hpp | 76 __deref deref; // requires operator() (__valuetype lhs,int dim) 134 bool operator() (const __instype & lhs) const { 231 const __valuetype & operator() (const __valuetype & rhs) const { 307 bool operator<(const bbf_nn & rhs) const { 319 bool operator<(const bbf_node & rhs) const {
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
synchronize.h | 245 bool operator()(const Element &x, const Element &y) const { 255 size_t operator()(const Element &x) const { 270 bool operator()(const String * const &x, const String * const &y) const { 281 size_t operator()(const String * const & x) const { 392 void operator=(const SynchronizeFst<A> &fst); // Disallow
|
/external/stlport/stlport/stl/ |
_map.h | 68 bool operator()(const value_type& __x, const value_type& __y) const 153 _Self& operator=(const _Self& __x) { 175 _Tp& operator[](const _KT& __k) { 260 bool operator()(const value_type& __x, const value_type& __y) const 338 _Self& operator=(const _Self& __x) {
|
/external/webkit/Source/JavaScriptCore/runtime/ |
PropertyMapHashTable.h | 96 ordered_iterator<T>& operator++() 102 bool operator==(const ordered_iterator<T>& other) 107 bool operator!=(const ordered_iterator<T>& other) 112 T& operator*() 117 T* operator->()
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
ValidateLimitations.cpp | 262 // Loop index should be to the left of relational operator. 273 // Relational operator is one of: > >= < <= == or !=. 284 "Invalid relational operator", 341 // The operator is one of: ++ -- += -=. 354 error(expr->getLine(), "Invalid operator", getOperatorString(op));
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_map.h | 68 bool operator()(const value_type& __x, const value_type& __y) const 153 _Self& operator=(const _Self& __x) { 175 _Tp& operator[](const _KT& __k) { 260 bool operator()(const value_type& __x, const value_type& __y) const 338 _Self& operator=(const _Self& __x) {
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_map.h | 68 bool operator()(const value_type& __x, const value_type& __y) const 153 _Self& operator=(const _Self& __x) { 175 _Tp& operator[](const _KT& __k) { 260 bool operator()(const value_type& __x, const value_type& __y) const 338 _Self& operator=(const _Self& __x) {
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_map.h | 68 bool operator()(const value_type& __x, const value_type& __y) const 153 _Self& operator=(const _Self& __x) { 175 _Tp& operator[](const _KT& __k) { 260 bool operator()(const value_type& __x, const value_type& __y) const 338 _Self& operator=(const _Self& __x) {
|
/prebuilt/sdk/tools/linux/ |
aidl | |
/external/icu4c/common/unicode/ |
rbbi.h | 264 * Assignment operator. Sets this iterator to have the same behavior, 270 RuleBasedBreakIterator& operator=(const RuleBasedBreakIterator& that); 273 * Equality operator. Returns TRUE if both BreakIterators are of the 280 virtual UBool operator==(const BreakIterator& that) const; 283 * Not-equal operator. If operator== returns TRUE, this returns FALSE, 289 UBool operator!=(const BreakIterator& that) const; 535 * C++ compilers support genuine RTTI. Polymorphic operator==() and 714 inline UBool RuleBasedBreakIterator::operator!=(const BreakIterator& that) const { 715 return !operator==(that) [all...] |
/external/webkit/Source/JavaScriptCore/wtf/ |
Vector.h | 527 Vector& operator=(const Vector&); 529 Vector& operator=(const Vector<T, otherCapacity>&); 546 T& operator[](size_t i) { return at(i); } 547 const T& operator[](size_t i) const { return at(i); } 637 QDataStream& operator<<(QDataStream& stream, const Vector<T>& data) 646 QDataStream& operator>>(QDataStream& stream, Vector<T>& data) 681 Vector<T, inlineCapacity>& Vector<T, inlineCapacity>::operator=(const Vector<T, inlineCapacity>& other) 712 Vector<T, inlineCapacity>& Vector<T, inlineCapacity>::operator=(const Vector<T, otherCapacity>& other) [all...] |
/frameworks/base/services/audioflinger/ |
AudioFlinger.h | 240 Client& operator = (const Client&); 261 NotificationClient& operator = (const NotificationClient&); 347 TrackBase& operator = (const TrackBase&); 410 PMDeathRecipient& operator = (const PMDeathRecipient&); 623 Track& operator = (const Track&); [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
basic_string.tcc | 670 operator+(const _CharT* __lhs, 686 operator+(_CharT __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
cursesf.h | 83 NCursesFieldType& operator=(const NCursesFieldType& rhs) 141 NCursesFormField& operator=(const NCursesFormField& rhs) 453 NCursesForm& operator=(const NCursesForm& rhs) 457 NCursesPanel::operator=(rhs); 607 inline NCursesFormField* operator[](int i) const { 615 virtual NCursesFormField* operator()(void); 812 Regular_Expression_Field& operator=(const Regular_Expression_Field& rhs) 817 NCursesFieldType::operator=(rhs); 855 Enumeration_Field& operator=(const Enumeration_Field& rhs) 859 NCursesFieldType::operator=(rhs) [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
basic_string.tcc | 670 operator+(const _CharT* __lhs, 686 operator+(_CharT __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/libs/armeabi/ |
libstlport_shared.so | |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/libs/armeabi-v7a/ |
libstlport_shared.so | |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
basic_string.tcc | 670 operator+(const _CharT* __lhs, 686 operator+(_CharT __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) [all...] |
/external/llvm/docs/tutorial/ |
OCamlLangImpl7.html | 28 <li><a href="#assignment">New Assignment Operator</a></li> 169 it is carefully designed not to have (or need) an "address-of" operator. Notice 338 <li>The ability to mutate variables with the '=' operator.</li> 350 # Define ':' for sequencing: as a low-precedence operator that ignores operands 377 the "alloca trick". Once we have that, we'll add our new operator, then extend 668 we'll add the assignment operator.</p> 673 <h2><a name="assignment">New Assignment Operator</a></h2> 678 <p>With our current framework, adding a new assignment operator is really 679 simple. We will parse it just like any other binary operator, but handle it 696 <p>Now that the parser knows the precedence of the binary operator, it take [all...] |
/external/chromium/testing/gtest/test/ |
gtest-printers_test.cc | 75 // An enum with a << operator. 80 std::ostream& operator<<(std::ostream& os, EnumWithStreaming e) { 96 operator ::testing::internal::BiggestInt() const { return 42; } 114 inline void operator<<(::std::ostream& os, const StreamableInGlobal& /* x */) { 118 void operator<<(::std::ostream& os, const StreamableInGlobal* /* x */) { 147 ::std::ostream& operator<<(::std::ostream& os, 180 inline ::std::ostream& operator<<(::std::ostream& os, 372 // Since ::std::stringstream::operator<<(const void *) formats the pointer 718 std::basic_ostream<Char, CharTraits>& operator<<( 735 std::basic_ostream<Char, CharTraits>& operator<<( [all...] |