Searched defs:const_reference (Results 1 - 25 of 37) sorted by relevance

12

/external/libcxx/test/std/containers/container.adaptors/priority.queue/
H A Dtypes.pass.cpp20 // 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/
H A Dtypes.pass.cpp19 // 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/
H A Dtypes.pass.cpp19 // 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), "");
/external/clang/test/CodeGenCXX/
H A Dcxx0x-initializer-stdinitializerlist-pr12086.cpp31 typedef const _E& const_reference; typedef in class:std::initializer_list
H A Dcxx0x-initializer-stdinitializerlist-startend.cpp21 typedef const _E& const_reference; typedef in class:std::initializer_list
/external/eigen/Eigen/src/StlSupport/
H A Ddetails.h30 typedef const T& const_reference; typedef in class:Eigen::aligned_allocator_indirection
/external/libcxx/test/std/containers/
H A Dstack_allocator.h26 typedef const value_type& const_reference; typedef in class:stack_allocator
/external/llvm/include/llvm/ADT/
H A DSetVector.h42 typedef const T& const_reference; typedef in class:llvm::SetVector
95 const_reference operator[](size_type n) const {
H A DSparseSet.h142 typedef const ValueT &const_reference; typedef in class:llvm::SparseSet
/external/ceres-solver/include/ceres/internal/
H A Dfixed_array.h86 typedef T const& const_reference; typedef in class:ceres::internal::FixedArray
/external/clang/include/clang/Serialization/
H A DContinuousRangeMap.h40 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(); }
121 [](const_reference A, const_reference B) {
/external/clang/test/CXX/drs/
H A Ddr15xx.cpp42 typedef const _E& const_reference; typedef in class:std::initializer_list
/external/clang/test/Index/
H A Dannotate-tokens-cxx0x.cpp45 typedef const _E& const_reference; typedef in class:std::initializer_list
/external/clang/test/SemaCXX/
H A Dcxx0x-initializer-scalars.cpp24 typedef const _E& const_reference; typedef in class:std::initializer_list
/external/libcxx/test/std/thread/futures/
H A Dtest_allocator.h46 typedef typename std::add_lvalue_reference<const value_type>::type const_reference; typedef in class:test_allocator
58 const_pointer address(const_reference x) const {return &x;}
/external/v8/src/
H A Dzone-allocator.h21 typedef const T& const_reference; typedef in class:v8::internal::zone_allocator
37 const_pointer address(const_reference x) const {return &x;}
/external/clang/include/clang/Analysis/Support/
H A DBumpVector.h79 typedef const T& const_reference; typedef in class:clang::BumpVector
102 const_reference operator[](unsigned idx) const {
110 const_reference front() const {
117 const_reference back() const {
149 void push_back(const_reference Elt, BumpVectorContext &C) {
162 iterator insert(iterator I, size_t Cnt, const_reference E,
/external/clang/test/Parser/
H A Dcxx0x-attributes.cpp22 typedef const _E& const_reference; typedef in class:std::initializer_list
/external/google-breakpad/src/testing/include/gmock/internal/
H A Dgmock-internal-utils.h370 // - const_reference is a type that provides a reference to a const
383 typedef const type& const_reference; typedef in class:testing::internal::StlContainerView
385 static const_reference ConstReference(const RawContainer& container) {
403 // 'typedef const type& const_reference' here, as that would mean
405 typedef const type const_reference; typedef in class:testing::internal::StlContainerView
407 static const_reference ConstReference(const Element (&array)[N]) {
446 typedef const type const_reference; typedef in class:testing::internal::StlContainerView
448 static const_reference ConstReference(
/external/libcxx/test/support/
H A Dnasty_containers.hpp23 typedef typename nested_container::const_reference const_reference; typedef in class:nasty_vector
74 const_reference operator[](size_type n) const { return v_[n]; }
76 const_reference at(size_type n) const { return v_.at(n); }
79 const_reference front() const { return v_.front(); }
81 const_reference back() const { return v_.back(); }
144 typedef typename nested_container::const_reference const_reference; typedef in class:nasty_list
194 const_reference front() const { return l_.front(); }
196 const_reference bac
[all...]
H A Dtest_allocator.h50 typedef typename std::add_lvalue_reference<const value_type>::type const_reference; typedef in class:test_allocator
62 const_pointer address(const_reference x) const {return &x;}
110 typedef typename std::add_lvalue_reference<const value_type>::type const_reference; typedef in class:non_default_test_allocator
122 const_pointer address(const_reference x) const {return &x;}
/external/llvm/include/llvm/Support/
H A DErrorOr.h92 typedef const typename std::remove_reference<T>::type &const_reference; typedef in class:llvm::ErrorOr
176 const_reference get() const { return const_cast<ErrorOr<T> *>(this)->get(); }
/external/regex-re2/re2/
H A Dstringpiece.h119 typedef const char& const_reference; typedef in class:re2::StringPiece
/external/clang/include/clang/AST/
H A DASTVector.h87 typedef const T& const_reference; typedef in class:clang::ASTVector
110 const_reference operator[](unsigned idx) const {
118 const_reference front() const {
125 const_reference back() const {
157 void push_back(const_reference Elt, const ASTContext &C) {
/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-cxx.h94 typedef const _E& const_reference; typedef in class:std::initializer_list

Completed in 2784 milliseconds

12