Searched defs:vector (Results 1 – 12 of 12) sorted by relevance
24 BitInserter::BitInserter(std::vector<uint8_t>& vector) : ByteInserter(vector) {} in BitInserter()
24 ByteInserter::ByteInserter(std::vector<uint8_t>& vector) : std::back_insert_iterator<std::vector<ui… in ByteInserter()
30 DictionaryHeaderStructurePolicy::AttributeMap::key_type vector; in TEST() local
418 const VectorField* vector = (VectorField*)sized_field; in GenSerialize() local663 const VectorField* vector = (VectorField*)sized_field; in GenRustWriteToFields() local718 const VectorField* vector = (VectorField*)field; in GenSizeRetVal() local
114 static Point3D convertToPoint3D(@Nullable double[] vector) { in convertToPoint3D()
58 explicit IntArrayView(const std::vector<int> &vector) in IntArrayView()
46 void* getArbitraryElement(std::vector<void*>* vector, in getArbitraryElement()
197 inline void Sub1Vector(const int16_t* vector, int v_size, int16_t* result) { in Sub1Vector()
178 void VectorBatchVectorCwiseProductAccumulate(const int16_t* vector, int v_size, in VectorBatchVectorCwiseProductAccumulate()
70 bool ContainedInVector(const std::vector<T>& vector, in ContainedInVector()
242 std::vector<int> *const vector) { in insertCharactersIntoVector()
304 std::vector<std::string> vector; in ReadElementsAsString() local