Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/taihe/runtime/include/taihe/
Dobject.hpp31 struct data_view { struct
32 DataBlockHead *data_ptr;
34 explicit data_view(DataBlockHead *other_data_ptr) : data_ptr(other_data_ptr) {} in data_view() function