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

<<71727374757677787980>>

  /external/astl/src/
string.cpp 403 bool operator==(const string& left, const string& right)
412 bool operator==(const string& left, const string::value_type *right)
462 const char& string::operator[](const size_type pos) const
467 char& string::operator[](const size_type pos)
560 string& string::operator=(char c)
657 bool operator<(const string& lhs, const string& rhs) {
661 bool operator<=(const string& lhs, const string& rhs) {
665 bool operator>(const string& lhs, const string& rhs) {
669 bool operator>=(const string& lhs, const string& rhs) {
677 ostream& operator<<(ostream& os, const string& str)
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 188 iterator &operator++() { ++impl; return *this; }
189 bool operator==(const iterator &I) const { return I.impl == impl; }
190 bool operator!=(const iterator &I) const { return I.impl != impl; }
191 BugReport* operator*() const { return *impl; }
192 BugReport* operator->() const { return *impl; }
199 const_iterator &operator++() { ++impl; return *this; }
200 bool operator==(const const_iterator &I) const { return I.impl == impl; }
201 bool operator!=(const const_iterator &I) const { return I.impl != impl; }
202 const BugReport* operator*() const { return *impl; }
203 const BugReport* operator->() const { return *impl;
    [all...]
  /external/clang/test/CodeGenCXX/
exceptions.cpp 50 struct B { B(); ~B(); operator int(); int x; };
149 void *operator new(size_t);
150 void operator delete(void*, size_t);
169 void *operator new(size_t, void*, double);
170 void operator delete(void*, void*, double);
245 void *operator new(size_t, void*, void*);
246 void operator delete(void*, size_t, void*, void*); // not a match
313 // The throw() operator means that a bad allocation is signalled
316 static void *operator new(size_t size) throw();
400 A&operator=(const A&)
    [all...]
constructor-init.cpp 70 operator int() {return 0;}
159 X& operator=(const X&);
160 X& operator=(X&&);
173 pair2 &operator=(const pair2&) = default;
181 pair2 &operator=(pair2&&) = default;
  /external/llvm/include/llvm/ADT/
ImmutableSet.h 170 /// foreach - A member template the accepts invokes operator() on a functor
659 TreeTy* operator*() const {
693 inline bool operator==(const _Self& x) const {
702 inline bool operator!=(const _Self& x) const { return !operator==(x); }
704 _Self& operator++() {
730 _Self& operator--() {
766 if (Root) operator++(); // Advance to first element.
771 inline bool operator==(const _Self& x) const {
775 inline bool operator!=(const _Self& x) const { return !operator==(x);
    [all...]
StringMap.h 256 void operator=(const StringMap &RHS) {
310 ValueTy &operator[](StringRef Key) {
423 const value_type &operator*() const {
426 const value_type *operator->() const {
430 bool operator==(const StringMapConstIterator &RHS) const {
433 bool operator!=(const StringMapConstIterator &RHS) const {
437 inline StringMapConstIterator& operator++() { // Preincrement
442 StringMapConstIterator operator++(int) { // Postincrement
460 StringMapEntry<ValueTy> &operator*() const {
463 StringMapEntry<ValueTy> *operator->() const
    [all...]
  /external/oprofile/libregex/tests/
mangled-name.in 437 ostream & operator<<<char, string_char_traits<char>, __default_alloc_template<true, 0>>(ostream &, string const &)
438 ostream & operator<<(ostream &, string const &)
440 istream & operator>><char, string_char_traits<char>, __default_alloc_template<true, 0>>(istream &, string &)
441 istream & operator>>(istream &, string &)
446 ostream& operator<< <char, char_traits<char>, allocator<char>>(ostream&, string const&)
447 ostream & operator<<(ostream &, string const &)
449 istream& operator>> <char, char_traits<char>, allocator<char>>(istream&, string&)
450 istream & operator>>(istream &, string &)
452 std::basic_ostream<char, std::char_traits<char> >::operator<<(long)
453 ostream::operator<<(long
    [all...]
  /external/stlport/stlport/stl/
_unordered_set.h 111 _Self& operator = (const _Self& __other)
261 _Self& operator = (const _Self& __other)
374 operator=(const typename _Container::value_type& __val) {
378 insert_iterator<_Container>& operator*() { return *this; }
379 insert_iterator<_Container>& operator++() { return *this; }
380 insert_iterator<_Container>& operator++(int) { return *this; }
401 operator=(const typename _Container::value_type& __val) {
405 insert_iterator<_Container>& operator*() { return *this; }
406 insert_iterator<_Container>& operator++() { return *this; }
407 insert_iterator<_Container>& operator++(int) { return *this;
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.h 238 Item& operator=(const Item& o) {
339 ConfigDescription& operator=(const ResTable_config& o) {
344 ConfigDescription& operator=(const ConfigDescription& o) {
349 inline bool operator<(const ConfigDescription& o) const { return compare(o) < 0; }
350 inline bool operator<=(const ConfigDescription& o) const { return compare(o) <= 0; }
351 inline bool operator==(const ConfigDescription& o) const { return compare(o) == 0; }
352 inline bool operator!=(const ConfigDescription& o) const { return compare(o) != 0; }
353 inline bool operator>=(const ConfigDescription& o) const { return compare(o) >= 0; }
354 inline bool operator>(const ConfigDescription& o) const { return compare(o) > 0; }
409 Public& operator=(const Public& o)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_unordered_set.h 111 _Self& operator = (const _Self& __other)
261 _Self& operator = (const _Self& __other)
374 operator=(const typename _Container::value_type& __val) {
378 insert_iterator<_Container>& operator*() { return *this; }
379 insert_iterator<_Container>& operator++() { return *this; }
380 insert_iterator<_Container>& operator++(int) { return *this; }
401 operator=(const typename _Container::value_type& __val) {
405 insert_iterator<_Container>& operator*() { return *this; }
406 insert_iterator<_Container>& operator++() { return *this; }
407 insert_iterator<_Container>& operator++(int) { return *this;
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
multiway_mergesort.h 132 void operator()(
188 void operator()(
250 void operator()(const RandomAccessIterator& begin,
260 void operator()(const RandomAccessIterator begin,
280 void operator()(const SeqRandomAccessIterator& seqs_begin,
297 void operator()(const SeqRandomAccessIterator& seqs_begin,
333 ::operator new(sizeof(value_type) * (length_local + 1)));
385 ::operator delete(sd->temporary[iam]);
438 ::operator new(size * sizeof(value_type)));
468 ::operator delete(sd.samples)
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_unordered_set.h 111 _Self& operator = (const _Self& __other)
261 _Self& operator = (const _Self& __other)
374 operator=(const typename _Container::value_type& __val) {
378 insert_iterator<_Container>& operator*() { return *this; }
379 insert_iterator<_Container>& operator++() { return *this; }
380 insert_iterator<_Container>& operator++(int) { return *this; }
401 operator=(const typename _Container::value_type& __val) {
405 insert_iterator<_Container>& operator*() { return *this; }
406 insert_iterator<_Container>& operator++() { return *this; }
407 insert_iterator<_Container>& operator++(int) { return *this;
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_unordered_set.h 111 _Self& operator = (const _Self& __other)
261 _Self& operator = (const _Self& __other)
374 operator=(const typename _Container::value_type& __val) {
378 insert_iterator<_Container>& operator*() { return *this; }
379 insert_iterator<_Container>& operator++() { return *this; }
380 insert_iterator<_Container>& operator++(int) { return *this; }
401 operator=(const typename _Container::value_type& __val) {
405 insert_iterator<_Container>& operator*() { return *this; }
406 insert_iterator<_Container>& operator++() { return *this; }
407 insert_iterator<_Container>& operator++(int) { return *this;
    [all...]
  /external/clang/include/clang/AST/
StmtVisitor.h 45 default: llvm_unreachable("Unknown binary operator!");
83 default: llvm_unreachable("Unknown unary operator!");
116 // If the implementation doesn't implement binary operator methods, fall back
136 // If the implementation doesn't implement compound assignment operator
148 // If the implementation doesn't implement unary operator methods, fall back
  /external/clang/test/CXX/temp/temp.decls/temp.friend/
p1.cpp 15 friend Num operator*(const Num &a, const Rep &n) {
23 friend Num operator+(const Num &a, const Num &b) {
27 Num& operator+=(const Num& b) {
149 X<T, Traits> operator+(const X<T, Traits>&, const T*);
153 friend X operator+<>(const X&, const value_type*);
  /external/clang/test/SemaTemplate/
instantiate-expr-3.cpp 17 // Compound assignment operator
22 int& operator+=(X&, int); // expected-note{{candidate}}
26 long& operator+=(N1::X&, long); // expected-note{{candidate}}
38 short& operator+=(long); // expected-note{{candidate}}
49 // Conditional operator
  /external/collada/include/1.4/dom/
domProfile_CG.h 117 * Overloaded assignment operator
119 virtual domDraw &operator=( const domDraw &cpy ) { (void)cpy; return *this; }
191 * Overloaded assignment operator
193 virtual domCompiler_target &operator=( const domCompiler_target &cpy ) { (void)cpy; return *this; }
252 * Overloaded assignment operator
254 virtual domCompiler_options &operator=( const domCompiler_options &cpy ) { (void)cpy; return *this; }
326 * Overloaded assignment operator
328 virtual domName &operator=( const domName &cpy ) { (void)cpy; return *this; }
399 * Overloaded assignment operator
401 virtual domParam &operator=( const domParam &cpy ) { (void)cpy; return *this;
    [all...]
domProfile_GLSL.h 117 * Overloaded assignment operator
119 virtual domDraw &operator=( const domDraw &cpy ) { (void)cpy; return *this; }
195 * Overloaded assignment operator
197 virtual domCompiler_target &operator=( const domCompiler_target &cpy ) { (void)cpy; return *this; }
256 * Overloaded assignment operator
258 virtual domCompiler_options &operator=( const domCompiler_options &cpy ) { (void)cpy; return *this; }
330 * Overloaded assignment operator
332 virtual domName &operator=( const domName &cpy ) { (void)cpy; return *this; }
400 * Overloaded assignment operator
402 virtual domParam &operator=( const domParam &cpy ) { (void)cpy; return *this;
    [all...]
  /external/icu4c/i18n/unicode/
dtrule.h 130 * Assignment operator.
134 DateTimeRule& operator=(const DateTimeRule& right);
143 UBool operator==(const DateTimeRule& that) const;
152 UBool operator!=(const DateTimeRule& that) const;
234 * compilers support genuine RTTI. Polymorphic operator==() and clone()
  /external/llvm/include/llvm/
GlobalVariable.h 37 void *operator new(size_t, unsigned); // Do not implement
38 void operator=(const GlobalVariable &); // Do not implement
48 void *operator new(size_t s) {
49 return User::operator new(s, 1);
65 NumOperands = 1; // FIXME: needed by operator delete
  /external/pcre/
pcre_stringpiece.h.android 105 char operator[](int i) const { return ptr_[i]; }
116 bool operator==(const StringPiece& x) const {
120 bool operator!=(const StringPiece& x) const {
125 bool operator cmp (const StringPiece& x) const { \
179 std::ostream& operator<<(std::ostream& o, const pcrecpp::StringPiece& piece);
pcre_stringpiece.h.in 103 char operator[](int i) const { return ptr_[i]; }
114 bool operator==(const StringPiece& x) const {
118 bool operator!=(const StringPiece& x) const {
123 bool operator cmp (const StringPiece& x) const { \
177 std::ostream& operator<<(std::ostream& o, const pcrecpp::StringPiece& piece);
  /external/webkit/Source/JavaScriptCore/parser/
SyntaxChecker.h 98 ALWAYS_INLINE bool operator!() { return !type; }
121 ExpressionType makeAssignNode(ExpressionType, Operator, ExpressionType, bool, bool, int, int, int) { return AssignmentExpr; }
122 ExpressionType makePrefixNode(ExpressionType, Operator, int, int, int) { return PreExpr; }
123 ExpressionType makePostfixNode(ExpressionType, Operator, int, int, int) { return PostExpr; }
237 void assignmentStackAppend(int, int, int, int, int, Operator) { }
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
bitmap_allocator.h 37 #include <new> // For operator new.
65 * 3. No Allocator template argument. Uses ::operator new() to get
66 * memory, and ::operator delete() to free it.
74 __mini_vector& operator=(const __mini_vector&);
96 { return static_cast<pointer>(::operator new(__n * sizeof(_Tp))); }
100 { ::operator delete(__p); }
105 // begin(), end(), back(), operator[].
139 operator[](const size_type __pos) const throw()
318 operator()(_Block_pair __bp) const throw()
344 operator()(argument_type __arg)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/ov_tree_map_/
node_iterators.hpp 125 operator*() const
172 operator==(const this_type& other) const
187 operator!=(const this_type& other) const
188 { return !operator==(other); }
249 operator*() const

Completed in 701 milliseconds

<<71727374757677787980>>