Home
last modified time | relevance | path

Searched refs:params_type (Results 1 – 25 of 40) sorted by relevance

12

/external/openscreen/third_party/abseil/src/absl/container/internal/
Dbtree_container.h37 using params_type = typename Tree::params_type; variable
237 using params_type = typename Tree::params_type; variable
238 using init_type = typename params_type::init_type;
239 using is_key_compare_to = typename params_type::is_key_compare_to;
285 return this->tree_.insert_unique(params_type::key(v), v); in insert()
288 return this->tree_.insert_unique(params_type::key(v), std::move(v)); in insert()
293 return this->tree_.insert_unique(params_type::key(v), std::move(v)); in emplace()
297 .insert_hint_unique(iterator(hint), params_type::key(v), v) in insert()
302 .insert_hint_unique(iterator(hint), params_type::key(v), std::move(v)) in insert()
309 .insert_hint_unique(iterator(hint), params_type::key(v), std::move(v)) in emplace_hint()
[all …]
Dbtree.h448 using params_type = Params;
547 params_type::kTargetNodeSize
553 kTargetNodeSize = params_type::kTargetNodeSize,
554 kNodeTargetValues = NodeTargetValues(0, params_type::kTargetNodeSize),
656 const key_type &key(int i) const { return params_type::key(slot(i)); }
657 reference value(int i) { return params_type::element(slot(i)); }
658 const_reference value(int i) const { return params_type::element(slot(i)); }
850 params_type::construct(alloc, slot(i), std::forward<Args>(args)...);
853 params_type::destroy(alloc, slot(i));
859 params_type::destroy(alloc, s);
[all …]
/external/tensorflow/third_party/absl/abseil-cpp/absl/container/internal/
Dbtree_container.h38 using params_type = typename Tree::params_type; variable
47 typename KeyArg<params_type::kIsKeyCompareTransparent>::template type<
240 using params_type = typename Tree::params_type; variable
241 using init_type = typename params_type::init_type;
242 using is_key_compare_to = typename params_type::is_key_compare_to;
288 return this->tree_.insert_unique(params_type::key(v), v); in insert()
291 return this->tree_.insert_unique(params_type::key(v), std::move(v)); in insert()
299 return this->tree_.insert_unique(params_type::key(slot), slot); in emplace()
303 .insert_hint_unique(iterator(hint), params_type::key(v), v) in insert()
308 .insert_hint_unique(iterator(hint), params_type::key(v), std::move(v)) in insert()
[all …]
Dbtree.h522 using params_type = Params;
615 /*generation*/ params_type::kEnableGenerations ? 1 : 0,
632 params_type::kTargetNodeSize
638 kTargetNodeSize = params_type::kTargetNodeSize,
639 kNodeTargetSlots = NodeTargetSlots(0, params_type::kTargetNodeSize),
660 /*generation*/ params_type::kEnableGenerations ? 1 : 0,
668 /*generation*/ params_type::kEnableGenerations ? 1 : 0,
755 assert(params_type::kEnableGenerations);
763 return params_type::kEnableGenerations ? *get_root_generation() : 0;
768 if (params_type::kEnableGenerations) GetField<1>()[0] = generation;
[all …]
/external/cronet/third_party/abseil-cpp/absl/container/internal/
Dbtree_container.h38 using params_type = typename Tree::params_type; variable
47 typename KeyArg<params_type::kIsKeyCompareTransparent>::template type<
254 using params_type = typename Tree::params_type; variable
255 using init_type = typename params_type::init_type;
256 using is_key_compare_to = typename params_type::is_key_compare_to;
302 return this->tree_.insert_unique(params_type::key(v), v); in insert()
305 return this->tree_.insert_unique(params_type::key(v), std::move(v)); in insert()
313 return this->tree_.insert_unique(params_type::key(slot), slot); in emplace()
317 .insert_hint_unique(iterator(hint), params_type::key(v), v) in insert()
322 .insert_hint_unique(iterator(hint), params_type::key(v), std::move(v)) in insert()
[all …]
Dbtree.h499 using params_type = Params;
592 /*generation*/ params_type::kEnableGenerations ? 1 : 0,
609 params_type::kTargetNodeSize
614 constexpr static size_type kTargetNodeSize = params_type::kTargetNodeSize;
637 /*generation*/ params_type::kEnableGenerations ? 1 : 0,
645 /*generation*/ params_type::kEnableGenerations ? 1 : 0,
732 assert(params_type::kEnableGenerations);
740 return params_type::kEnableGenerations ? *get_root_generation() : 0;
745 if (params_type::kEnableGenerations) GetField<1>()[0] = generation;
749 if (params_type::kEnableGenerations) ++*get_root_generation();
[all …]
/external/webrtc/third_party/abseil-cpp/absl/container/internal/
Dbtree_container.h38 using params_type = typename Tree::params_type; variable
47 typename KeyArg<params_type::kIsKeyCompareTransparent>::template type<
240 using params_type = typename Tree::params_type; variable
241 using init_type = typename params_type::init_type;
242 using is_key_compare_to = typename params_type::is_key_compare_to;
288 return this->tree_.insert_unique(params_type::key(v), v); in insert()
291 return this->tree_.insert_unique(params_type::key(v), std::move(v)); in insert()
299 return this->tree_.insert_unique(params_type::key(slot), slot); in emplace()
303 .insert_hint_unique(iterator(hint), params_type::key(v), v) in insert()
308 .insert_hint_unique(iterator(hint), params_type::key(v), std::move(v)) in insert()
[all …]
Dbtree.h499 using params_type = Params;
592 /*generation*/ params_type::kEnableGenerations ? 1 : 0,
609 params_type::kTargetNodeSize
614 constexpr static size_type kTargetNodeSize = params_type::kTargetNodeSize;
637 /*generation*/ params_type::kEnableGenerations ? 1 : 0,
645 /*generation*/ params_type::kEnableGenerations ? 1 : 0,
732 assert(params_type::kEnableGenerations);
740 return params_type::kEnableGenerations ? *get_root_generation() : 0;
745 if (params_type::kEnableGenerations) GetField<1>()[0] = generation;
749 if (params_type::kEnableGenerations) ++*get_root_generation();
[all …]
/external/angle/third_party/abseil-cpp/absl/container/internal/
Dbtree_container.h38 using params_type = typename Tree::params_type; variable
47 typename KeyArg<params_type::kIsKeyCompareTransparent>::template type<
281 using params_type = typename Tree::params_type; variable
282 using init_type = typename params_type::init_type;
283 using is_key_compare_to = typename params_type::is_key_compare_to;
330 return this->tree_.insert_unique(params_type::key(v), v); in insert()
334 return this->tree_.insert_unique(params_type::key(v), std::move(v)); in insert()
343 return this->tree_.insert_unique(params_type::key(slot), slot); in emplace()
348 .insert_hint_unique(iterator(hint), params_type::key(v), v) in insert()
354 .insert_hint_unique(iterator(hint), params_type::key(v), std::move(v)) in insert()
[all …]
Dbtree.h499 using params_type = Params;
609 params_type::kTargetNodeSize
614 constexpr static size_type kTargetNodeSize = params_type::kTargetNodeSize;
752 const key_type &key(size_type i) const { return params_type::key(slot(i)); }
753 reference value(size_type i) { return params_type::element(slot(i)); }
755 return params_type::element(slot(i));
863 if (params_type::template can_have_multiple_equivalent_keys<K>()) {
905 params_type::kIsKeyCompareStringAdapted) {
916 params_type::template can_have_multiple_equivalent_keys<key_type>();
987 params_type::construct(alloc, slot(i), std::forward<Args>(args)...);
[all …]
/external/abseil-cpp/absl/container/internal/
Dbtree_container.h38 using params_type = typename Tree::params_type; variable
47 typename KeyArg<params_type::kIsKeyCompareTransparent>::template type<
240 using params_type = typename Tree::params_type; variable
241 using init_type = typename params_type::init_type;
242 using is_key_compare_to = typename params_type::is_key_compare_to;
288 return this->tree_.insert_unique(params_type::key(v), v); in insert()
291 return this->tree_.insert_unique(params_type::key(v), std::move(v)); in insert()
299 return this->tree_.insert_unique(params_type::key(slot), slot); in emplace()
303 .insert_hint_unique(iterator(hint), params_type::key(v), v) in insert()
308 .insert_hint_unique(iterator(hint), params_type::key(v), std::move(v)) in insert()
[all …]
Dbtree.h522 using params_type = Params;
615 /*generation*/ params_type::kEnableGenerations ? 1 : 0,
632 params_type::kTargetNodeSize
638 kTargetNodeSize = params_type::kTargetNodeSize,
639 kNodeTargetSlots = NodeTargetSlots(0, params_type::kTargetNodeSize),
660 /*generation*/ params_type::kEnableGenerations ? 1 : 0,
668 /*generation*/ params_type::kEnableGenerations ? 1 : 0,
755 assert(params_type::kEnableGenerations);
763 return params_type::kEnableGenerations ? *get_root_generation() : 0;
768 if (params_type::kEnableGenerations) GetField<1>()[0] = generation;
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dbtree_container.h37 using params_type = typename Tree::params_type; variable
237 using params_type = typename Tree::params_type; variable
238 using init_type = typename params_type::init_type;
239 using is_key_compare_to = typename params_type::is_key_compare_to;
285 return this->tree_.insert_unique(params_type::key(v), v); in insert()
288 return this->tree_.insert_unique(params_type::key(v), std::move(v)); in insert()
293 return this->tree_.insert_unique(params_type::key(v), std::move(v)); in emplace()
297 .insert_hint_unique(iterator(hint), params_type::key(v), v) in insert()
302 .insert_hint_unique(iterator(hint), params_type::key(v), std::move(v)) in insert()
309 .insert_hint_unique(iterator(hint), params_type::key(v), std::move(v)) in emplace_hint()
[all …]
Dbtree.h458 using params_type = Params;
557 params_type::kTargetNodeSize
563 kTargetNodeSize = params_type::kTargetNodeSize,
564 kNodeTargetSlots = NodeTargetSlots(0, params_type::kTargetNodeSize),
671 const key_type &key(int i) const { return params_type::key(slot(i)); }
672 reference value(int i) { return params_type::element(slot(i)); }
673 const_reference value(int i) const { return params_type::element(slot(i)); }
777 if (params_type::template can_have_multiple_equivalent_keys<K>()) {
865 params_type::construct(alloc, slot(i), std::forward<Args>(args)...);
868 params_type::destroy(alloc, slot(i));
[all …]
/external/libtextclassifier/abseil-cpp/absl/container/internal/
Dbtree_container.h36 using params_type = typename Tree::params_type; variable
214 using params_type = typename Tree::params_type; variable
215 using init_type = typename params_type::init_type;
216 using is_key_compare_to = typename params_type::is_key_compare_to;
261 return this->tree_.insert_unique(params_type::key(v), v); in insert()
264 return this->tree_.insert_unique(params_type::key(v), std::move(v)); in insert()
269 return this->tree_.insert_unique(params_type::key(v), std::move(v)); in emplace()
273 .insert_hint_unique(iterator(hint), params_type::key(v), v) in insert()
278 .insert_hint_unique(iterator(hint), params_type::key(v), std::move(v)) in insert()
285 .insert_hint_unique(iterator(hint), params_type::key(v), std::move(v)) in emplace_hint()
[all …]
Dbtree.h412 using params_type = Params;
504 params_type::kTargetNodeSize
510 kTargetNodeSize = params_type::kTargetNodeSize,
511 kNodeTargetValues = NodeTargetValues(0, params_type::kTargetNodeSize),
613 const key_type &key(int i) const { return params_type::key(slot(i)); }
614 reference value(int i) { return params_type::element(slot(i)); }
615 const_reference value(int i) const { return params_type::element(slot(i)); }
813 params_type::construct(alloc, slot(i), std::forward<Args>(args)...);
816 params_type::destroy(alloc, slot(i));
822 params_type::destroy(alloc, s);
[all …]
/external/angle/third_party/abseil-cpp/absl/random/internal/
Dpcg_engine.h51 using params_type = Params; variable
115 helper.write(pcg_engine::params_type::multiplier(), os);
117 helper.write(pcg_engine::params_type::increment(), os);
130 os << pcg_engine::params_type::multiplier() << os.fill();
131 os << pcg_engine::params_type::increment() << os.fill();
146 if (mult != pcg_engine::params_type::multiplier() ||
147 inc != pcg_engine::params_type::increment()) {
165 if (mult != pcg_engine::params_type::multiplier() ||
166 inc != pcg_engine::params_type::increment()) {
215 state_ = lcg(tmp + params_type::increment()); in reseed()
/external/webrtc/third_party/abseil-cpp/absl/random/internal/
Dpcg_engine.h51 using params_type = Params; variable
115 helper.write(pcg_engine::params_type::multiplier(), os);
117 helper.write(pcg_engine::params_type::increment(), os);
130 os << pcg_engine::params_type::multiplier() << os.fill();
131 os << pcg_engine::params_type::increment() << os.fill();
146 if (mult != pcg_engine::params_type::multiplier() ||
147 inc != pcg_engine::params_type::increment()) {
165 if (mult != pcg_engine::params_type::multiplier() ||
166 inc != pcg_engine::params_type::increment()) {
215 state_ = lcg(tmp + params_type::increment()); in reseed()
/external/tensorflow/third_party/absl/abseil-cpp/absl/random/internal/
Dpcg_engine.h51 using params_type = Params; variable
115 helper.write(pcg_engine::params_type::multiplier(), os);
117 helper.write(pcg_engine::params_type::increment(), os);
130 os << pcg_engine::params_type::multiplier() << os.fill();
131 os << pcg_engine::params_type::increment() << os.fill();
146 if (mult != pcg_engine::params_type::multiplier() ||
147 inc != pcg_engine::params_type::increment()) {
165 if (mult != pcg_engine::params_type::multiplier() ||
166 inc != pcg_engine::params_type::increment()) {
215 state_ = lcg(tmp + params_type::increment()); in reseed()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/internal/
Dpcg_engine.h51 using params_type = Params; variable
115 helper.write(pcg_engine::params_type::multiplier(), os);
117 helper.write(pcg_engine::params_type::increment(), os);
130 os << pcg_engine::params_type::multiplier() << os.fill();
131 os << pcg_engine::params_type::increment() << os.fill();
146 if (mult != pcg_engine::params_type::multiplier() ||
147 inc != pcg_engine::params_type::increment()) {
165 if (mult != pcg_engine::params_type::multiplier() ||
166 inc != pcg_engine::params_type::increment()) {
215 state_ = lcg(tmp + params_type::increment()); in reseed()
/external/libtextclassifier/abseil-cpp/absl/random/internal/
Dpcg_engine.h50 using params_type = Params; variable
114 helper.write(pcg_engine::params_type::multiplier(), os);
116 helper.write(pcg_engine::params_type::increment(), os);
129 os << pcg_engine::params_type::multiplier() << os.fill();
130 os << pcg_engine::params_type::increment() << os.fill();
145 if (mult != pcg_engine::params_type::multiplier() ||
146 inc != pcg_engine::params_type::increment()) {
164 if (mult != pcg_engine::params_type::multiplier() ||
165 inc != pcg_engine::params_type::increment()) {
214 state_ = lcg(tmp + params_type::increment()); in reseed()
/external/cronet/third_party/abseil-cpp/absl/random/internal/
Dpcg_engine.h51 using params_type = Params; variable
115 helper.write(pcg_engine::params_type::multiplier(), os);
117 helper.write(pcg_engine::params_type::increment(), os);
130 os << pcg_engine::params_type::multiplier() << os.fill();
131 os << pcg_engine::params_type::increment() << os.fill();
146 if (mult != pcg_engine::params_type::multiplier() ||
147 inc != pcg_engine::params_type::increment()) {
165 if (mult != pcg_engine::params_type::multiplier() ||
166 inc != pcg_engine::params_type::increment()) {
215 state_ = lcg(tmp + params_type::increment()); in reseed()
/external/openscreen/third_party/abseil/src/absl/random/internal/
Dpcg_engine.h50 using params_type = Params; variable
114 helper.write(pcg_engine::params_type::multiplier(), os);
116 helper.write(pcg_engine::params_type::increment(), os);
129 os << pcg_engine::params_type::multiplier() << os.fill();
130 os << pcg_engine::params_type::increment() << os.fill();
145 if (mult != pcg_engine::params_type::multiplier() ||
146 inc != pcg_engine::params_type::increment()) {
164 if (mult != pcg_engine::params_type::multiplier() ||
165 inc != pcg_engine::params_type::increment()) {
214 state_ = lcg(tmp + params_type::increment()); in reseed()
/external/abseil-cpp/absl/random/internal/
Dpcg_engine.h51 using params_type = Params; variable
115 helper.write(pcg_engine::params_type::multiplier(), os);
117 helper.write(pcg_engine::params_type::increment(), os);
130 os << pcg_engine::params_type::multiplier() << os.fill();
131 os << pcg_engine::params_type::increment() << os.fill();
146 if (mult != pcg_engine::params_type::multiplier() ||
147 inc != pcg_engine::params_type::increment()) {
165 if (mult != pcg_engine::params_type::multiplier() ||
166 inc != pcg_engine::params_type::increment()) {
215 state_ = lcg(tmp + params_type::increment()); in reseed()
/external/python/apitools/apitools/base/py/
Dbase_api.py248 util.Typecheck(default_global_params, self.params_type)
337 def params_type(self): member in BaseApiClient
348 self.__default_global_params = self.params_type()
513 util.Typecheck(global_params, (type(None), self.__client.params_type))
514 result = self.__client.params_type()
515 global_params = global_params or self.__client.params_type()
553 [x.name for x in self.__client.params_type.all_fields()],
554 self.__client.params_type)

12