Home
last modified time | relevance | path

Searched defs:VtArray (Results 1 – 2 of 2) sorted by relevance

/dports/misc/usd/USD-21.11/pxr/base/vt/
H A Darray.h279 VtArray() : _data(nullptr) {} in VtArray() function
298 : VtArray() { in VtArray() function
314 VtArray(VtArray const &other) : Vt_ArrayBase(other) in VtArray() function
329 VtArray(VtArray &&other) : Vt_ArrayBase(std::move(other)) in VtArray() function
335 VtArray(std::initializer_list<ELEM> initializerList) in VtArray() function
341 explicit VtArray(size_t n) in VtArray() function
347 explicit VtArray(size_t n, value_type const &value) in VtArray() function
H A Dtypes.h166 template<typename T> class VtArray; variable