Home
last modified time | relevance | path

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 Dbtree_container.h239 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 Dhash_policy_traits.h78 using init_type = typename Policy::init_type;
165 // If `Ts...` is `[cv] value_type[&]` or `[cv] init_type[&]`,
H A Dnode_hash_policy_test.cc32 using init_type = int;
H A Draw_hash_set.h672 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 Dhash_policy_traits_test.cc39 using init_type = Slot;
H A Draw_hash_set_benchmark.cc41 using init_type = int64_t;
82 using init_type = std::pair<std::string, std::string>;
H A Dbtree.h247 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 Draw_hash_set_probe_benchmark.cc51 using init_type = T;
H A Draw_hash_set_allocator_test.cc131 using init_type = Tracked<int32_t>;
H A Draw_hash_set_test.cc284 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 Dflat_hash_set.h457 using init_type = T;
H A Dnode_hash_set.h447 using init_type = T;
H A Dflat_hash_map.h249 // 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 Dnode_hash_map.h240 // 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 Dhevc_cabac.c146 * 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 Dspirv_msl.cpp15428 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