Searched refs:size_type (Results 151 - 175 of 470) sorted by relevance

1234567891011>>

/external/libcxx/test/containers/unord/unord.multiset/
H A Dtypes.pass.cpp27 // typedef typename allocator_traits<allocator_type>::size_type size_type;
48 static_assert((std::is_same<C::size_type, std::size_t>::value), "");
64 static_assert((std::is_same<C::size_type, std::size_t>::value), "");
H A Dbucket.pass.cpp16 // size_type bucket(const key_type& __k) const;
72 C::size_type i = c.bucket(3);
H A Dbucket_size.pass.cpp16 // size_type bucket_size(size_type n) const
80 C::size_type i = c.bucket_size(3);
/external/libcxx/test/containers/unord/unord.set/
H A Dtypes.pass.cpp27 // typedef typename allocator_traits<allocator_type>::size_type size_type;
48 static_assert((std::is_same<C::size_type, std::size_t>::value), "");
64 static_assert((std::is_same<C::size_type, std::size_t>::value), "");
H A Dbucket.pass.cpp16 // size_type bucket(const key_type& __k) const;
71 C::size_type i = c.bucket(3);
/external/libcxx/test/strings/basic.string/
H A Dtypes.pass.cpp22 // typedef typename Allocator::size_type size_type;
32 // static const size_type npos = -1;
53 static_assert((std::is_same<typename S::size_type, typename std::allocator_traits<Allocator>::size_type>::value), "");
/external/libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/
H A DAndroid.mk19 test_name := utilities/memory/allocator.traits/allocator.traits.types/size_type
20 test_src := size_type.pass.cpp
/external/llvm/lib/Support/Unix/
H A DHost.inc56 std::string::size_type DarwinDashIdx = Triple.find("-darwin");
/external/oprofile/libutil++/
H A Dstring_manip.cpp26 string::size_type pos = result.find_last_of(ch);
36 string::size_type i = s.find_first_of(c);
/external/stlport/stlport/stl/
H A D_list.h83 typedef size_t size_type; typedef in struct:_List_iterator_base
110 typedef size_t size_type; typedef in struct:_List_iterator
268 typedef size_t size_type; typedef in class:list
306 explicit list(size_type __n, const_reference __val = _STLP_DEFAULT_CONSTRUCTED(value_type),
309 explicit list(size_type __n)
312 list(size_type __n, const_reference __val)
315 list(size_type __n, const_reference __val, const allocator_type& __a)
379 size_type size() const {
380 size_type __result = _STLP_STD::distance(begin(), end());
383 size_type max_siz
[all...]
/external/stlport/test/unit/
H A Drope_test.cpp77 crope::size_type n = r.find( "hair" );
90 crope::size_type n = r.find( 'e' );
/external/stlport/stlport/stl/debug/
H A D_list.h95 explicit list(size_type __n, const _Tp& __x = _Tp(),
97 list(size_type __n, const _Tp& __x,
103 explicit list(size_type __n)
175 size_type size() const { return _M_non_dbg_impl.size(); }
176 size_type max_size() const { return _M_non_dbg_impl.max_size(); }
257 void insert(iterator __pos, size_type __n, const _Tp& __x) {
289 void resize(size_type __new_size, const _Tp& __x = _Tp()) {
291 void resize(size_type __new_size, const _Tp& __x) {
294 size_type __len = 0;
304 void resize(size_type __new_siz
[all...]
/external/ceres-solver/internal/ceres/
H A Dsplit.cc96 string::size_type begin_index, end_index;
/external/chromium_org/base/containers/
H A Dstack_container.h40 typedef typename std::allocator<T>::size_type size_type; typedef in class:base::StackAllocator
106 pointer allocate(size_type n, void* hint = 0) {
118 void deallocate(pointer p, size_type n) {
/external/chromium_org/net/base/
H A Dlinked_hash_map.h43 typedef typename ListType::size_type size_type; typedef in class:linked_hash_map
117 size_type erase(const Key& key) {
215 size_type size() const {
/external/chromium_org/net/tools/quic/test_tools/
H A Dmock_epoll_server.h81 base::hash_set<AlarmCB*>::size_type NumberOfAlarms() const {
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dcode_generator.cc65 string::size_type equals_pos = parts[i].find_first_of('=');
/external/chromium_org/third_party/webrtc/base/
H A Dpathutils.cc117 std::string::size_type pos = pathname.find_last_of(FOLDER_DELIMS);
144 std::string::size_type pos = std::string::npos;
156 std::string::size_type pos = std::string::npos;
219 std::string::size_type pos = filename.rfind(EXT_DELIM);
/external/clang/test/CodeGenCXX/
H A Dcxx0x-initializer-stdinitializerlist-pr12086.cpp32 typedef size_t size_type; typedef in class:std::initializer_list
/external/clang/test/SemaCXX/
H A Dcxx0x-initializer-scalars.cpp25 typedef size_t size_type; typedef in class:std::initializer_list
/external/eigen/Eigen/src/StlSupport/
H A Ddetails.h25 typedef size_t size_type; typedef in class:Eigen::aligned_allocator_indirection
/external/jsoncpp/src/jsontestrunner/
H A Dmain.cpp25 std::string::size_type index = s.find_last_of( "eE" );
28 std::string::size_type hasSign = (s[index+1] == '+' || s[index+1] == '-') ? 1 : 0;
29 std::string::size_type exponentStartIndex = index + 1 + hasSign;
31 std::string::size_type indexDigit = s.find_first_not_of( '0', exponentStartIndex );
/external/libcxx/test/containers/unord/unord.map/
H A Dbucket.pass.cpp16 // size_type bucket(const key_type& __k) const;
73 C::size_type i = c.bucket(3);
H A Dbucket_size.pass.cpp16 // size_type bucket_size(size_type n) const
77 C::size_type i = c.bucket_size(3);
/external/libcxx/test/containers/unord/unord.multimap/
H A Dbucket.pass.cpp16 // size_type bucket(const key_type& __k) const;
73 C::size_type i = c.bucket(3);

Completed in 363 milliseconds

1234567891011>>