HomeSort by relevance Sort by last modified time
    Searched refs:const_reference (Results 76 - 100 of 1707) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/clang/include/clang/Serialization/
ContinuousRangeMap.h 40 typedef const value_type &const_reference; typedef in class:clang::ContinuousRangeMap
49 bool operator ()(const_reference L, Int R) const {
52 bool operator ()(Int L, const_reference R) const {
58 bool operator ()(const_reference L, const_reference R) const {
105 const_reference back() const { return Rep.back(); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/
types_traits.hpp 131 typedef typename __rebind_ma::const_reference mapped_const_reference;
137 typedef typename __rebind_va::const_reference const_reference; typedef in struct:__gnu_pbds::detail::type_base
164 typedef typename __rebind_ma::const_reference mapped_const_reference;
170 typedef typename __rebind_va::const_reference const_reference; typedef in struct:__gnu_pbds::detail::type_base
198 typedef typename __rebind_ma::const_reference mapped_const_reference;
203 typedef typename __rebind_va::const_reference const_reference; typedef in struct:__gnu_pbds::detail::type_base
237 typedef typename __rebind_ma::const_reference mapped_const_reference
242 typedef typename __rebind_va::const_reference const_reference; typedef in struct:__gnu_pbds::detail::type_base
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/
types_traits.hpp 131 typedef typename __rebind_ma::const_reference mapped_const_reference;
137 typedef typename __rebind_va::const_reference const_reference; typedef in struct:__gnu_pbds::detail::type_base
164 typedef typename __rebind_ma::const_reference mapped_const_reference;
170 typedef typename __rebind_va::const_reference const_reference; typedef in struct:__gnu_pbds::detail::type_base
198 typedef typename __rebind_ma::const_reference mapped_const_reference;
203 typedef typename __rebind_va::const_reference const_reference; typedef in struct:__gnu_pbds::detail::type_base
237 typedef typename __rebind_ma::const_reference mapped_const_reference
242 typedef typename __rebind_va::const_reference const_reference; typedef in struct:__gnu_pbds::detail::type_base
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/
types_traits.hpp 131 typedef typename __rebind_ma::const_reference mapped_const_reference;
137 typedef typename __rebind_va::const_reference const_reference; typedef in struct:__gnu_pbds::detail::type_base
164 typedef typename __rebind_ma::const_reference mapped_const_reference;
170 typedef typename __rebind_va::const_reference const_reference; typedef in struct:__gnu_pbds::detail::type_base
198 typedef typename __rebind_ma::const_reference mapped_const_reference;
203 typedef typename __rebind_va::const_reference const_reference; typedef in struct:__gnu_pbds::detail::type_base
237 typedef typename __rebind_ma::const_reference mapped_const_reference
242 typedef typename __rebind_va::const_reference const_reference; typedef in struct:__gnu_pbds::detail::type_base
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/
types_traits.hpp 131 typedef typename __rebind_ma::const_reference mapped_const_reference;
137 typedef typename __rebind_va::const_reference const_reference; typedef in struct:__gnu_pbds::detail::type_base
164 typedef typename __rebind_ma::const_reference mapped_const_reference;
170 typedef typename __rebind_va::const_reference const_reference; typedef in struct:__gnu_pbds::detail::type_base
198 typedef typename __rebind_ma::const_reference mapped_const_reference;
203 typedef typename __rebind_va::const_reference const_reference; typedef in struct:__gnu_pbds::detail::type_base
237 typedef typename __rebind_ma::const_reference mapped_const_reference
242 typedef typename __rebind_va::const_reference const_reference; typedef in struct:__gnu_pbds::detail::type_base
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/
types_traits.hpp 131 typedef typename __rebind_ma::const_reference mapped_const_reference;
137 typedef typename __rebind_va::const_reference const_reference; typedef in struct:__gnu_pbds::detail::type_base
164 typedef typename __rebind_ma::const_reference mapped_const_reference;
170 typedef typename __rebind_va::const_reference const_reference; typedef in struct:__gnu_pbds::detail::type_base
198 typedef typename __rebind_ma::const_reference mapped_const_reference;
203 typedef typename __rebind_va::const_reference const_reference; typedef in struct:__gnu_pbds::detail::type_base
237 typedef typename __rebind_ma::const_reference mapped_const_reference
242 typedef typename __rebind_va::const_reference const_reference; typedef in struct:__gnu_pbds::detail::type_base
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/
types_traits.hpp 131 typedef typename __rebind_ma::const_reference mapped_const_reference;
137 typedef typename __rebind_va::const_reference const_reference; typedef in struct:__gnu_pbds::detail::type_base
164 typedef typename __rebind_ma::const_reference mapped_const_reference;
170 typedef typename __rebind_va::const_reference const_reference; typedef in struct:__gnu_pbds::detail::type_base
198 typedef typename __rebind_ma::const_reference mapped_const_reference;
203 typedef typename __rebind_va::const_reference const_reference; typedef in struct:__gnu_pbds::detail::type_base
237 typedef typename __rebind_ma::const_reference mapped_const_reference
242 typedef typename __rebind_va::const_reference const_reference; typedef in struct:__gnu_pbds::detail::type_base
    [all...]
  /external/libcxx/test/containers/sequences/array/
front_back.pass.cpp 14 // const_reference front(); // constexpr in C++14
15 // const_reference back(); // constexpr in C++14
41 C::const_reference r1 = c.front();
44 C::const_reference r2 = c.back();
indexing.pass.cpp 13 // const_reference operator[] (size_type); // constexpr in C++14
15 // const_reference at (size_type); // constexpr in C++14
40 C::const_reference r1 = c[0];
42 C::const_reference r2 = c[2];
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/array/
front_back.pass.cpp 14 // const_reference front(); // constexpr in C++14
15 // const_reference back(); // constexpr in C++14
41 C::const_reference r1 = c.front();
44 C::const_reference r2 = c.back();
indexing.pass.cpp 13 // const_reference operator[] (size_type); // constexpr in C++14
15 // const_reference at (size_type); // constexpr in C++14
40 C::const_reference r1 = c[0];
42 C::const_reference r2 = c[2];
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/cc_hash_table_map_/
entry_list_fn_imps.hpp 57 get_entry(const_reference r_val, true_type)
70 get_entry(const_reference r_val, false_type)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/unordered_iterator/
const_point_iterator.hpp 69 typedef const_reference_ const_reference; typedef in class:const_point_iterator_
108 inline const_reference
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/cc_hash_table_map_/
entry_list_fn_imps.hpp 57 get_entry(const_reference r_val, true_type)
70 get_entry(const_reference r_val, false_type)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/unordered_iterator/
point_const_iterator.hpp 67 typedef const_reference_ const_reference; typedef in class:point_const_iterator_
99 const_reference
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/cc_hash_table_map_/
entry_list_fn_imps.hpp 57 get_entry(const_reference r_val, true_type)
70 get_entry(const_reference r_val, false_type)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/unordered_iterator/
point_const_iterator.hpp 67 typedef const_reference_ const_reference; typedef in class:point_const_iterator_
99 const_reference
  /prebuilts/misc/common/swig/include/2.0.11/go/
std_vector.i 16 typedef const value_type& const_reference;
28 const_reference get(int i) throw (std::out_of_range) {
50 typedef bool const_reference;
62 const_reference get(int i) throw (std::out_of_range) {
  /prebuilts/misc/common/swig/include/2.0.11/java/
std_vector.i 18 typedef const value_type& const_reference;
30 const_reference get(int i) throw (std::out_of_range) {
52 typedef bool const_reference;
64 const_reference get(int i) throw (std::out_of_range) {
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
entry_list_fn_imps.hpp 57 get_entry(const_reference r_val, true_type)
70 get_entry(const_reference r_val, false_type)
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/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)
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/unordered_iterator/
const_point_iterator.hpp 69 typedef const_reference_ const_reference; typedef in class:const_point_iterator_
108 inline const_reference

Completed in 446 milliseconds

1 2 34 5 6 7 8 91011>>