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

123

/external/eigen/Eigen/src/Core/util/
H A DMemory.h721 typedef const T& const_reference; typedef in class:Eigen::aligned_allocator
/external/llvm/include/llvm/ADT/
H A DSmallVector.h107 typedef const T &const_reference; typedef in class:llvm::SmallVectorTemplateCommon
149 const_reference operator[](size_type idx) const {
158 const_reference front() const {
167 const_reference back() const {
H A Dilist.h339 typedef const NodeTy &const_reference; typedef in class:llvm::iplist
391 const_reference front() const {
399 const_reference back() const {
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A Dilist.h341 typedef const NodeTy &const_reference; typedef in class:llvm::iplist
391 const_reference front() const {
399 const_reference back() const {
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DSmallVector.h109 typedef const T &const_reference; typedef in class:llvm::SmallVectorTemplateCommon
152 const_reference operator[](size_type idx) const {
161 const_reference front() const {
170 const_reference back() const {
/external/clang/include/clang/Analysis/
H A DCFG.h364 typedef ImplTy::const_reference const_reference; typedef in class:clang::CFGBlock::ElementList
372 const_reference front() const { return Impl.back(); }
373 const_reference back() const { return Impl.front(); }
/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx1y.cpp743 typedef const _E& const_reference; typedef in class:loops::std::initializer_list
/external/libcxxabi/src/
H A Dcxa_demangle.cpp4879 typedef const T& const_reference; typedef in class:__cxxabiv1::__anon10437::malloc_alloc
/external/llvm/include/llvm/Support/
H A DCommandLine.h1381 typedef typename std::vector<DataType>::const_reference const_reference; typedef in class:llvm::list_storage
1383 const_reference operator[](size_type pos) const { return Storage[pos]; }
1410 const_reference front() const { return Storage.front(); }
/external/protobuf/src/google/protobuf/
H A Dmap.h518 typedef const value_type& const_reference; typedef in class:google::protobuf::Map
582 typedef const value_type& const_reference; typedef in class:google::protobuf::Map::MapAllocator
628 void construct(pointer p, const_reference t) { new (p) value_type(t); }
1394 const_reference operator*() const {
H A Drepeated_field.h178 typedef const value_type& const_reference; typedef in class:google::protobuf::RepeatedField
790 typedef const value_type& const_reference; typedef in class:google::protobuf::RepeatedPtrField
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DCommandLine.h1399 typedef typename std::vector<DataType>::const_reference const_reference; typedef in class:llvm::list_storage
1401 const_reference operator[](size_type pos) const { return Storage[pos]; }
1428 const_reference front() const { return Storage.front(); }
/external/v8/src/
H A Ddeoptimizer.h207 typedef TranslatedValue const& const_reference; typedef in class:v8::internal::TranslatedFrame
213 const_reference front() const { return values_.front(); }
/external/fmtlib/test/gmock/
H A Dgmock.h841 // - const_reference is a type that provides a reference to a const
854 typedef const type& const_reference; typedef in class:testing::internal::StlContainerView
856 static const_reference ConstReference(const RawContainer& container) {
874 // 'typedef const type& const_reference' here, as that would mean
876 typedef const type const_reference; typedef in class:testing::internal::StlContainerView
878 static const_reference ConstReference(const Element (&array)[N]) {
917 typedef const type const_reference; typedef in class:testing::internal::StlContainerView
919 static const_reference ConstReference(
6941 typedef typename View::const_reference StlContainerReference;
7045 typedef typename LhsView::const_reference LhsStlContainerReferenc
[all...]

Completed in 674 milliseconds

123