Searched refs:TypedVector (Results 1 – 2 of 2) sorted by relevance
260 class TypedVector : public Sized {262 TypedVector(const uint8_t *data, uint8_t byte_width, Type element_type) in TypedVector() function267 static TypedVector EmptyTypedVector() { in EmptyTypedVector()269 return TypedVector(empty_typed_vector + 1, 1, TYPE_INT); in EmptyTypedVector()272 return data_ == TypedVector::EmptyTypedVector().data_; in IsTheEmptyVector()317 TypedVector Keys() const { in Keys()320 return TypedVector(Indirect(keys_offset, byte_width_), in Keys()555 TypedVector AsTypedVector() const { in AsTypedVector()557 return TypedVector(Indirect(), byte_width_, in AsTypedVector()560 return TypedVector::EmptyTypedVector(); in AsTypedVector()[all …]
95 you can use mixed types. There is also a `TypedVector` variant that only