HomeSort by relevance Sort by last modified time
    Searched defs:operator (Results 1126 - 1150 of 6351) sorted by null

<<41424344454647484950>>

  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 113 operator==(const PB_DS_CLASS_C_DEC& other) const
120 operator!=(const PB_DS_CLASS_C_DEC& other) const
126 operator++()
134 operator++(int)
137 operator++();
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ostreambuf_iterator.h 61 ostreambuf_iterator<_CharT, _Traits>& operator=(char_type __c) {
67 ostreambuf_iterator<_CharT, _Traits>& operator*() { return *this; }
68 ostreambuf_iterator<_CharT, _Traits>& operator++() { return *this; }
69 ostreambuf_iterator<_CharT, _Traits>& operator++(int) { return *this; }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 113 operator==(const PB_DS_CLASS_C_DEC& other) const
120 operator!=(const PB_DS_CLASS_C_DEC& other) const
126 operator++()
134 operator++(int)
137 operator++();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 113 operator==(const PB_DS_CLASS_C_DEC& other) const
120 operator!=(const PB_DS_CLASS_C_DEC& other) const
126 operator++()
134 operator++(int)
137 operator++();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
unordered_set.h 105 operator=(initializer_list<value_type> __l)
190 operator=(initializer_list<value_type> __l)
227 operator==(const __unordered_set<_Value, _Hash, _Pred, _Alloc,
236 operator!=(const __unordered_set<_Value, _Hash, _Pred, _Alloc,
245 operator==(const __unordered_multiset<_Value, _Hash, _Pred, _Alloc,
254 operator!=(const __unordered_multiset<_Value, _Hash, _Pred, _Alloc,
317 operator=(initializer_list<value_type> __l)
383 operator=(initializer_list<value_type> __l)
405 operator==(const unordered_set<_Value, _Hash, _Pred, _Alloc>& __x,
411 operator!=(const unordered_set<_Value, _Hash, _Pred, _Alloc>& __x
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 105 operator==(const binary_heap_const_iterator_& other) const
110 operator!=(const binary_heap_const_iterator_& other) const
114 operator++()
122 operator++(int)
125 operator++();
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ostreambuf_iterator.h 61 ostreambuf_iterator<_CharT, _Traits>& operator=(char_type __c) {
67 ostreambuf_iterator<_CharT, _Traits>& operator*() { return *this; }
68 ostreambuf_iterator<_CharT, _Traits>& operator++() { return *this; }
69 ostreambuf_iterator<_CharT, _Traits>& operator++(int) { return *this; }
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_ostreambuf_iterator.h 61 ostreambuf_iterator<_CharT, _Traits>& operator=(char_type __c) {
67 ostreambuf_iterator<_CharT, _Traits>& operator*() { return *this; }
68 ostreambuf_iterator<_CharT, _Traits>& operator++() { return *this; }
69 ostreambuf_iterator<_CharT, _Traits>& operator++(int) { return *this; }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 113 operator==(const PB_DS_CLASS_C_DEC& other) const
120 operator!=(const PB_DS_CLASS_C_DEC& other) const
126 operator++()
134 operator++(int)
137 operator++();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
unordered_set.h 105 operator=(initializer_list<value_type> __l)
190 operator=(initializer_list<value_type> __l)
227 operator==(const __unordered_set<_Value, _Hash, _Pred, _Alloc,
236 operator!=(const __unordered_set<_Value, _Hash, _Pred, _Alloc,
245 operator==(const __unordered_multiset<_Value, _Hash, _Pred, _Alloc,
254 operator!=(const __unordered_multiset<_Value, _Hash, _Pred, _Alloc,
317 operator=(initializer_list<value_type> __l)
383 operator=(initializer_list<value_type> __l)
405 operator==(const unordered_set<_Value, _Hash, _Pred, _Alloc>& __x,
411 operator!=(const unordered_set<_Value, _Hash, _Pred, _Alloc>& __x
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 105 operator==(const binary_heap_const_iterator_& other) const
110 operator!=(const binary_heap_const_iterator_& other) const
114 operator++()
122 operator++(int)
125 operator++();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 105 operator==(const binary_heap_const_iterator_& other) const
110 operator!=(const binary_heap_const_iterator_& other) const
114 operator++()
122 operator++(int)
125 operator++();
  /art/runtime/gc/space/
space.cc 32 std::ostream& operator<<(std::ostream& os, const Space& space) {
  /art/runtime/
jobject_comparator.cc 26 bool JobjectComparator::operator()(jobject jobj1, jobject jobj2) const {
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
ContentSigner.java 1 package org.bouncycastle.operator;
ContentVerifier.java 1 package org.bouncycastle.operator;
ContentVerifierProvider.java 1 package org.bouncycastle.operator;
DigestCalculator.java 1 package org.bouncycastle.operator;
8 * General interface for an operator that is able to calculate a digest from
OperatorException.java 1 package org.bouncycastle.operator;
OperatorStreamException.java 1 package org.bouncycastle.operator;
RuntimeOperatorException.java 1 package org.bouncycastle.operator;
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/bc/
BcDigestProvider.java 1 package org.bouncycastle.operator.bc;
5 import org.bouncycastle.operator.OperatorCreationException;
  /external/chromium/base/win/
scoped_bstr.h 80 operator BSTR() const {
90 bool operator==(const ScopedBstr& bstr2) const;
91 bool operator!=(const ScopedBstr& bstr2) const;
  /external/chromium/chrome/browser/download/
download_types.cc 24 DownloadSaveInfo& DownloadSaveInfo::operator=(const DownloadSaveInfo& info) {
  /external/chromium/chrome/browser/safe_browsing/
chunk_range.h 33 bool operator==(const ChunkRange& rhs) const {

Completed in 776 milliseconds

<<41424344454647484950>>