Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/serializer/
Dserializer.h307 bool BufferToStruct(const uint8_t *data, size_t size, /* out */ Struct &str) in BufferToStruct() function
317 bool BufferToStruct(const std::vector<uint8_t> &buffer, /* out */ Struct &str) in BufferToStruct() function
/arkcompiler/runtime_core/static_core/libpandabase/serializer/
Dserializer.h307 bool BufferToStruct(const uint8_t *data, size_t size, Struct &out) in BufferToStruct() function
317 bool BufferToStruct(const std::vector<uint8_t> &buffer, Struct &out) in BufferToStruct() function