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

123

/external/libcxx/test/std/containers/container.adaptors/priority.queue/
H A Dtypes.pass.cpp21 // typedef typename container_type::const_reference const_reference;
50 typedef const int& const_reference; typedef in struct:C
60 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/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTString.h45 typedef const char& const_reference; typedef
172 //const_reference at(size_t _Off) const;
790 const_reference operator[](size_t _Off) const;
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DInMemoryStruct.h29 typedef const value_type &const_reference; typedef in class:llvm::InMemoryStruct
56 const_reference operator*() const {
H A DSetVector.h41 typedef const T& const_reference; typedef in class:llvm::SetVector
94 const_reference operator[](size_type n) const {
/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/llvm/include/llvm/ADT/
H A DSetVector.h44 typedef const T& const_reference; typedef in class:llvm::SetVector
121 const_reference operator[](size_type n) const {
H A DPriorityWorklist.h58 typedef const T& const_reference; typedef in class:llvm::PriorityWorklist
H A DSparseSet.h142 typedef const ValueT &const_reference; typedef in class:llvm::SparseSet
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A Dilist_node_options.h114 typedef const T &const_reference; typedef in struct:llvm::ilist_detail::node_options
/external/vulkan-validation-layers/libs/glm/detail/
H A Dtype_gentype.hpp71 typedef TYPE<VALTYPE> const & const_reference; typedef in struct:glm::detail::genType
207 // typedef genType const& const_reference;
/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/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/v8/src/zone/
H A Dzone-allocator.h20 typedef const T& const_reference; typedef in class:v8::internal::zone_allocator
42 const_pointer address(const_reference x) const { return &x; }
/external/clang/include/clang/Analysis/Support/
H A DBumpVector.h84 typedef const T& const_reference; typedef in class:clang::BumpVector
107 const_reference operator[](unsigned idx) const {
115 const_reference front() const {
122 const_reference back() const {
154 void push_back(const_reference Elt, BumpVectorContext &C) {
167 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/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h395 // - const_reference is a type that provides a reference to a const
408 typedef const type& const_reference; typedef in class:testing::internal::StlContainerView
410 static const_reference ConstReference(const RawContainer& container) {
428 // 'typedef const type& const_reference' here, as that would mean
430 typedef const type const_reference; typedef in class:testing::internal::StlContainerView
432 static const_reference ConstReference(const Element (&array)[N]) {
472 typedef const type const_reference; typedef in class:testing::internal::StlContainerView
474 static const_reference ConstReference(
/external/libbrillo/brillo/glib/
H A Dobject.h346 typedef const value_type& const_reference; typedef in class:brillo::glib::ScopedPtrArray
/external/libchrome/base/memory/
H A Dscoped_vector.h31 typedef typename std::vector<T*>::const_reference const_reference; typedef in class:ScopedVector
49 const_reference operator[](size_t index) const { return v_[index]; }
64 const_reference front() const { return v_.front(); }
66 const_reference back() const { return v_.back(); }
/external/libcxx/test/support/
H A Dnasty_containers.hpp26 typedef typename nested_container::const_reference const_reference; typedef in class:nasty_vector
77 const_reference operator[](size_type n) const { return v_[n]; }
79 const_reference at(size_type n) const { return v_.at(n); }
82 const_reference front() const { return v_.front(); }
84 const_reference back() const { return v_.back(); }
152 typedef typename nested_container::const_reference const_reference; typedef in class:nasty_list
202 const_reference front() const { return l_.front(); }
204 const_reference bac
[all...]

Completed in 622 milliseconds

123