Searched refs:init_type (Results 1 - 16 of 16) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | btree_container.h | 239 using init_type = typename params_type::init_type; 276 btree_set_container(std::initializer_list<init_type> init, in btree_set_container() 280 btree_set_container(std::initializer_list<init_type> init, in btree_set_container() 293 init_type v(std::forward<Args>(args)...); in emplace() 308 init_type v(std::forward<Args>(args)...); in emplace_hint() 317 void insert(std::initializer_list<init_type> init) { in insert() 537 using init_type = typename params_type::init_type; 571 btree_multiset_container(std::initializer_list<init_type> ini [all...] |
H A D | hash_policy_traits.h | 78 using init_type = typename Policy::init_type; 165 // If `Ts...` is `[cv] value_type[&]` or `[cv] init_type[&]`,
|
H A D | node_hash_policy_test.cc | 32 using init_type = int;
|
H A D | raw_hash_set.h | 672 using init_type = typename PolicyTraits::init_type; 719 // An enabler for insert(T&&): T must be convertible to init_type or be the 726 absl::disjunction<std::is_convertible<T, init_type>, 734 typename std::enable_if<!std::is_same<T, init_type>::value, int>::type; 907 // that accept std::initializer_list<T> and std::initializer_list<init_type>. 932 raw_hash_set(std::initializer_list<init_type> init, size_t bucket_count = 0, 942 raw_hash_set(std::initializer_list<init_type> init, size_t bucket_count, 951 raw_hash_set(std::initializer_list<init_type> init, size_t bucket_count, 959 raw_hash_set(std::initializer_list<init_type> ini [all...] |
H A D | hash_policy_traits_test.cc | 39 using init_type = Slot;
|
H A D | raw_hash_set_benchmark.cc | 41 using init_type = int64_t; 82 using init_type = std::pair<std::string, std::string>;
|
H A D | btree.h | 247 using init_type = typename slot_policy::mutable_value_type; 330 using init_type = typename super_type::init_type; 1088 using init_type = typename Params::init_type; 2044 init_type value(*b);
|
H A D | raw_hash_set_probe_benchmark.cc | 51 using init_type = T;
|
H A D | raw_hash_set_allocator_test.cc | 131 using init_type = Tracked<int32_t>;
|
H A D | raw_hash_set_test.cc | 284 using init_type = T; 343 using init_type = std::pair<std::string, std::string>; 701 using init_type = DecomposeType; 942 // These should all trigger the insert(init_type) overload. in TEST()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
H A D | flat_hash_set.h | 457 using init_type = T;
|
H A D | node_hash_set.h | 447 using init_type = T;
|
H A D | flat_hash_map.h | 249 // std::pair<iterator,bool> insert(const init_type& value): 256 // std::pair<iterator,bool> insert(init_type&& value): 263 // iterator insert(const_iterator hint, const init_type& value): 265 // iterator insert(const_iterator hint, init_type&& value); 280 // void insert(std::initializer_list<init_type> ilist): 298 // pair<iterator, bool> insert_or_assign(const init_type& k, T&& obj): 299 // pair<iterator, bool> insert_or_assign(init_type&& k, T&& obj): 305 // const init_type& k, T&& obj): 306 // iterator insert_or_assign(const_iterator hint, init_type&& k, T&& obj): 359 // const init_type [all...] |
H A D | node_hash_map.h | 240 // std::pair<iterator,bool> insert(const init_type& value): 247 // std::pair<iterator,bool> insert(init_type&& value): 254 // iterator insert(const_iterator hint, const init_type& value): 256 // iterator insert(const_iterator hint, init_type&& value); 271 // void insert(std::initializer_list<init_type> ilist): 289 // std::pair<iterator, bool> insert_or_assign(const init_type& k, T&& obj): 290 // std::pair<iterator, bool> insert_or_assign(init_type&& k, T&& obj): 296 // const init_type& k, T&& obj): 297 // iterator insert_or_assign(const_iterator hint, init_type&& k, T&& obj): 350 // const init_type [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | hevc_cabac.c | 146 * Indexed by init_type 489 int init_type = 2 - s->sh.slice_type; in cabac_init_state() local 493 init_type ^= 3; in cabac_init_state() 496 int init_value = init_values[init_type][i]; in cabac_init_state()
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_msl.cpp | 15428 auto &init_type = expression_type(var.initializer); 15429 if (type.array.empty() && type.basetype != SPIRType::Struct && init_type.vecsize > type.vecsize)
|
Completed in 34 milliseconds