Home
last modified time | relevance | path

Searched refs:init_type (Results 1 – 25 of 30) sorted by relevance

12

/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dbtree_container.h239 using init_type = typename params_type::init_type; variable
276 btree_set_container(std::initializer_list<init_type> init,
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; variable
571 btree_multiset_container(std::initializer_list<init_type> init,
575 btree_multiset_container(std::initializer_list<init_type> init, in btree_multiset_container()
594 void insert(std::initializer_list<init_type> init) { in insert()
[all …]
Dhash_policy_traits.h78 using init_type = typename Policy::init_type;
Dnode_hash_policy_test.cc32 using init_type = int; typedef
Draw_hash_set.h672 using init_type = typename PolicyTraits::init_type;
726 absl::disjunction<std::is_convertible<T, init_type>,
734 typename std::enable_if<!std::is_same<T, init_type>::value, int>::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> init,
1127 std::pair<iterator, bool> insert(init_type&& value) {
1150 iterator insert(const_iterator, init_type&& value) {
1164 void insert(std::initializer_list<init_type> ilist) {
Dhash_policy_traits_test.cc39 using init_type = Slot; typedef
Draw_hash_set_benchmark.cc41 using init_type = int64_t; typedef
82 using init_type = std::pair<std::string, std::string>; typedef in absl::container_internal::__anoneab697cb0111::StringPolicy
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);
Draw_hash_set_probe_benchmark.cc51 using init_type = T; typedef
/third_party/abseil-cpp/absl/container/internal/
Dbtree_container.h215 using init_type = typename params_type::init_type; variable
248 btree_set_container(std::initializer_list<init_type> init,
268 init_type v(std::forward<Args>(args)...); in emplace()
283 init_type v(std::forward<Args>(args)...); in emplace_hint()
292 void insert(std::initializer_list<init_type> init) { in insert()
518 using init_type = typename params_type::init_type; variable
548 btree_multiset_container(std::initializer_list<init_type> init,
574 void insert(std::initializer_list<init_type> init) { in insert()
579 return this->tree_.insert_multi(init_type(std::forward<Args>(args)...)); in emplace()
584 iterator(hint), init_type(std::forward<Args>(args)...)); in emplace_hint()
Dhash_policy_traits.h78 using init_type = typename Policy::init_type;
Dnode_hash_policy_test.cc32 using init_type = int; typedef
Draw_hash_set.h551 using init_type = typename PolicyTraits::init_type;
612 absl::disjunction<std::is_convertible<T, init_type>,
620 typename std::enable_if<!std::is_same<T, init_type>::value, int>::type;
817 raw_hash_set(std::initializer_list<init_type> init, size_t bucket_count = 0,
827 raw_hash_set(std::initializer_list<init_type> init, size_t bucket_count,
836 raw_hash_set(std::initializer_list<init_type> init, size_t bucket_count,
844 raw_hash_set(std::initializer_list<init_type> init,
1012 std::pair<iterator, bool> insert(init_type&& value) {
1035 iterator insert(const_iterator, init_type&& value) {
1049 void insert(std::initializer_list<init_type> ilist) {
Dhash_policy_traits_test.cc39 using init_type = Slot; typedef
Dbtree.h209 using init_type = typename slot_policy::mutable_value_type;
275 using init_type = typename super_type::init_type;
1018 using init_type = typename Params::init_type;
1992 init_type value(*b);
/third_party/boost/boost/msm/front/euml/
Dstate_grammar.hpp920 typedef typename boost::result_of<BuildInit(Init)>::type init_type; in build_sm() typedef
921 return func_state_machine<StateNameTag,STT,init_type>(); in build_sm()
938 typedef typename boost::result_of<BuildInit(Init)>::type init_type; in build_sm() typedef
939 return func_state_machine<StateNameTag,STT,init_type,entry_action>(); in build_sm()
959 typedef typename boost::result_of<BuildInit(Init)>::type init_type; in build_sm() typedef
962 return func_state_machine<StateNameTag,STT,init_type,entry_action,exit_action>(); in build_sm()
983 typedef typename boost::result_of<BuildInit(Init)>::type init_type; in build_sm() typedef
987 … return func_state_machine<StateNameTag,STT,init_type,entry_action,exit_action,attributes_type>(); in build_sm()
1011 typedef typename boost::result_of<BuildInit(Init)>::type init_type; in build_sm() typedef
1018 …return func_state_machine<StateNameTag,STT,init_type,entry_action,exit_action,attributes_type,flag… in build_sm()
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dflat_hash_set.h457 using init_type = T; member
Dnode_hash_set.h447 using init_type = T; member
Dnode_hash_map.h545 using init_type = std::pair</*non const*/ key_type, mapped_type>; variable
Dflat_hash_map.h558 using init_type = std::pair</*non const*/ key_type, mapped_type>; member
/third_party/abseil-cpp/absl/container/
Dflat_hash_set.h457 using init_type = T; member
Dnode_hash_set.h447 using init_type = T; member
Dnode_hash_map.h545 using init_type = std::pair</*non const*/ key_type, mapped_type>; variable
Dflat_hash_map.h558 using init_type = std::pair</*non const*/ key_type, mapped_type>; member
/third_party/ffmpeg/libavcodec/
Dhevc_cabac.c489 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/weston/pipewire/
Dpipewire-plugin.c103 static inline void init_type(struct type *type, struct spa_type_map *map) in init_type() function
750 init_type(&pipewire->type, pipewire->t->map); in weston_pipewire_init()

12