Home
last modified time | relevance | path

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

12

/external/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(x), x); in insert()
264 return this->tree_.insert_unique(params_type::key(x), std::move(x)); in insert()
269 return this->tree_.insert_unique(params_type::key(v), std::move(v)); in emplace()
273 .insert_hint_unique(iterator(position), params_type::key(x), x) in insert()
278 .insert_hint_unique(iterator(position), params_type::key(x), in insert()
286 .insert_hint_unique(iterator(position), params_type::key(v), in emplace_hint()
[all …]
Dbtree.h373 using params_type = Params;
465 params_type::kTargetNodeSize
471 kTargetNodeSize = params_type::kTargetNodeSize,
472 kNodeTargetValues = NodeTargetValues(0, params_type::kTargetNodeSize),
574 const key_type &key(int i) const { return params_type::key(slot(i)); }
575 reference value(int i) { return params_type::element(slot(i)); }
576 const_reference value(int i) const { return params_type::element(slot(i)); }
782 params_type::construct(alloc, slot(i), std::forward<Args>(args)...);
785 params_type::destroy(alloc, slot(i));
798 params_type::construct(alloc, dest, src);
[all …]
/external/webrtc/third_party/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(x), x); in insert()
264 return this->tree_.insert_unique(params_type::key(x), std::move(x)); in insert()
269 return this->tree_.insert_unique(params_type::key(v), std::move(v)); in emplace()
273 .insert_hint_unique(iterator(position), params_type::key(x), x) in insert()
278 .insert_hint_unique(iterator(position), params_type::key(x), in insert()
286 .insert_hint_unique(iterator(position), params_type::key(v), in emplace_hint()
[all …]
Dbtree.h373 using params_type = Params;
465 params_type::kTargetNodeSize
471 kTargetNodeSize = params_type::kTargetNodeSize,
472 kNodeTargetValues = NodeTargetValues(0, params_type::kTargetNodeSize),
574 const key_type &key(int i) const { return params_type::key(slot(i)); }
575 reference value(int i) { return params_type::element(slot(i)); }
576 const_reference value(int i) const { return params_type::element(slot(i)); }
782 params_type::construct(alloc, slot(i), std::forward<Args>(args)...);
785 params_type::destroy(alloc, slot(i));
798 params_type::construct(alloc, dest, src);
[all …]
/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/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/rust/crates/grpcio-sys/grpc/third_party/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/container/internal/
Dbtree_container.h38 using params_type = typename Tree::params_type; variable
238 using params_type = typename Tree::params_type; variable
239 using init_type = typename params_type::init_type;
240 using is_key_compare_to = typename params_type::is_key_compare_to;
286 return this->tree_.insert_unique(params_type::key(v), v); in insert()
289 return this->tree_.insert_unique(params_type::key(v), std::move(v)); in insert()
294 return this->tree_.insert_unique(params_type::key(v), std::move(v)); in emplace()
298 .insert_hint_unique(iterator(hint), params_type::key(v), v) in insert()
303 .insert_hint_unique(iterator(hint), params_type::key(v), std::move(v)) in insert()
310 .insert_hint_unique(iterator(hint), params_type::key(v), std::move(v)) in emplace_hint()
[all …]
Dbtree.h476 using params_type = Params;
575 params_type::kTargetNodeSize
581 kTargetNodeSize = params_type::kTargetNodeSize,
582 kNodeTargetSlots = NodeTargetSlots(0, params_type::kTargetNodeSize),
689 const key_type &key(int i) const { return params_type::key(slot(i)); }
690 reference value(int i) { return params_type::element(slot(i)); }
691 const_reference value(int i) const { return params_type::element(slot(i)); }
795 if (params_type::template can_have_multiple_equivalent_keys<K>()) {
883 params_type::construct(alloc, slot(i), std::forward<Args>(args)...);
886 params_type::destroy(alloc, slot(i));
[all …]
/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/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/rust/crates/grpcio-sys/grpc/third_party/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/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/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/webrtc/third_party/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/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)
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dgather_op.cc272 DataType params_type = context->input_type(0); in Compile() local
296 /*indices_are_nd=*/true, params_type, in Compile()
/external/tensorflow/tensorflow/lite/toco/
Dexport_tensorflow.cc1255 const tensorflow::DataType params_type = in ConvertGatherOperator() local
1257 (*gather_op->mutable_attr())["Tparams"].set_type(params_type); in ConvertGatherOperator()
1656 const tensorflow::DataType params_type = in ConvertSpaceToBatchNDOperator() local
1658 (*new_op->mutable_attr())["T"].set_type(params_type); in ConvertSpaceToBatchNDOperator()
1673 const tensorflow::DataType params_type = in ConvertBatchToSpaceNDOperator() local
1675 (*new_op->mutable_attr())["T"].set_type(params_type); in ConvertBatchToSpaceNDOperator()
1689 const tensorflow::DataType params_type = in ConvertPadOperator() local
1691 (*new_op->mutable_attr())["T"].set_type(params_type); in ConvertPadOperator()
1721 const tensorflow::DataType params_type = in ConvertPadV2Operator() local
1723 (*new_op->mutable_attr())["T"].set_type(params_type); in ConvertPadV2Operator()
[all …]
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
Dtfl_ops.cc968 auto params_type = params.getType().cast<TensorType>(); in BuildGatherOp() local
972 if (!params_type.hasRank() || !indices_type.hasRank()) in BuildGatherOp()
974 *builder, result, UnrankedTensorType::get(params_type.getElementType()), in BuildGatherOp()
977 int64_t params_rank = params_type.getRank(); in BuildGatherOp()
983 std::vector<int64_t> shape(params_type.getShape()); in BuildGatherOp()
1009 std::copy(std::begin(params_type.getShape()) + axis_i + 1, in BuildGatherOp()
1010 std::end(params_type.getShape()), in BuildGatherOp()
1020 RankedTensorType::get(shape, params_type.getElementType()), params, in BuildGatherOp()
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Doptimize.cc181 auto params_type = params.getType().dyn_cast<RankedTensorType>(); in CanOptimizeIdentityGatherNdOrScatterNdOp() local
186 if (!params_type || !indices_type || indices_type.getRank() != 2 || in CanOptimizeIdentityGatherNdOrScatterNdOp()
187 indices_type.getDimSize(0) != params_type.getDimSize(0) || in CanOptimizeIdentityGatherNdOrScatterNdOp()
/external/angle/third_party/abseil-cpp/absl/container/
Dbtree_test.cc1202 return btree_node<typename Btree::params_type>::kNodeSlots; in GetNumSlotsPerNode()
1208 typename btree_node<typename Btree::params_type>::field_type>::max(); in GetMaxFieldType()
1213 return btree_node<typename Btree::params_type>::use_linear_search::value; in UsesLinearNodeSearch()
/external/openscreen/third_party/abseil/src/absl/container/
Dbtree_test.cc1202 return btree_node<typename Btree::params_type>::kNodeValues; in GetNumValuesPerNode()
1208 typename btree_node<typename Btree::params_type>::field_type>::max(); in GetMaxFieldType()
1213 return btree_node<typename Btree::params_type>::use_linear_search::value; in UsesLinearNodeSearch()

12