Searched
full:operator (Results
3126 -
3150 of
6015) sorted by null
<<121122123124125126127128129130>>
/external/chromium/chrome/browser/autofill/ |
contact_info.cc | 37 NameInfo& NameInfo::operator=(const NameInfo& info) { 336 EmailInfo& EmailInfo::operator=(const EmailInfo& info) { 378 CompanyInfo& CompanyInfo::operator=(const CompanyInfo& info) {
|
/external/chromium/chrome/browser/cocoa/ |
install_from_dmg.mm | 61 bool operator==(IOT that) const { 65 bool operator!=(IOT that) const { 69 operator IOT() const {
|
/external/chromium/testing/gtest/include/gtest/ |
gtest-death-test.h | 182 bool operator()(int exit_status) const; 185 void operator=(const ExitedWithCode& other); 196 bool operator()(int exit_status) const;
|
/external/clang/include/clang/Basic/ |
DiagnosticIDs.h | 243 diag_iterator &operator++(); 244 bool operator==(const diag_iterator &x) const { return impl == x.impl; } 245 bool operator!=(const diag_iterator &x) const { return impl != x.impl; }
|
/external/clang/lib/Lex/ |
PreprocessingRecord.cpp | 103 bool operator()(PreprocessedEntity *L, PreprocessedEntity *R) const { 109 bool operator()(PreprocessedEntity *L, SourceLocation RHS) const { 114 bool operator()(SourceLocation LHS, PreprocessedEntity *R) const {
|
/external/gtest/include/gtest/internal/ |
gtest-param-util-generated.h.pump | 64 operator ParamGenerator<T>() const { return ValuesIn(&v1_, &v1_ + 1); } 80 operator ParamGenerator<T>() const { 243 operator ParamGenerator< ::std::tr1::tuple<$for j, [[T$j]]> >() const {
|
/external/icu4c/common/ |
rbbirb.h | 52 RBBISymbolTableEntry &operator=(const RBBISymbolTableEntry &other); // forbid copying of this class 93 RBBISymbolTable &operator=(const RBBISymbolTable &other); // forbid copying of this class 163 RBBIRuleBuilder &operator=(const RBBIRuleBuilder &other); // forbid copying of this class
|
/external/icu4c/i18n/ |
reldtfmt.cpp | 104 UBool RelativeDateFormat::operator==(const Format& other) const { 105 if(DateFormat::operator==(other)) { 106 // DateFormat::operator== guarantees following cast is safe
|
search.cpp | 177 // operator overloading ---------------------------------------------- 179 UBool SearchIterator::operator==(const SearchIterator &that) const 398 SearchIterator & SearchIterator::operator=(const SearchIterator &that)
|
sortkey.cpp | 23 // Cleaned up operator= 136 CollationKey::operator==(const CollationKey& source) const 144 CollationKey::operator=(const CollationKey& other)
|
/external/icu4c/test/intltest/ |
wbnf.cpp | 75 Buffer_byte & operator = (const Buffer_byte &); 103 operator type *(); 104 type & operator[]; 107 A small trick is the class does not overload the address-of operator. This 122 type & operator [] (int i) { return ((type *) buf.buffer())[i];}\ 123 operator type *(){return (type *) buf.buffer();} \ 319 operator UBool() { // conversion operator 425 char * operator()(const char * literal /*c-string*/){ 442 WeightedRand & operator = (const WeightedRand &) [all...] |
/external/llvm/include/llvm/ |
InstrTypes.h | 91 void *operator new(size_t, unsigned); // Do not implement 105 void *operator new(size_t s) { 106 return User::operator new(s, 1); 141 void *operator new(size_t, unsigned); // Do not implement 151 void *operator new(size_t s) { 152 return User::operator new(s, 2); 340 /// which must be an operator which supports this flag. See LangRef.html 345 /// which must be an operator which supports this flag. See LangRef.html 350 /// which must be an operator which supports this flag. See LangRef.html 629 void *operator new(size_t, unsigned); // DO NOT IMPLEMEN [all...] |
/external/llvm/lib/Analysis/ |
Loads.cpp | 20 #include "llvm/Operator.h" 68 } else if (Operator::getOpcode(V) == Instruction::BitCast) { 69 V = cast<Operator>(V)->getOperand(0);
|
/external/llvm/unittests/ADT/ |
SmallVectorTest.cpp | 52 Constructable & operator=(const Constructable & src) { 76 friend bool operator==(const Constructable & c0, const Constructable & c1) { 81 operator!=(const Constructable & c0, const Constructable & c1) {
|
/external/llvm/utils/unittest/googletest/include/gtest/ |
gtest-death-test.h | 182 bool operator()(int exit_status) const; 185 void operator=(const ExitedWithCode& other); 196 bool operator()(int exit_status) const;
|
/external/mesa3d/src/glsl/ |
ast.h | 54 static void* operator new(size_t size, void *ctx) 66 static void operator delete(void *table) 140 ast_plus, /**< Unary + operator. */
|
/external/neven/Embedded/common/src/b_APIEm/ |
FaceFinder.h | 102 /** copy operator */ 107 /** equal operator */ 156 /** virtual sizeof operator for 16bit units */
|
/external/protobuf/gtest/include/gtest/ |
gtest-death-test.h | 182 bool operator()(int exit_status) const; 185 void operator=(const ExitedWithCode& other); 196 bool operator()(int exit_status) const;
|
/external/skia/src/pdf/ |
SkPDFGraphicState.cpp | 207 // populateDict and operator== have to stay in sync with each other. 253 // operator== function. 254 bool SkPDFGraphicState::GSCanonicalEntry::operator==(
|
/external/stlport/stlport/stl/ |
_sstream.h | 151 _Self& operator = (_Self const&); 195 _Self& operator = (_Self const&); 240 _Self& operator = (_Self const&);
|
/external/stlport/stlport/stl/debug/ |
_deque.h | 99 reference operator[](size_type __n) { 103 const_reference operator[](size_type __n) const { 191 _Self& operator=(const _Self& __x) {
|
_hashtable.h | 53 bool operator () (const _Key& __lhs, const _Key& __rhs) const 56 bool operator () (const _Kp1& __lhs, const _Kp2& __rhs) const 169 _Self& operator=(const _Self& __ht) {
|
_vector.h | 161 reference operator[](size_type __n) { 166 const_reference operator[](size_type __n) const { 234 _Self& operator=(const _Self& __x) {
|
/external/stlport/stlport/stl/pointers/ |
_deque.h | 139 reference operator[](size_type __n) 141 const_reference operator[](size_type __n) const 220 _Self& operator= (const _Self& __x) { _M_impl = __x._M_impl; return *this; }
|
/external/stlport/test/eh/ |
Prefix.h | 160 template <class _T1> inline bool _STLP_CALL operator==(const EH_allocator<_T1>&, const EH_allocator<_T1>&) { return true; } 161 template <class _T1> inline bool _STLP_CALL operator!=(const EH_allocator<_T1>&, const EH_allocator<_T1>&) { return false; } 295 const U& operator () (const Pair& x) const { return x.first; }
|
Completed in 772 milliseconds
<<121122123124125126127128129130>>