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

<<61626364656667686970>>

  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
entry_cmp.hpp 83 operator()(entry p_lhs, entry p_rhs) const
85 return Cmp_Fn::operator()(*p_lhs, * p_rhs);
entry_pred.hpp 83 operator()(entry p_v) const
85 return Pred::operator()(*p_v);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
erase_store_hash_fn_imps.hpp 58 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), p_e->m_hash,
80 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_next_e->m_value),
insert_no_store_hash_fn_imps.hpp 49 const size_type pos = ranged_hash_fn_base::operator()(r_key);
53 while (p_e != NULL && !hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value),
insert_store_hash_fn_imps.hpp 49 comp_hash pos_hash_pair = ranged_hash_fn_base::operator()(key);
53 while (p_e != NULL && !hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value),
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
resize_no_store_hash_fn_imps.hpp 49 size_type hash = ranged_probe_fn_base::operator()(r_key);
53 const size_type pos = ranged_probe_fn_base::operator()(r_key, hash, i);
resize_store_hash_fn_imps.hpp 49 size_type hash = ranged_probe_fn_base::operator()(r_key, p_e->m_hash);
54 const size_type pos = ranged_probe_fn_base::operator()(r_key, hash, i);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_policy/
counter_lu_metadata.hpp 72 operator()(size_type max_size) const
77 operator()(Metadata_Reference r_data, size_type m_max_count) const
sample_update_policy.hpp 63 operator()() const;
71 operator()(metadata_reference) const;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/
bitset 36 // The C++ standard does not define the precise semantics of operator[].
37 // In this implementation the const version of operator[] is equivalent
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.h 127 operator*() const
131 operator->() const
135 operator++()
142 operator++(int)
150 operator==(const _Self& __x) const
154 operator!=(const _Self& __x) const
198 operator*() const
202 operator->() const
206 operator++()
213 operator++(int
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
debug_fn_imps.hpp 61 _GLIBCXX_DEBUG_ASSERT(!entry_cmp::operator()(m_a_entries[i], m_a_entries[left_child(i)]));
66 _GLIBCXX_DEBUG_ASSERT(!entry_cmp::operator()(m_a_entries[i], m_a_entries[right_child(i)]));
entry_cmp.hpp 83 operator()(entry p_lhs, entry p_rhs) const
85 return Cmp_Fn::operator()(*p_lhs, * p_rhs);
entry_pred.hpp 83 operator()(entry p_v) const
85 return Pred::operator()(*p_v);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
erase_store_hash_fn_imps.hpp 58 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), p_e->m_hash,
80 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_next_e->m_value),
insert_no_store_hash_fn_imps.hpp 49 const size_type pos = ranged_hash_fn_base::operator()(r_key);
53 while (p_e != NULL && !hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value),
insert_store_hash_fn_imps.hpp 49 comp_hash pos_hash_pair = ranged_hash_fn_base::operator()(key);
53 while (p_e != NULL && !hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value),
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
resize_no_store_hash_fn_imps.hpp 49 size_type hash = ranged_probe_fn_base::operator()(r_key);
53 const size_type pos = ranged_probe_fn_base::operator()(r_key, hash, i);
resize_store_hash_fn_imps.hpp 49 size_type hash = ranged_probe_fn_base::operator()(r_key, p_e->m_hash);
54 const size_type pos = ranged_probe_fn_base::operator()(r_key, hash, i);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_policy/
counter_lu_metadata.hpp 72 operator()(size_type max_size) const
77 operator()(Metadata_Reference r_data, size_type m_max_count) const
sample_update_policy.hpp 63 operator()() const;
71 operator()(metadata_reference) const;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/
bitset 36 // The C++ standard does not define the precise semantics of operator[].
37 // In this implementation the const version of operator[] is equivalent
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-param-util.h 87 // Used for implementing ParamGenerator<T>::operator*().
91 // Used for implementing ParamGenerator<T>::operator==().
107 ParamIterator& operator=(const ParamIterator& other) {
113 const T& operator*() const { return *impl_->Current(); }
114 const T* operator->() const { return impl_->Current(); }
115 // Prefix version of operator++.
116 ParamIterator& operator++() {
120 // Postfix version of operator++.
121 ParamIterator operator++(int /*unused*/) {
126 bool operator==(const ParamIterator& other) const
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h 87 // Used for implementing ParamGenerator<T>::operator*().
91 // Used for implementing ParamGenerator<T>::operator==().
107 ParamIterator& operator=(const ParamIterator& other) {
113 const T& operator*() const { return *impl_->Current(); }
114 const T* operator->() const { return impl_->Current(); }
115 // Prefix version of operator++.
116 ParamIterator& operator++() {
120 // Postfix version of operator++.
121 ParamIterator operator++(int /*unused*/) {
126 bool operator==(const ParamIterator& other) const
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util.h 106 // Used for implementing ParamGenerator<T>::operator*().
110 // Used for implementing ParamGenerator<T>::operator==().
126 ParamIterator& operator=(const ParamIterator& other) {
132 const T& operator*() const { return *impl_->Current(); }
133 const T* operator->() const { return impl_->Current(); }
134 // Prefix version of operator++.
135 ParamIterator& operator++() {
139 // Postfix version of operator++.
140 ParamIterator operator++(int /*unused*/) {
145 bool operator==(const ParamIterator& other) const
    [all...]

Completed in 427 milliseconds

<<61626364656667686970>>