Searched refs:InsertAnyAt (Results 1 – 5 of 5) sorted by relevance
72 return InsertAnyAt(-1, v); in AddAny()74 AnyReturnValue InsertAnyAt(IndexType index, const IAny& v) in InsertAnyAt() function78 arr->InsertAnyAt(index, v); in InsertAnyAt()
375 AnyReturnValue InsertAnyAt(IArrayAny::IndexType index, const IAny& value) override in InsertAnyAt() function
49 if (keyframeArray_->InsertAnyAt(index, *value)) { in AddKeyframe()
113 virtual AnyReturnValue InsertAnyAt(IndexType index, const IAny& value) = 0;
285 if (!ImportValue(m, *any) || !array.InsertAnyAt(-1, *any)) { in ImportArray()