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

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/
types.pass.cpp 20 // typedef typename container_type::const_reference const_reference;
45 typedef const int& const_reference; typedef in struct:C
55 static_assert((std::is_same<std::priority_queue<int>::const_reference, std::vector<int>::const_reference>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.defn/
types.pass.cpp 19 // typedef typename container_type::const_reference const_reference;
43 typedef const int& const_reference; typedef in struct:C
53 static_assert((std::is_same<std::queue<int>::const_reference, std::deque<int>::const_reference>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.defn/
types.pass.cpp 19 // typedef typename container_type::const_reference const_reference;
44 typedef const int& const_reference; typedef in struct:C
54 static_assert((std::is_same<std::stack<int>::const_reference, std::deque<int>::const_reference>::value), "");
  /prebuilts/gcc/linux-x86/host/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)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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)
  /prebuilts/ndk/5/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;
  /prebuilts/ndk/6/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;
  /prebuilts/ndk/7/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;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/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;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/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;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/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;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/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;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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;
  /prebuilts/gcc/linux-x86/host/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_
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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_
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 69 typedef const_reference_ const_reference; typedef in class:const_iterator_

Completed in 497 milliseconds

1 2 3 4 5 6 7 8 91011>>