HomeSort by: relevance | last modified time | path
    Searched defs:const_reference (Results 1 - 25 of 143) sorted by relevancy

1 2 3 4 5 6

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/
null_node_metadata.hpp 60 typedef const_iterator const_reference; typedef in struct:__gnu_pbds::detail::dumnode_const_iterator
61 typedef const_reference reference;
branch_policy.hpp 67 typedef typename rebind_v::const_reference const_reference; typedef in struct:__gnu_pbds::detail::branch_policy
70 typedef typename rebind_k::const_reference key_const_reference;
73 extract_key(const_reference r_val)
97 typedef typename rebind_v::const_reference const_reference; typedef in struct:__gnu_pbds::detail::branch_policy
101 typedef typename rebind_v::const_reference key_const_reference;
104 extract_key(const_reference r_val)
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/
null_node_metadata.hpp 60 typedef const_iterator const_reference; typedef in struct:__gnu_pbds::detail::dumnode_const_iterator
61 typedef const_reference reference;
branch_policy.hpp 67 typedef typename rebind_v::const_reference const_reference; typedef in struct:__gnu_pbds::detail::branch_policy
70 typedef typename rebind_k::const_reference key_const_reference;
73 extract_key(const_reference r_val)
97 typedef typename rebind_v::const_reference const_reference; typedef in struct:__gnu_pbds::detail::branch_policy
101 typedef typename rebind_v::const_reference key_const_reference;
104 extract_key(const_reference r_val)
  /src/external/apache2/llvm/dist/libcxx/include/__memory/
compressed_pair.h 37 typedef const _Tp& const_reference; typedef in struct:__compressed_pair_elem
66 const_reference __get() const _NOEXCEPT { return __value_; }
76 typedef const _Tp& const_reference; typedef in struct:__compressed_pair_elem
104 const_reference __get() const _NOEXCEPT { return *this; }
154 typename _Base1::const_reference first() const _NOEXCEPT {
164 typename _Base2::const_reference second() const _NOEXCEPT {
allocator.h 100 _LIBCPP_DEPRECATED_IN_CXX17 typedef const _Tp& const_reference; typedef in class:allocator
112 const_pointer address(const_reference __x) const _NOEXCEPT {
181 _LIBCPP_DEPRECATED_IN_CXX17 typedef const _Tp& const_reference; typedef in class:allocator
189 const_pointer address(const_reference __x) const _NOEXCEPT {
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
allocator.h 140 typedef const _Tp& const_reference; typedef in class:allocator
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 70 typedef const_reference_ const_reference; typedef in class:const_iterator_
point_const_iterator.hpp 71 typedef const_reference_ const_reference; typedef in class:point_const_iterator_
103 const_reference
point_iterator.hpp 69 typedef const_reference_ const_reference; typedef in class:point_iterator_
iterator.hpp 70 typedef const_reference_ const_reference; typedef in class:iterator_
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 70 typedef const_reference_ const_reference; typedef in class:const_iterator_
point_const_iterator.hpp 71 typedef const_reference_ const_reference; typedef in class:point_const_iterator_
103 const_reference
point_iterator.hpp 69 typedef const_reference_ const_reference; typedef in class:point_iterator_
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
malloc_allocator.h 66 typedef const _Tp& const_reference; typedef in class:malloc_allocator
98 address(const_reference __x) const _GLIBCXX_NOEXCEPT
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 86 typedef typename base_type::const_reference const_reference; typedef in class:__gnu_pbds::detail::binary_heap_const_iterator_
point_const_iterator.hpp 82 typedef typename rebind_traits<_Alloc, value_type>::const_reference
83 const_reference; typedef in class:__gnu_pbds::detail::binary_heap_point_const_iterator_
108 inline const_reference
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
point_const_iterator.hpp 87 typedef typename rebind_traits<_Alloc, value_type>::const_reference
88 const_reference; typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_
113 const_reference
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
synth_access_traits.hpp 64 typedef typename type_traits::const_reference const_reference; typedef in struct:__gnu_pbds::detail::synth_access_traits
86 extract_key(const_reference);
95 extract_key(const_reference, true_type);
98 extract_key(const_reference, false_type);
189 extract_key(const_reference r_val)
195 extract_key(const_reference r_val, true_type)
201 extract_key(const_reference r_val, false_type)
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
allocator.h 141 typedef const _Tp& const_reference; typedef in class:allocator
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
malloc_allocator.h 64 typedef const _Tp& const_reference; typedef in class:malloc_allocator
96 address(const_reference __x) const _GLIBCXX_NOEXCEPT
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 86 typedef typename base_type::const_reference const_reference; typedef in class:__gnu_pbds::detail::binary_heap_const_iterator_
point_const_iterator.hpp 82 typedef typename rebind_traits<_Alloc, value_type>::const_reference
83 const_reference; typedef in class:__gnu_pbds::detail::binary_heap_point_const_iterator_
108 inline const_reference
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
point_const_iterator.hpp 87 typedef typename rebind_traits<_Alloc, value_type>::const_reference
88 const_reference; typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_
113 const_reference
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
synth_access_traits.hpp 64 typedef typename type_traits::const_reference const_reference; typedef in struct:__gnu_pbds::detail::synth_access_traits
86 extract_key(const_reference);
95 extract_key(const_reference, true_type);
98 extract_key(const_reference, false_type);
189 extract_key(const_reference r_val)
195 extract_key(const_reference r_val, true_type)
201 extract_key(const_reference r_val, false_type)

Completed in 30 milliseconds

1 2 3 4 5 6