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

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/test/std/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), "");
  /external/libcxx/test/std/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), "");
  /external/libcxx/test/std/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), "");
  /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/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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/current/sources/cxx-stl/gnu-libstdc++/4.9/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;
  /frameworks/compile/mclinker/include/mcld/Script/
SectionsCmd.h 31 typedef SectionCommands::const_reference const_reference; typedef in class:mcld::SectionsCmd
43 const_reference front() const { return m_SectionCommands.front(); }
45 const_reference back() const { return m_SectionCommands.back(); }
StringList.h 30 typedef Tokens::const_reference const_reference; typedef in class:mcld::StringList
45 const_reference front() const { return m_Tokens.front(); }
47 const_reference back() const { return m_Tokens.back(); }
  /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/
const_iterator.hpp 66 typedef const_reference_ const_reference; typedef in class:const_iterator_
point_const_iterator.hpp 67 typedef const_reference_ const_reference; typedef in class:point_const_iterator_
99 const_reference
point_iterator.hpp 65 typedef const_reference_ const_reference; typedef in class:point_iterator_
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 66 typedef const_reference_ const_reference; typedef in class:const_iterator_
point_const_iterator.hpp 67 typedef const_reference_ const_reference; typedef in class:point_const_iterator_
99 const_reference
point_iterator.hpp 65 typedef const_reference_ const_reference; typedef in class:point_iterator_
  /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/
const_iterator.hpp 66 typedef const_reference_ const_reference; typedef in class:const_iterator_
point_const_iterator.hpp 67 typedef const_reference_ const_reference; typedef in class:point_const_iterator_
99 const_reference
point_iterator.hpp 65 typedef const_reference_ const_reference; typedef in class:point_iterator_
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 66 typedef const_reference_ const_reference; typedef in class:const_iterator_
point_const_iterator.hpp 67 typedef const_reference_ const_reference; typedef in class:point_const_iterator_
99 const_reference
point_iterator.hpp 65 typedef const_reference_ const_reference; typedef in class:point_iterator_
  /external/clang/test/CodeGenCXX/
cxx0x-initializer-stdinitializerlist-pr12086.cpp 31 typedef const _E& const_reference; typedef in class:std::initializer_list

Completed in 339 milliseconds

1 2 3 4 5 6 7 8 91011>>