HomeSort by relevance Sort by last modified time
    Searched refs:const_reference (Results 251 - 275 of 650) sorted by null

<<11121314151617181920>>

  /prebuilts/misc/common/swig/include/2.0.11/d/
std_vector.i 24 %define SWIG_STD_VECTOR_MINIMUM_INTERNAL(CONST_REFERENCE, CTYPE...)
108 typedef CONST_REFERENCE const_reference;
131 const_reference remove() throw (std::out_of_range) {
136 std::vector< CTYPE >::const_reference value = $self->back();
141 const_reference remove(size_type index) throw (std::out_of_range) {
147 std::vector< CTYPE >::const_reference value = *it;
156 const_reference getElement(size_type index) throw (std::out_of_range) {
164 // Use CTYPE const& instead of const_reference to work around SWIG code
446 typedef CONST_REFERENCE const_reference
    [all...]
  /external/libcxx/test/std/containers/associative/map/
types.pass.cpp 24 // typedef typename allocator_type::const_reference const_reference;
47 static_assert((std::is_same<C::const_reference, const std::pair<const int, double>&>::value), "");
62 static_assert((std::is_same<C::const_reference, const std::pair<const int, double>&>::value), "");
  /external/libcxx/test/std/containers/associative/multimap/
types.pass.cpp 24 // typedef typename allocator_type::const_reference const_reference;
47 static_assert((std::is_same<C::const_reference, const std::pair<const int, double>&>::value), "");
62 static_assert((std::is_same<C::const_reference, const std::pair<const int, double>&>::value), "");
  /external/libcxx/test/std/containers/associative/multiset/
types.pass.cpp 24 // typedef typename allocator_type::const_reference const_reference;
47 static_assert((std::is_same<C::const_reference, const int&>::value), "");
62 static_assert((std::is_same<C::const_reference, const int&>::value), "");
  /external/libcxx/test/std/containers/associative/set/
types.pass.cpp 24 // typedef typename allocator_type::const_reference const_reference;
47 static_assert((std::is_same<C::const_reference, const int&>::value), "");
62 static_assert((std::is_same<C::const_reference, const int&>::value), "");
  /external/libcxx/test/std/containers/sequences/array/
types.pass.cpp 17 // typedef const T& const_reference;
38 static_assert((std::is_same<C::const_reference, const T&>::value), "");
52 static_assert((std::is_same<C::const_reference, const T&>::value), "");
  /external/libcxx/test/std/containers/unord/unord.map/
types.pass.cpp 25 // typedef const value_type& const_reference;
47 static_assert((std::is_same<C::const_reference, const C::value_type&>::value), "");
64 static_assert((std::is_same<C::const_reference, const C::value_type&>::value), "");
  /external/libcxx/test/std/containers/unord/unord.multimap/
types.pass.cpp 25 // typedef const value_type& const_reference;
47 static_assert((std::is_same<C::const_reference, const C::value_type&>::value), "");
64 static_assert((std::is_same<C::const_reference, const C::value_type&>::value), "");
  /external/libcxx/test/std/containers/unord/unord.multiset/
types.pass.cpp 24 // typedef const value_type& const_reference;
45 static_assert((std::is_same<C::const_reference, const C::value_type&>::value), "");
61 static_assert((std::is_same<C::const_reference, const C::value_type&>::value), "");
  /external/libcxx/test/std/containers/unord/unord.set/
types.pass.cpp 24 // typedef const value_type& const_reference;
45 static_assert((std::is_same<C::const_reference, const C::value_type&>::value), "");
61 static_assert((std::is_same<C::const_reference, const C::value_type&>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/
types.pass.cpp 24 // typedef typename allocator_type::const_reference const_reference;
46 static_assert((std::is_same<std::multiset<int>::const_reference, const int&>::value), "");
60 static_assert((std::is_same<std::multiset<int, std::less<int>, min_allocator<int>>::const_reference, const int&>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/
types.pass.cpp 24 // typedef typename allocator_type::const_reference const_reference;
46 static_assert((std::is_same<std::set<int>::const_reference, const int&>::value), "");
60 static_assert((std::is_same<std::set<int, std::less<int>, min_allocator<int>>::const_reference, const int&>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/array/
types.pass.cpp 17 // typedef const T& const_reference;
38 static_assert((std::is_same<C::const_reference, const T&>::value), "");
52 static_assert((std::is_same<C::const_reference, const T&>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/
types.pass.cpp 25 // typedef const value_type& const_reference;
47 static_assert((std::is_same<C::const_reference, const C::value_type&>::value), "");
64 static_assert((std::is_same<C::const_reference, const C::value_type&>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/
types.pass.cpp 25 // typedef const value_type& const_reference;
47 static_assert((std::is_same<C::const_reference, const C::value_type&>::value), "");
64 static_assert((std::is_same<C::const_reference, const C::value_type&>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/
types.pass.cpp 24 // typedef const value_type& const_reference;
45 static_assert((std::is_same<C::const_reference, const C::value_type&>::value), "");
61 static_assert((std::is_same<C::const_reference, const C::value_type&>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/
types.pass.cpp 24 // typedef const value_type& const_reference;
45 static_assert((std::is_same<C::const_reference, const C::value_type&>::value), "");
61 static_assert((std::is_same<C::const_reference, const C::value_type&>::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/rc_binomial_heap_/
insert_fn_imps.hpp 44 push(const_reference r_val)
78 modify(point_iterator it, const_reference r_new_val)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/rc_binomial_heap_/
insert_fn_imps.hpp 44 push(const_reference r_val)
78 modify(point_iterator it, const_reference r_new_val)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/rc_binomial_heap_/
insert_fn_imps.hpp 44 push(const_reference r_val)
78 modify(point_iterator it, const_reference r_new_val)
  /prebuilts/misc/common/swig/include/2.0.11/allegrocl/
std_list.i 33 typedef const T& const_reference;
45 const_reference front();
46 const_reference back();
74 const_reference __getitem__(int i) throw (std::out_of_range)
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
std_list.i 22 typedef const T& const_reference;
34 const_reference front();
35 const_reference back();
62 const_reference __getitem__(int i) throw (std::out_of_range)
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/rc_binomial_heap_/
insert_fn_imps.hpp 44 push(const_reference r_val)
78 modify(point_iterator it, const_reference r_new_val)
  /art/compiler/utils/
array_ref.h 48 typedef const T& const_reference; typedef in class:art::ArrayRef
140 const_reference operator[](size_type n) const {
150 const_reference front() const {
160 const_reference back() const {
  /external/clang/test/CodeGenCXX/
cxx0x-initializer-stdinitializerlist-pr12086.cpp 31 typedef const _E& const_reference; typedef in class:std::initializer_list

Completed in 603 milliseconds

<<11121314151617181920>>