Home
last modified time | relevance | path

Searched defs:allocator_type (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dinlined_vector.h119 InlinedVector(size_type n, const allocator_type& alloc = allocator_type()) InlinedVector() argument
126 InlinedVector(size_type n, const_reference v, const allocator_type& alloc = allocator_type()) InlinedVector() argument
133 InlinedVector(std::initializer_list<value_type> list, const allocator_type& alloc = allocator_type()) InlinedVector() argument
145 InlinedVector(ForwardIterator first, ForwardIterator last, const allocator_type& alloc = allocator_type()) InlinedVector() argument
156 InlinedVector(InputIterator first, InputIterator last, const allocator_type& alloc = allocator_type()) InlinedVector() argument
[all...]
H A Dfixed_array.h134 explicit FixedArray(size_type n, const allocator_type& a = allocator_type()) in FixedArray() argument
143 FixedArray(size_type n, const value_type& val, const allocator_type& a = allocator_type()) FixedArray() argument
151 FixedArray(std::initializer_list<value_type> init_list, const allocator_type& a = allocator_type()) FixedArray() argument
159 FixedArray(Iterator first, Iterator last, const allocator_type& a = allocator_type()) FixedArray() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dbtree_container.h70 btree_container(const key_compare &comp, const allocator_type &alloc = allocator_type()) btree_container() argument
264 btree_set_container(InputIterator b, InputIterator e, const key_compare &comp = key_compare(), const allocator_type &alloc = allocator_type()) btree_set_container() argument
276 btree_set_container(std::initializer_list<init_type> init, const key_compare &comp = key_compare(), const allocator_type &alloc = allocator_type()) btree_set_container() argument
559 btree_multiset_container(InputIterator b, InputIterator e, const key_compare &comp = key_compare(), const allocator_type &alloc = allocator_type()) btree_multiset_container() argument
571 btree_multiset_container(std::initializer_list<init_type> init, const key_compare &comp = key_compare(), const allocator_type &alloc = allocator_type()) btree_multiset_container() argument
[all...]

Completed in 3 milliseconds