HomeSort by relevance Sort by last modified time
    Searched refs:size_type (Results 251 - 275 of 2238) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/hash_fn/
ranged_hash_fn.hpp 75 typedef typename Allocator::size_type size_type; typedef in class:__gnu_pbds::detail::ranged_hash_fn
81 ranged_hash_fn(size_type);
83 ranged_hash_fn(size_type, const Hash_Fn&);
85 ranged_hash_fn(size_type, const Hash_Fn&, const Comb_Hash_Fn&);
91 notify_resized(size_type);
93 inline size_type
99 ranged_hash_fn(size_type size)
104 ranged_hash_fn(size_type size, const Hash_Fn& r_hash_fn)
110 ranged_hash_fn(size_type size, const Hash_Fn& r_hash_fn,
157 typedef typename Allocator::size_type size_type; typedef in class:__gnu_pbds::detail::ranged_hash_fn
259 typedef typename Allocator::size_type size_type; typedef in class:__gnu_pbds::detail::ranged_hash_fn
316 typedef typename Allocator::size_type size_type; typedef in class:__gnu_pbds::detail::ranged_hash_fn
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/hash_fn/
ranged_hash_fn.hpp 75 typedef typename _Alloc::size_type size_type; typedef in class:__gnu_pbds::detail::ranged_hash_fn
81 ranged_hash_fn(size_type);
83 ranged_hash_fn(size_type, const Hash_Fn&);
85 ranged_hash_fn(size_type, const Hash_Fn&, const Comb_Hash_Fn&);
91 notify_resized(size_type);
93 inline size_type
99 ranged_hash_fn(size_type size)
104 ranged_hash_fn(size_type size, const Hash_Fn& r_hash_fn)
110 ranged_hash_fn(size_type size, const Hash_Fn& r_hash_fn,
157 typedef typename _Alloc::size_type size_type; typedef in class:__gnu_pbds::detail::ranged_hash_fn
259 typedef typename _Alloc::size_type size_type; typedef in class:__gnu_pbds::detail::ranged_hash_fn
316 typedef typename _Alloc::size_type size_type; typedef in class:__gnu_pbds::detail::ranged_hash_fn
    [all...]
  /external/chromium/base/
string_piece.h 32 typedef size_t size_type; typedef in class:base::StringPiece
43 static const size_type npos;
54 StringPiece(const char* offset, size_type len)
62 size_type size() const { return length_; }
63 size_type length() const { return length_; }
70 void set(const char* data, size_type len) {
78 void set(const void* data, size_type len) {
83 char operator[](size_type i) const { return ptr_[i]; }
85 void remove_prefix(size_type n) {
90 void remove_suffix(size_type n)
    [all...]
string_piece.cc 13 typedef StringPiece::size_type size_type; typedef in namespace:base
31 size_type StringPiece::copy(char* buf, size_type n, size_type pos) const {
32 size_type ret = std::min(length_ - pos, n);
37 size_type StringPiece::find(const StringPiece& s, size_type pos) const {
43 const size_type xpos = result - ptr_;
47 size_type StringPiece::find(char c, size_type pos) const
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/ov_tree_map_/
insert_fn_imps.hpp 44 reallocate_metadata(null_node_update_pointer, size_type)
51 reallocate_metadata(Node_Update_* , size_type new_size)
57 for (size_type i = 0; i < m_size; ++i)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/ov_tree_map_/
insert_fn_imps.hpp 44 reallocate_metadata(null_node_update_pointer, size_type)
51 reallocate_metadata(Node_Update_* , size_type new_size)
57 for (size_type i = 0; i < m_size; ++i)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/ov_tree_map_/
insert_fn_imps.hpp 44 reallocate_metadata(null_node_update_pointer, size_type)
51 reallocate_metadata(Node_Update_* , size_type new_size)
57 for (size_type i = 0; i < m_size; ++i)
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
insert_fn_imps.hpp 44 reallocate_metadata(null_node_update_pointer, size_type)
51 reallocate_metadata(Node_Update_* , size_type new_size)
57 for (size_type i = 0; i < m_size; ++i)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
insert_fn_imps.hpp 44 reallocate_metadata(null_node_update_pointer, size_type)
51 reallocate_metadata(Node_Update_* , size_type new_size)
57 for (size_type i = 0; i < m_size; ++i)
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
insert_fn_imps.hpp 44 reallocate_metadata(null_node_update_pointer, size_type)
51 reallocate_metadata(Node_Update_* , size_type new_size)
57 for (size_type i = 0; i < m_size; ++i)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/ov_tree_map_/
insert_fn_imps.hpp 44 reallocate_metadata(null_node_update_pointer, size_type)
51 reallocate_metadata(Node_Update_* , size_type new_size)
57 for (size_type i = 0; i < m_size; ++i)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/ov_tree_map_/
insert_fn_imps.hpp 44 reallocate_metadata(null_node_update_pointer, size_type)
51 reallocate_metadata(Node_Update_* , size_type new_size)
57 for (size_type i = 0; i < m_size; ++i)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/ov_tree_map_/
insert_fn_imps.hpp 44 reallocate_metadata(null_node_update_pointer, size_type)
51 reallocate_metadata(Node_Update_* , size_type new_size)
57 for (size_type i = 0; i < m_size; ++i)
  /external/chromium/chrome/browser/sessions/
session_command.h 31 typedef uint16 size_type; typedef in class:SessionCommand
35 SessionCommand(id_type id, size_type size);
49 size_type size() const { return static_cast<size_type>(contents_.size()); }
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/allocator.traits/allocator.traits.types/
size_type.pass.cpp 15 // typedef Alloc::size_type | size_t size_type;
26 typedef unsigned short size_type; typedef in struct:A
58 static_assert((std::is_same<std::allocator_traits<A<char> >::size_type, unsigned short>::value), "");
59 static_assert((std::is_same<std::allocator_traits<B<char> >::size_type,
61 static_assert((std::is_same<std::allocator_traits<C<char> >::size_type,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/gp_hash_table_map_/
standard_policies.hpp 57 typedef typename Comb_Probe_Fn::size_type size_type; typedef in struct:__gnu_pbds::detail::default_probe_fn
65 __gnu_pbds::linear_probe_fn<size_type>,
66 __gnu_pbds::quadratic_probe_fn<size_type> >::__type
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/gp_hash_table_map_/
standard_policies.hpp 57 typedef typename Comb_Probe_Fn::size_type size_type; typedef in struct:__gnu_pbds::detail::default_probe_fn
65 __gnu_pbds::linear_probe_fn<size_type>,
66 __gnu_pbds::quadratic_probe_fn<size_type> >::__type
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/gp_hash_table_map_/
standard_policies.hpp 57 typedef typename Comb_Probe_Fn::size_type size_type; typedef in struct:__gnu_pbds::detail::default_probe_fn
65 __gnu_pbds::linear_probe_fn<size_type>,
66 __gnu_pbds::quadratic_probe_fn<size_type> >::__type
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
standard_policies.hpp 57 typedef typename Comb_Probe_Fn::size_type size_type; typedef in struct:__gnu_pbds::detail::default_probe_fn
65 __gnu_pbds::linear_probe_fn<size_type>,
66 __gnu_pbds::quadratic_probe_fn<size_type> >::__type
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
standard_policies.hpp 57 typedef typename Comb_Probe_Fn::size_type size_type; typedef in struct:__gnu_pbds::detail::default_probe_fn
65 __gnu_pbds::linear_probe_fn<size_type>,
66 __gnu_pbds::quadratic_probe_fn<size_type> >::__type
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
standard_policies.hpp 57 typedef typename Comb_Probe_Fn::size_type size_type; typedef in struct:__gnu_pbds::detail::default_probe_fn
65 __gnu_pbds::linear_probe_fn<size_type>,
66 __gnu_pbds::quadratic_probe_fn<size_type> >::__type
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/gp_hash_table_map_/
standard_policies.hpp 57 typedef typename Comb_Probe_Fn::size_type size_type; typedef in struct:__gnu_pbds::detail::default_probe_fn
65 __gnu_pbds::linear_probe_fn<size_type>,
66 __gnu_pbds::quadratic_probe_fn<size_type> >::__type
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/gp_hash_table_map_/
standard_policies.hpp 57 typedef typename Comb_Probe_Fn::size_type size_type; typedef in struct:__gnu_pbds::detail::default_probe_fn
65 __gnu_pbds::linear_probe_fn<size_type>,
66 __gnu_pbds::quadratic_probe_fn<size_type> >::__type
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/gp_hash_table_map_/
standard_policies.hpp 57 typedef typename Comb_Probe_Fn::size_type size_type; typedef in struct:__gnu_pbds::detail::default_probe_fn
65 __gnu_pbds::linear_probe_fn<size_type>,
66 __gnu_pbds::quadratic_probe_fn<size_type> >::__type
  /external/tinyxml/
tinystr.h 56 typedef unsigned int size_type; typedef in class:TiXmlString
59 static const size_type npos; // = -1;
77 init( static_cast<size_type>( strlen(copy) ));
82 TiXmlString (const char * str, size_type len)
97 return assign( copy, (size_type)strlen(copy));
110 return append(suffix, static_cast<size_type>( strlen(suffix) ));
133 size_type length () const { return rep_->size; }
136 size_type size () const { return rep_->size; }
142 size_type capacity () const { return rep_->capacity; }
146 const char& at (size_type index) cons
    [all...]

Completed in 3489 milliseconds

<<11121314151617181920>>