HomeSort by relevance Sort by last modified time
    Searched defs:const_reference (Results 101 - 125 of 326) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/stlport/test/unit/
mvctor_declaration_test.cpp 89 typedef const value_type& const_reference; typedef in class:std::allocator
104 const_pointer address(const_reference __x) const { return &__x; }
108 void construct(pointer, const_reference) {}
  /frameworks/base/services/sensorservice/
mat.h 131 typedef TYPE const& const_reference; typedef in class:android::mat
262 typedef TYPE const& const_reference; typedef in class:android::mat
  /ndk/tests/device/test-gnustl-full/unit/
mvctor_declaration_test.cpp 89 typedef const value_type& const_reference; typedef in class:std::allocator
104 const_pointer address(const_reference __x) const { return &__x; }
108 void construct(pointer, const_reference) {}
  /ndk/tests/device/test-stlport/unit/
mvctor_declaration_test.cpp 89 typedef const value_type& const_reference; typedef in class:std::allocator
104 const_pointer address(const_reference __x) const { return &__x; }
108 void construct(pointer, const_reference) {}
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binary_heap_/
binary_heap_.hpp 150 value_type>::other::const_reference
151 const_reference; typedef in class:__gnu_pbds::detail::binary_heap_
206 push(const_reference r_val);
209 modify(point_iterator it, const_reference r_new_val);
211 inline const_reference
269 insert_value(const_reference r_val, false_type);
284 swap_value_imp(entry_pointer p_e, const_reference r_new_val, false_type);
289 inline const_reference
292 inline const_reference
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/left_child_next_sibling_heap_/
left_child_next_sibling_heap_.hpp 170 value_type>::other::const_reference
171 const_reference; typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap_
244 get_new_node_for_insert(const_reference r_val);
314 get_new_node_for_insert(const_reference r_val, false_type);
317 get_new_node_for_insert(const_reference r_val, true_type);
  /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 110 const_reference; typedef in class:__gnu_pbds::detail::ov_tree_node_const_it_
116 metadata_type>::other::const_reference
124 inline const_reference
240 const_reference; typedef in class:__gnu_pbds::detail::ov_tree_node_it_
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/
node_iterators.hpp 160 typedef value_type const_reference; typedef in class:__gnu_pbds::detail::pat_trie_const_node_it_
174 metadata_type>::other::const_reference
195 inline const_reference
293 typedef value_type const_reference; typedef in class:__gnu_pbds::detail::pat_trie_node_it_
point_iterators.hpp 143 typedef typename Type_Traits::const_reference const_reference; typedef in class:__gnu_pbds::detail::pat_trie_const_it_
179 inline const_reference
395 typedef typename Type_Traits::const_reference const_reference; typedef in class:__gnu_pbds::detail::pat_trie_it_
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/thin_heap_/
thin_heap_.hpp 119 value_type>::other::const_reference
120 const_reference; typedef in class:__gnu_pbds::detail::thin_heap_
139 push(const_reference r_val);
142 modify(point_iterator it, const_reference r_new_val);
144 inline const_reference
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/
trie_policy.hpp 76 typedef typename key_rebind::const_reference const_key_reference;
295 typedef typename base_type::const_reference const_reference; typedef in class:__gnu_pbds::trie_order_statistics_node_update
299 typedef typename metadata_rebind::const_reference const_metadata_reference;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
pool_allocator.h 133 typedef const _Tp& const_reference; typedef in class:__pool_alloc
153 address(const_reference __x) const { return &__x; }
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
binary_heap_.hpp 150 value_type>::other::const_reference
151 const_reference; typedef in class:__gnu_pbds::detail::binary_heap_
206 push(const_reference r_val);
209 modify(point_iterator it, const_reference r_new_val);
211 inline const_reference
269 insert_value(const_reference r_val, false_type);
284 swap_value_imp(entry_pointer p_e, const_reference r_new_val, false_type);
289 inline const_reference
292 inline const_reference
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
left_child_next_sibling_heap_.hpp 170 value_type>::other::const_reference
171 const_reference; typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap_
244 get_new_node_for_insert(const_reference r_val);
314 get_new_node_for_insert(const_reference r_val, false_type);
317 get_new_node_for_insert(const_reference r_val, true_type);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
node_iterators.hpp 110 const_reference; typedef in class:__gnu_pbds::detail::ov_tree_node_const_it_
116 metadata_type>::other::const_reference
124 inline const_reference
240 const_reference; typedef in class:__gnu_pbds::detail::ov_tree_node_it_
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
node_iterators.hpp 160 typedef value_type const_reference; typedef in class:__gnu_pbds::detail::pat_trie_const_node_it_
174 metadata_type>::other::const_reference
195 inline const_reference
293 typedef value_type const_reference; typedef in class:__gnu_pbds::detail::pat_trie_node_it_
point_iterators.hpp 143 typedef typename Type_Traits::const_reference const_reference; typedef in class:__gnu_pbds::detail::pat_trie_const_it_
179 inline const_reference
395 typedef typename Type_Traits::const_reference const_reference; typedef in class:__gnu_pbds::detail::pat_trie_it_
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/thin_heap_/
thin_heap_.hpp 119 value_type>::other::const_reference
120 const_reference; typedef in class:__gnu_pbds::detail::thin_heap_
139 push(const_reference r_val);
142 modify(point_iterator it, const_reference r_new_val);
144 inline const_reference
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
trie_policy.hpp 76 typedef typename key_rebind::const_reference const_key_reference;
295 typedef typename base_type::const_reference const_reference; typedef in class:__gnu_pbds::trie_order_statistics_node_update
299 typedef typename metadata_rebind::const_reference const_metadata_reference;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
pool_allocator.h 133 typedef const _Tp& const_reference; typedef in class:__pool_alloc
153 address(const_reference __x) const { return &__x; }
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
binary_heap_.hpp 150 value_type>::other::const_reference
151 const_reference; typedef in class:__gnu_pbds::detail::binary_heap_
206 push(const_reference r_val);
209 modify(point_iterator it, const_reference r_new_val);
211 inline const_reference
269 insert_value(const_reference r_val, false_type);
284 swap_value_imp(entry_pointer p_e, const_reference r_new_val, false_type);
289 inline const_reference
292 inline const_reference
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
left_child_next_sibling_heap_.hpp 170 value_type>::other::const_reference
171 const_reference; typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap_
244 get_new_node_for_insert(const_reference r_val);
314 get_new_node_for_insert(const_reference r_val, false_type);
317 get_new_node_for_insert(const_reference r_val, true_type);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
node_iterators.hpp 110 const_reference; typedef in class:__gnu_pbds::detail::ov_tree_node_const_it_
116 metadata_type>::other::const_reference
124 inline const_reference
240 const_reference; typedef in class:__gnu_pbds::detail::ov_tree_node_it_
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
node_iterators.hpp 160 typedef value_type const_reference; typedef in class:__gnu_pbds::detail::pat_trie_const_node_it_
174 metadata_type>::other::const_reference
195 inline const_reference
293 typedef value_type const_reference; typedef in class:__gnu_pbds::detail::pat_trie_node_it_
point_iterators.hpp 143 typedef typename Type_Traits::const_reference const_reference; typedef in class:__gnu_pbds::detail::pat_trie_const_it_
179 inline const_reference
395 typedef typename Type_Traits::const_reference const_reference; typedef in class:__gnu_pbds::detail::pat_trie_it_

Completed in 1678 milliseconds

1 2 3 45 6 7 8 91011>>