Home
last modified time | relevance | path

Searched defs:btree_container (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/third_party/abseil-cpp/absl/container/internal/
Dbtree_container.h74 btree_container() : tree_(key_compare(), allocator_type()) {} in btree_container() function
78 explicit btree_container(const allocator_type &alloc) in btree_container() function
81 btree_container(const btree_container &other) in btree_container() function
85 btree_container(const btree_container &other, const allocator_type &alloc) in btree_container() function
90 btree_container(btree_container &&other, const allocator_type &alloc) in btree_container() function
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dbtree_container.h69 btree_container() : tree_(key_compare(), allocator_type()) {} in btree_container() function
73 explicit btree_container(const allocator_type &alloc) in btree_container() function
76 btree_container(const btree_container &other) in btree_container() function
80 btree_container(const btree_container &other, const allocator_type &alloc) in btree_container() function
85 btree_container(btree_container &&other, const allocator_type &alloc) in btree_container() function