Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/taihe/runtime/include/taihe/
Dobject.hpp79 struct data_block_full : DataBlockHead { struct
80 Impl impl;
83 data_block_full(Args &&...args) : impl(std::forward<Args>(args)...) in data_block_full() argument