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

<<21222324252627282930>>

  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/unordered_iterator/
point_iterator.hpp 67 typedef const_reference_ const_reference; typedef in class:point_iterator_
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/binary_heap_/
insert_fn_imps.hpp 44 push(const_reference r_val)
67 insert_value(const_reference r_val, false_type)
109 modify(point_iterator it, const_reference r_new_val)
179 swap_value_imp(entry_pointer p_e, const_reference r_new_val, false_type)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/cc_hash_table_map_/
insert_no_store_hash_fn_imps.hpp 45 insert_imp(const_reference r_val, false_type)
insert_store_hash_fn_imps.hpp 45 insert_imp(const_reference r_val, true_type)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 69 typedef const_reference_ const_reference; typedef in class:const_iterator_
point_iterator.hpp 67 typedef const_reference_ const_reference; typedef in class:point_iterator_
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binary_heap_/
insert_fn_imps.hpp 44 push(const_reference r_val)
67 insert_value(const_reference r_val, false_type)
109 modify(point_iterator it, const_reference r_new_val)
179 swap_value_imp(entry_pointer p_e, const_reference r_new_val, false_type)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/cc_hash_table_map_/
insert_no_store_hash_fn_imps.hpp 45 insert_imp(const_reference r_val, false_type)
insert_store_hash_fn_imps.hpp 45 insert_imp(const_reference r_val, true_type)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/unordered_iterator/
point_iterator.hpp 67 typedef const_reference_ const_reference; typedef in class:point_iterator_
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/cc_hash_table_map_/
insert_store_hash_fn_imps.hpp 45 insert_imp(const_reference r_val, true_type)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/unordered_iterator/
point_iterator.hpp 65 typedef const_reference_ const_reference; typedef in class:point_iterator_
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binary_heap_/
insert_fn_imps.hpp 44 push(const_reference r_val)
67 insert_value(const_reference r_val, false_type)
109 modify(point_iterator it, const_reference r_new_val)
179 swap_value_imp(entry_pointer p_e, const_reference r_new_val, false_type)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/cc_hash_table_map_/
insert_no_store_hash_fn_imps.hpp 45 insert_imp(const_reference r_val, false_type)
insert_store_hash_fn_imps.hpp 45 insert_imp(const_reference r_val, true_type)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/unordered_iterator/
point_iterator.hpp 67 typedef const_reference_ const_reference; typedef in class:point_iterator_
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/cc_hash_table_map_/
insert_store_hash_fn_imps.hpp 45 insert_imp(const_reference r_val, true_type)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/unordered_iterator/
point_iterator.hpp 65 typedef const_reference_ const_reference; typedef in class:point_iterator_
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/cc_hash_table_map_/
insert_store_hash_fn_imps.hpp 45 insert_imp(const_reference r_val, true_type)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/unordered_iterator/
point_iterator.hpp 65 typedef const_reference_ const_reference; typedef in class:point_iterator_
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/cc_hash_table_map_/
insert_store_hash_fn_imps.hpp 45 insert_imp(const_reference r_val, true_type)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/unordered_iterator/
point_iterator.hpp 65 typedef const_reference_ const_reference; typedef in class:point_iterator_
  /external/libcxx/test/containers/sequences/forwardlist/
types.pass.cpp 20 // typedef const value_type& const_reference;
38 static_assert((std::is_same<std::forward_list<char>::const_reference, const char&>::value), "");
47 static_assert((std::is_same<std::forward_list<char, min_allocator<char>>::const_reference, const char&>::value), "");
  /frameworks/compile/mclinker/include/mcld/Support/
Allocators.h 103 typedef const typename ChunkType::value_type& const_reference; typedef in class:mcld::LinearAllocatorBase
125 const_pointer address(const_reference X) const
133 void construct(pointer pPtr, const_reference pValue)
334 typedef const DataType& const_reference; typedef in class:mcld::MallocAllocator
356 const_pointer address(const_reference X) const
388 typedef const void* const_reference; typedef in class:mcld::MallocAllocator
413 const_pointer address(const_reference X) const
437 void construct(pointer pObject, const_reference pValue)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/
types.pass.cpp 20 // typedef const value_type& const_reference;
38 static_assert((std::is_same<std::forward_list<char>::const_reference, const char&>::value), "");
47 static_assert((std::is_same<std::forward_list<char, min_allocator<char>>::const_reference, const char&>::value), "");

Completed in 2978 milliseconds

<<21222324252627282930>>