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

1 2 3 4 5 6 7 8 91011>>

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/basic_tree_policy/
null_node_metadata.hpp 58 typedef const_iterator const_reference; typedef in struct:__gnu_pbds::detail::dumconst_node_iterator
59 typedef const_reference reference;
basic_tree_policy_base.hpp 70 key_type>::type>::other::const_reference
76 value_type>::type>::other::const_reference
77 const_reference; typedef in struct:__gnu_pbds::detail::basic_tree_policy_base
92 extract_key(const_reference r_val)
127 key_type>::type>::other::const_reference
133 value_type>::type>::other::const_reference
134 const_reference; typedef in struct:__gnu_pbds::detail::basic_tree_policy_base
149 extract_key(const_reference r_val)
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/basic_tree_policy/
null_node_metadata.hpp 58 typedef const_iterator const_reference; typedef in struct:__gnu_pbds::detail::dumconst_node_iterator
59 typedef const_reference reference;
basic_tree_policy_base.hpp 70 key_type>::type>::other::const_reference
76 value_type>::type>::other::const_reference
77 const_reference; typedef in struct:__gnu_pbds::detail::basic_tree_policy_base
92 extract_key(const_reference r_val)
127 key_type>::type>::other::const_reference
133 value_type>::type>::other::const_reference
134 const_reference; typedef in struct:__gnu_pbds::detail::basic_tree_policy_base
149 extract_key(const_reference r_val)
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/basic_tree_policy/
null_node_metadata.hpp 58 typedef const_iterator const_reference; typedef in struct:__gnu_pbds::detail::dumconst_node_iterator
59 typedef const_reference reference;
basic_tree_policy_base.hpp 70 key_type>::type>::other::const_reference
76 value_type>::type>::other::const_reference
77 const_reference; typedef in struct:__gnu_pbds::detail::basic_tree_policy_base
92 extract_key(const_reference r_val)
127 key_type>::type>::other::const_reference
133 value_type>::type>::other::const_reference
134 const_reference; typedef in struct:__gnu_pbds::detail::basic_tree_policy_base
149 extract_key(const_reference r_val)
  /external/llvm/include/llvm/ADT/
InMemoryStruct.h 29 typedef const value_type &const_reference; typedef in class:llvm::InMemoryStruct
56 const_reference operator*() const {
SetVector.h 41 typedef const T& const_reference; typedef in class:llvm::SetVector
94 const_reference operator[](size_type n) const {
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 69 typedef const_reference_ const_reference; typedef in class:const_iterator_
const_point_iterator.hpp 69 typedef const_reference_ const_reference; typedef in class:const_point_iterator_
108 inline const_reference
point_iterator.hpp 67 typedef const_reference_ const_reference; typedef in class:point_iterator_
iterator.hpp 69 typedef const_reference_ const_reference; typedef in class:iterator_
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 69 typedef const_reference_ const_reference; typedef in class:const_iterator_
const_point_iterator.hpp 69 typedef const_reference_ const_reference; typedef in class:const_point_iterator_
108 inline const_reference
point_iterator.hpp 67 typedef const_reference_ const_reference; typedef in class:point_iterator_
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 69 typedef const_reference_ const_reference; typedef in class:const_iterator_
const_point_iterator.hpp 69 typedef const_reference_ const_reference; typedef in class:const_point_iterator_
108 inline const_reference
point_iterator.hpp 67 typedef const_reference_ const_reference; typedef in class:point_iterator_
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
allocator.h 94 typedef const _Tp& const_reference; typedef in class:allocator
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
debug_allocator.h 69 typedef typename _Alloc::const_reference const_reference; typedef in class:debug_allocator
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 93 typedef typename base_type::const_reference const_reference; typedef in class:__gnu_pbds::detail::binary_heap_const_iterator_
const_point_iterator.hpp 86 typename Allocator::template rebind<value_type>::other::const_reference
87 const_reference; typedef in class:__gnu_pbds::detail::binary_heap_const_point_iterator_
112 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_/
const_point_iterator.hpp 99 value_type>::other::const_reference
100 const_reference; typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap_node_const_point_iterator_
127 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/pat_trie_/
synth_e_access_traits.hpp 71 typedef typename type_traits::const_reference const_reference; typedef in struct:__gnu_pbds::detail::synth_e_access_traits
91 extract_key(const_reference r_val);
100 extract_key(const_reference r_val, true_type);
103 extract_key(const_reference r_val, false_type);
192 extract_key(const_reference r_val)
200 extract_key(const_reference r_val, true_type)
208 extract_key(const_reference r_val, false_type)
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
allocator.h 94 typedef const _Tp& const_reference; typedef in class:allocator

Completed in 270 milliseconds

1 2 3 4 5 6 7 8 91011>>