Home
last modified time | relevance | path

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

/aosp_15_r20/external/sandboxed-api/sandboxed_api/
H A Dlenval_core.h24 struct LenValStruct { struct
25 LenValStruct(uint64_t size, void* data) : size(size), data(data) {} in LenValStruct() argument
27 LenValStruct() : LenValStruct(0, nullptr) {} in LenValStruct() function
29 uint64_t size;
30 void* data;