Home
last modified time | relevance | path

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

/aosp_15_r20/external/sandboxed-api/sandboxed_api/
H A Dvar_lenval.h45 explicit LenVal(const char* data, uint64_t size) in LenVal() function
50 explicit LenVal(const std::vector<uint8_t>& data) in LenVal() function
55 explicit LenVal(size_t size) : array_(size), struct_(size, nullptr) {} in LenVal() function