Searched refs:size_type (Results 176 - 200 of 470) sorted by relevance

1234567891011>>

/external/libcxx/test/containers/unord/unord.set/
H A Dbucket_size.pass.cpp16 // size_type bucket_size(size_type n) const
75 C::size_type i = c.bucket_size(3);
/external/libcxx/test/re/re.results/
H A Dtypes.pass.cpp23 // typedef typename allocator_traits<Allocator>::size_type size_type;
41 static_assert((std::is_same<typename MR::size_type, std::size_t>::value), "");
/external/libcxx/test/strings/basic.string/string.capacity/
H A Dresize_size.pass.cpp12 // void resize(size_type n);
22 test(S s, typename S::size_type n, S expected)
/external/libcxx/test/strings/basic.string/string.modifiers/string_append/
H A Dpointer_size.pass.cpp13 // append(const charT* s, size_type n);
23 test(S s, const typename S::value_type* str, typename S::size_type n, S expected)
H A Dsize_char.pass.cpp13 // append(size_type n, charT c);
22 test(S s, typename S::size_type n, typename S::value_type c, S expected)
/external/libcxx/test/strings/basic.string/string.modifiers/string_assign/
H A Dpointer_size.pass.cpp13 // assign(const charT* s, size_type n);
23 test(S s, const typename S::value_type* str, typename S::size_type n, S expected)
H A Dsize_char.pass.cpp13 // assign(size_type n, charT c);
22 test(S s, typename S::size_type n, typename S::value_type c, S expected)
/external/libcxx/test/strings/basic.string/string.modifiers/string_copy/
H A Dcopy.pass.cpp12 // size_type copy(charT* s, size_type n, size_type pos = 0) const;
23 test(S str, typename S::value_type* s, typename S::size_type n,
24 typename S::size_type pos)
29 typename S::size_type r = cs.copy(s, n, pos);
31 typename S::size_type rlen = std::min(n, cs.size() - pos);
/external/llvm/include/llvm/MC/
H A DYAML.h64 ArrayRef<uint8_t>::size_type binary_size() const {
/external/protobuf/src/google/protobuf/compiler/
H A Dcode_generator.cc60 string::size_type equals_pos = parts[i].find_first_of('=');
/external/stlport/stlport/stl/
H A D_slist.c35 # define size_type size_t macro
91 void slist<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val) {
106 void slist<_Tp,_Alloc>::resize(size_type __len, const _Tp& __x) {
223 # undef size_type macro
H A D_slist.h66 typedef size_t size_type; typedef in struct:_Slist_iterator_base
86 typedef size_t size_type; typedef in class:_Slist_iterator
235 typedef size_t size_type; typedef in class:slist
289 explicit slist(size_type __n, const value_type& __x = _STLP_DEFAULT_CONSTRUCTED(_Tp),
292 explicit slist(size_type __n)
295 slist(size_type __n, const value_type& __x)
298 slist(size_type __n, const value_type& __x, const allocator_type& __a)
348 void assign(size_type __n, const _Tp& __val) { _M_fill_assign(__n, __val); }
351 void _M_fill_assign(size_type __n, const _Tp& __val);
365 _M_fill_assign((size_type) __
[all...]
/external/stlport/test/eh/
H A DPrefix.h129 typedef EH_CSTD::size_t size_type; typedef in class:EH_allocator
145 _Tp* allocate(size_type __n, const void* = 0) const {
149 void deallocate(pointer __p, size_type __n) const {
155 size_type max_size() const _STLP_NOTHROW { return size_t(-1) / sizeof(value_type); }
/external/stlport/test/unit/
H A Dmvctor_declaration_test.cpp90 typedef size_t size_type; typedef in class:std::allocator
105 pointer allocate(size_type, const void* = 0) { return 0; }
106 void deallocate(pointer, size_type) {}
107 size_type max_size() const _STLP_NOTHROW { return 0; }
/external/chromium_org/net/tools/balsa/
H A Dbalsa_headers.cc95 HeaderLines::size_type index)
145 Blocks::size_type* block_buffer_idx) {
155 Blocks::size_type* block_buffer_idx) {
160 Blocks::size_type block_idx = can_write_to_contiguous_buffer_ ? 1 : 0;
207 for (Blocks::size_type i = 0; i < blocks_.size(); ++i) {
243 void BalsaBuffer::CleanupBlocksStartingFrom(Blocks::size_type start_idx) {
244 for (Blocks::size_type i = start_idx; i < blocks_.size(); ++i) {
258 HeaderLines::size_type index,
266 HeaderLines::size_type index)
330 BalsaBuffer::Blocks::size_type tmp_blk_id
[all...]
/external/libcxx/test/strings/basic.string/string.modifiers/string_replace/
H A Diter_iter_size_char.pass.cpp13 // replace(const_iterator i1, const_iterator i2, size_type n, charT c);
25 test(S s, typename S::size_type pos1, typename S::size_type n1, typename S::size_type n2,
28 typename S::size_type old_size = s.size();
31 typename S::size_type xlen = last - first;
35 typename S::size_type rlen = n2;
/external/stlport/stlport/stl/debug/
H A D_tree.h167 size_type size() const { return _M_non_dbg_impl.size(); }
168 size_type max_size() const { return _M_non_dbg_impl.max_size(); }
170 size_type count(const _KT& __x) const { return _M_non_dbg_impl.count(__x); }
275 size_type erase(const key_type& __x) {
277 size_type __n = _STLP_STD::distance(__p.first._M_iterator, __p.second._M_iterator);
282 size_type erase_unique(const key_type& __x) {
/external/chromium_org/base/memory/
H A Dscoped_vector.h23 typedef typename std::vector<T*>::size_type size_type; typedef in class:ScopedVector
/external/chromium_org/content/browser/media/
H A Dmedia_internals_unittest.cc53 const std::string::size_type first_brace = utf8_update.find('{');
54 const std::string::size_type last_brace = utf8_update.rfind('}');
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_doc_comment.cc53 for (string::size_type i = 0; i < input.size(); i++) {
155 string::size_type pos = result.find_first_of('\n');
/external/chromium_org/third_party/webrtc/base/
H A Dhttpcommon-inl.h111 std::string::size_type pos = query_.find(name, 1);
119 std::string::size_type end = query_.find(static_cast<CTYPE>('&'), pos);
/external/chromium_org/ui/views/layout/
H A Dgrid_layout.h283 // column, and is only used if size_type == FIXED. min_width gives the
294 GridLayout::SizeType size_type,
318 GridLayout::SizeType size_type,
/external/clang/lib/Format/
H A DBreakableToken.cpp63 StringRef::size_type SpaceOffset = Text.find_last_of(Blanks, MaxSplitBytes);
69 StringRef::size_type FirstNonWhitespace = Text.find_first_not_of(Blanks);
94 StringRef::size_type SpaceOffset = 0;
95 StringRef::size_type SlashOffset = 0;
96 StringRef::size_type WordStartOffset = 0;
97 StringRef::size_type SplitPoint = 0;
137 unsigned LineIndex, unsigned Offset, StringRef::size_type Length) const {
359 unsigned LineIndex, unsigned Offset, StringRef::size_type Length) const {
/external/libcxx/test/containers/associative/map/
H A Dtypes.pass.cpp27 // typedef typename allocator_type::size_type size_type;
49 static_assert((std::is_same<std::map<int, double>::size_type, std::size_t>::value), "");
63 static_assert((std::is_same<std::map<int, double, std::less<int>, min_allocator<std::pair<const int, double>>>::size_type, std::size_t>::value), "");
/external/libcxx/test/containers/associative/multimap/
H A Dtypes.pass.cpp27 // typedef typename allocator_type::size_type size_type;
49 static_assert((std::is_same<std::multimap<int, double>::size_type, std::size_t>::value), "");
63 static_assert((std::is_same<std::multimap<int, double, std::less<int>, min_allocator<std::pair<const int, double>>>::size_type, std::size_t>::value), "");

Completed in 6112 milliseconds

1234567891011>>