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

1 2

  /art/runtime/base/
iteration_range.h 39 iterator cbegin() const { return first_; } function in class:art::IterationRange
  /external/v8/src/base/
iterator.h 39 const_iterator cbegin() const { return begin_; } function in class:v8::base::iterator_range
42 bool empty() const { return cbegin() == cend(); }
46 difference_type size() const { return cend() - cbegin(); }
  /external/webrtc/webrtc/base/
array_view.h 112 const T* cbegin() const { return data_; } function in class:rtc::final
  /art/compiler/utils/
intrusive_forward_list_test.cc 53 IntrusiveForwardList<IFLTestValue>::const_iterator cbegin = ifl.cbegin(); local
55 ASSERT_TRUE(converted_begin == cbegin);
60 ASSERT_TRUE(ifl.begin() == ifl.cbegin());
61 ASSERT_FALSE(ifl.begin() != ifl.cbegin());
array_ref.h 118 const_iterator cbegin() const { return array_; } function in class:art::ArrayRef
127 const_reverse_iterator crend() const { return const_reverse_iterator(cbegin()); }
intrusive_forward_list.h 160 const_iterator cbegin() const { return const_iterator(first_.next_hook); } function in class:art::IntrusiveForwardList
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
array.hpp 17 * 28 Dec 2010 - (mtc) Added cbegin and cend (and crbegin and crend) for C++Ox compatibility.
77 const_iterator cbegin() const { return elems; } function in class:boost::array
218 const_iterator cbegin() const { return const_iterator( reinterpret_cast< const T * >( this ) ); }
222 const_iterator cend() const { return cbegin(); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
unordered_map.h 261 cbegin() const noexcept
672 cbegin(size_type __n) const function in class:unordered_map
673 { return _M_h.cbegin(__n); }
1292 cbegin(size_type __n) const function in class:unordered_multimap
    [all...]
unordered_set.h 270 cbegin() const noexcept
601 cbegin(size_type __n) const function in class:unordered_set
602 { return _M_h.cbegin(__n); }
875 cbegin() const noexcept
1183 cbegin(size_type __n) const function in class:unordered_multiset
    [all...]
hashtable.h 470 cbegin() const noexcept
541 cbegin(size_type __n) const function in class:_Hashtable
    [all...]
regex.h 1683 cbegin() const function in class:match_results
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
unordered_map.h 261 cbegin() const noexcept
672 cbegin(size_type __n) const function in class:unordered_map
673 { return _M_h.cbegin(__n); }
1292 cbegin(size_type __n) const function in class:unordered_multimap
    [all...]
unordered_set.h 270 cbegin() const noexcept
601 cbegin(size_type __n) const function in class:unordered_set
602 { return _M_h.cbegin(__n); }
875 cbegin() const noexcept
1183 cbegin(size_type __n) const function in class:unordered_multiset
    [all...]
hashtable.h 470 cbegin() const noexcept
541 cbegin(size_type __n) const function in class:_Hashtable
    [all...]
regex.h 1683 cbegin() const function in class:match_results
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
unordered_map.h 261 cbegin() const noexcept
672 cbegin(size_type __n) const function in class:unordered_map
673 { return _M_h.cbegin(__n); }
1292 cbegin(size_type __n) const function in class:unordered_multimap
    [all...]
unordered_set.h 270 cbegin() const noexcept
601 cbegin(size_type __n) const function in class:unordered_set
602 { return _M_h.cbegin(__n); }
875 cbegin() const noexcept
1183 cbegin(size_type __n) const function in class:unordered_multiset
    [all...]
hashtable.h 470 cbegin() const noexcept
541 cbegin(size_type __n) const function in class:_Hashtable
    [all...]
regex.h 1683 cbegin() const function in class:match_results
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
unordered_map.h 291 cbegin() const noexcept
703 cbegin(size_type __n) const function in class:unordered_map
704 { return _M_h.cbegin(__n); }
1354 cbegin(size_type __n) const function in class:unordered_multimap
    [all...]
unordered_set.h 299 cbegin() const noexcept
631 cbegin(size_type __n) const function in class:unordered_set
632 { return _M_h.cbegin(__n); }
934 cbegin() const noexcept
1243 cbegin(size_type __n) const function in class:unordered_multiset
    [all...]
hashtable.h 491 cbegin() const noexcept
562 cbegin(size_type __n) const function in class:_Hashtable
    [all...]
regex.h 1764 cbegin() const function in class:match_results
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 1725 const_iterator cbegin() const { return Blocks.cbegin(); } function in class:clang::threadSafety::SCFG
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
map.h 1494 const_iterator cbegin() const { return begin(); } function in class:google::protobuf::Map
    [all...]

Completed in 2168 milliseconds

1 2