Home
last modified time | relevance | path

Searched refs:new_elements (Results 1 – 11 of 11) sorted by relevance

/external/google-fruit/include/fruit/impl/data_structures/
Dsemistatic_map.templates.h97 … std::vector<value_type, ArenaAllocator<value_type>>&& new_elements) in SemistaticMap() argument
101 std::sort(new_elements.begin(), new_elements.end(), in SemistaticMap()
104 std::size_t num_additional_values = new_elements.size(); in SemistaticMap()
106 …for (auto itr = new_elements.begin(), itr_end = new_elements.end(); itr != itr_end; /* no incremen… in SemistaticMap()
118 if (new_elements.empty()) { in SemistaticMap()
123 …for (value_type *itr = new_elements.data(), *itr_end = new_elements.data() + new_elements.size(); … in SemistaticMap()
Dsemistatic_map.h105 std::vector<value_type, ArenaAllocator<value_type>>&& new_elements);
/external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/util/
DTemplateGroupTheory.h400 typedef typename _ac4r::type new_elements;
403 constexpr static bool new_stop_condition = new_rep_pos >= new_elements::count;
410 new_elements,
465 typedef typename concat<elements, multiplied_elements>::type new_elements;
474 new_elements,
536 typedef typename _helper::type new_elements;
544 new_elements
/external/openscreen/util/
Dstd_util.h82 TOthers&&... new_elements) { in Append()
84 return Append(std::move(so_far), std::move(new_elements)...); in Append()
/external/tensorflow/tensorflow/core/kernels/
Dbarrier_ops.cc105 bool new_elements = false; in TryInsertMany() local
135 &new_elements), in TryInsertMany()
139 if (new_elements) ++input_index_; in TryInsertMany()
309 std::vector<Tuple>* ready_tuples, bool* new_elements) in InsertOneLocked() argument
334 *new_elements = true; in InsertOneLocked()
/external/libchrome/base/containers/
Dflat_tree_unittest.cc1046 int new_elements[] = {6, 7, 8, 9, 10}; in TEST() local
1047 std::copy(std::begin(new_elements), std::end(new_elements), in TEST()
1058 int new_elements[] = {6, 7, 8, 9, 10}; in TEST() local
1059 std::copy(std::begin(new_elements), std::end(new_elements), in TEST()
/external/rust/crates/tinyvec/src/
Dslicevec.rs458 Some(new_elements) => { in resize_with()
459 for _ in 0..new_elements { in resize_with()
Darrayvec.rs694 Some(new_elements) => { in resize_with()
695 for _ in 0..new_elements { in resize_with()
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_context.c519 struct pipe_vertex_element new_elements[PIPE_MAX_ATTRIBS]; in virgl_create_vertex_elements_state() local
531 new_elements[j] = elements[j]; in virgl_create_vertex_elements_state()
532 new_elements[j].vertex_buffer_index = j; in virgl_create_vertex_elements_state()
535 elements = new_elements; in virgl_create_vertex_elements_state()
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.cc522 std::vector<Shape> new_elements(tuple.tuple_shapes().begin() + start, in SliceTuple() local
524 return MakeTupleShape(new_elements); in SliceTuple()
/external/protobuf/src/google/protobuf/
Drepeated_field.h1654 void** new_elements = InternalExtend(other_size);
1656 (this->*inner_loop)(new_elements, other_elements, other_size,