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

<<121122123124125126127128129130>>

  /external/clang/include/clang/Lex/
HeaderMap.h 34 void operator=(const HeaderMap&); // DO NOT IMPLEMENT
  /external/clang/include/clang/Rewrite/
TokenRewriter.h 47 void operator=(const TokenRewriter&); // DO NOT IMPLEMENT.
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Environment.h 70 bool operator==(const Environment& RHS) const {
  /external/clang/test/CXX/class/class.mfct/class.mfct.non-static/
p3.cpp 11 // postfix-expression to the left of the . operator. [ Note: if C is
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
p5.cpp 14 operator auto(); // expected-error{{'auto' not allowed here}}
  /external/clang/test/CXX/temp/temp.spec/temp.explicit/
p3.cpp 50 template X2<int> &X2<int>::operator=(const X2<int>&); // expected-error{{not an instantiation}}
  /external/clang/test/FixIt/
fixit-objc.m 54 int f1(Radar7861841 *a) { return a->y; } // expected-error {{property 'y' found on object of type 'Radar7861841 *'; did you mean to access it with the "." operator?}}
  /external/clang/test/Index/
complete-exprs.cpp 42 // CHECK-CC1: NotImplemented:{TypedText operator} (40)
  /external/clang/test/SemaCXX/
generalized-initializers.cpp 111 int operator[](C);
rval-references.cpp 21 operator not_int &&();
vararg-non-pod.cpp 45 void operator() (int a, ...);
  /external/clang/test/SemaObjCXX/
message.mm 29 I2 *operator+(I2_holder, int);
  /external/clang/test/SemaTemplate/
dependent-type-identity.cpp 84 bool operator&&(const Alien&, const Alien&);
instantiate-complete.cpp 140 operator DerivedT<T>() const { return DerivedT<T>(); }
  /external/clang/tools/diagtool/
ListWarnings.cpp 35 bool operator<(const Entry &x) const { return DiagName < x.DiagName; }
  /external/collada/include/1.4/dom/
domCOLLADA.h 120 * Overloaded assignment operator
122 virtual domScene &operator=( const domScene &cpy ) { (void)cpy; return *this; }
503 * Overloaded assignment operator
505 virtual domCOLLADA &operator=( const domCOLLADA &cpy ) { (void)cpy; return *this; }
  /external/gtest/include/gtest/
gtest-param-test.h.pump 197 // * It must be assignable (have operator=() defined).
198 // * It must have operator+() (operator+(int-compatible type) for
200 // * It must have operator<() defined.
  /external/gtest/src/
gtest-test-part.cc 56 std::ostream& operator<<(std::ostream& os, const TestPartResult& result) {
  /external/icu4c/common/unicode/
unifunct.h 86 * compilers support genuine RTTI. Polymorphic operator==() and
  /external/icu4c/i18n/
bmsearch.cpp 371 int32_t operator[](uint32_t ce) const;
443 int32_t BadCharacterTable::operator[](uint32_t ce) const
469 int32_t operator[](int32_t offset) const;
568 int32_t GoodSuffixTable::operator[](int32_t offset) const
stsearch.cpp 207 // operator overloading ---------------------------------------------
208 StringSearch & StringSearch::operator=(const StringSearch &that)
233 UBool StringSearch::operator==(const SearchIterator &that) const
238 if (SearchIterator::operator ==(that)) {
  /external/icu4c/i18n/unicode/
coleitr.h 158 UBool operator==(const CollationElementIterator& other) const;
167 UBool operator!=(const CollationElementIterator& other) const;
327 * Assignment operator
333 operator=(const CollationElementIterator& other);
dtptngen.h 96 UBool operator==(const DateTimePatternGenerator& other) const;
105 UBool operator!=(const DateTimePatternGenerator& other) const;
428 * Default assignment operator.
432 DateTimePatternGenerator& operator=(const DateTimePatternGenerator& other);
selfmt.h 244 * Assignment operator
249 SelectFormat& operator=(const SelectFormat& other);
258 virtual UBool operator==(const Format& other) const;
267 virtual UBool operator!=(const Format& other) const;
  /external/icu4c/layout/
LEGlyphStorage.h 304 * This operator allows direct access to the glyph array
305 * using the index operator.
313 inline LEGlyphID &operator[](le_int32 glyphIndex) const;
538 inline LEGlyphID &LEGlyphStorage::operator[](le_int32 glyphIndex) const

Completed in 419 milliseconds

<<121122123124125126127128129130>>