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

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/
input_iterator.h 20 reference operator*() const {return *it_;}
21 pointer operator->() const {return it_;}
23 input_iterator& operator++() {++it_; return *this;}
24 input_iterator operator++(int) {input_iterator tmp(*this); ++(*this); return tmp;}
26 friend bool operator==(const input_iterator& x, const input_iterator& y)
28 friend bool operator!=(const input_iterator& x, const input_iterator& y)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/
child_iterator.hpp 57 operator==(const iterator& other) const
61 operator!=(const iterator& other) const
65 operator++()
67 const_iterator::operator++();
72 operator++(int)
75 operator++();
80 operator->()
87 operator*()
const_child_iterator.hpp 62 operator==(const const_iterator& other) const
66 operator!=(const const_iterator& other) const
70 operator++()
79 operator++(int)
82 operator++();
87 operator->() const
94 operator*() const
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
child_iterator.hpp 57 operator==(const iterator& other) const
61 operator!=(const iterator& other) const
65 operator++()
67 const_iterator::operator++();
72 operator++(int)
75 operator++();
80 operator->()
87 operator*()
const_child_iterator.hpp 62 operator==(const const_iterator& other) const
66 operator!=(const const_iterator& other) const
70 operator++()
79 operator++(int)
82 operator++();
87 operator->() const
94 operator*() const
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
child_iterator.hpp 57 operator==(const iterator& other) const
61 operator!=(const iterator& other) const
65 operator++()
67 const_iterator::operator++();
72 operator++(int)
75 operator++();
80 operator->()
87 operator*()
const_child_iterator.hpp 62 operator==(const const_iterator& other) const
66 operator!=(const const_iterator& other) const
70 operator++()
79 operator++(int)
82 operator++();
87 operator->() const
94 operator*() const
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
child_iterator.hpp 57 operator==(const iterator& other) const
61 operator!=(const iterator& other) const
65 operator++()
67 const_iterator::operator++();
72 operator++(int)
75 operator++();
80 operator->()
87 operator*()
const_child_iterator.hpp 62 operator==(const const_iterator& other) const
66 operator!=(const const_iterator& other) const
70 operator++()
79 operator++(int)
82 operator++();
87 operator->() const
94 operator*() const
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
child_iterator.hpp 57 operator==(const iterator& other) const
61 operator!=(const iterator& other) const
65 operator++()
67 const_iterator::operator++();
72 operator++(int)
75 operator++();
80 operator->()
87 operator*()
const_child_iterator.hpp 62 operator==(const const_iterator& other) const
66 operator!=(const const_iterator& other) const
70 operator++()
79 operator++(int)
82 operator++();
87 operator->() const
94 operator*() const
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
child_iterator.hpp 57 operator==(const iterator& other) const
61 operator!=(const iterator& other) const
65 operator++()
67 const_iterator::operator++();
72 operator++(int)
75 operator++();
80 operator->()
87 operator*()
const_child_iterator.hpp 62 operator==(const const_iterator& other) const
66 operator!=(const const_iterator& other) const
70 operator++()
79 operator++(int)
82 operator++();
87 operator->() const
94 operator*() const
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/pat_trie_/
child_iterator.hpp 57 operator==(const iterator& other) const
61 operator!=(const iterator& other) const
65 operator++()
67 const_iterator::operator++();
72 operator++(int)
75 operator++();
80 operator->()
87 operator*()
const_child_iterator.hpp 62 operator==(const const_iterator& other) const
66 operator!=(const const_iterator& other) const
70 operator++()
79 operator++(int)
82 operator++();
87 operator->() const
94 operator*() const
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
child_iterator.hpp 57 operator==(const iterator& other) const
61 operator!=(const iterator& other) const
65 operator++()
67 const_iterator::operator++();
72 operator++(int)
75 operator++();
80 operator->()
87 operator*()
const_child_iterator.hpp 62 operator==(const const_iterator& other) const
66 operator!=(const const_iterator& other) const
70 operator++()
79 operator++(int)
82 operator++();
87 operator->() const
94 operator*() const
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
child_iterator.hpp 57 operator==(const iterator& other) const
61 operator!=(const iterator& other) const
65 operator++()
67 const_iterator::operator++();
72 operator++(int)
75 operator++();
80 operator->()
87 operator*()
const_child_iterator.hpp 62 operator==(const const_iterator& other) const
66 operator!=(const const_iterator& other) const
70 operator++()
79 operator++(int)
82 operator++();
87 operator->() const
94 operator*() const
  /external/chromium_org/third_party/WebKit/Source/platform/
Timer.cpp 58 TimerHeapReference operator*() const;
59 TimerBase* operator->() const { return *m_pointer; }
67 operator TimerBase*() const { return m_reference; }
68 TimerHeapPointer operator&() const { return &m_reference; }
69 TimerHeapReference& operator=(TimerBase*);
70 TimerHeapReference& operator=(TimerHeapReference);
75 inline TimerHeapReference TimerHeapPointer::operator*() const
80 inline TimerHeapReference& TimerHeapReference::operator=(TimerBase* timer)
89 inline TimerHeapReference& TimerHeapReference::operator=(TimerHeapReference b)
100 // Invoke the assignment operator, since that takes care of updating m_heapIndex
    [all...]
  /external/chromium_org/components/autofill/core/common/
password_form.cc 30 bool PasswordForm::operator==(const PasswordForm& form) const {
52 bool PasswordForm::operator!=(const PasswordForm& form) const {
53 return !operator==(form);
56 std::ostream& operator<<(std::ostream& os, const PasswordForm& form) {
  /external/chromium_org/content/browser/loader/
global_routing_id.h 26 bool operator<(const GlobalRoutingID& other) const {
31 bool operator==(const GlobalRoutingID& other) const {
35 bool operator!=(const GlobalRoutingID& other) const {
  /external/chromium_org/content/public/browser/
global_request_id.h 26 bool operator<(const GlobalRequestID& other) const {
31 bool operator==(const GlobalRequestID& other) const {
35 bool operator!=(const GlobalRequestID& other) const {
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
geometry.hpp 48 T &operator[](int i) {
52 const T &operator[](int i) const {
56 point operator+(const point &p) const {
63 T operator()(const point &p) const {
  /external/chromium_org/tools/gn/
output_file.h 30 bool operator==(const OutputFile& other) const {
33 bool operator!=(const OutputFile& other) const {
36 bool operator<(const OutputFile& other) const {

Completed in 706 milliseconds

1 2 3 4 5 6 7 8 91011>>