Home
last modified time | relevance | path

Searched defs:StringData (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile.h89 struct StringData { struct in ark::panda_file::File
90 StringData(uint32_t len, const uint8_t *d) : utf16Length(len), isAscii(false), data(d) {} in StringData() function
[all...]
/arkcompiler/runtime_core/libpandafile/
H A Dfile.h93 struct StringData { struct in panda::panda_file::File
94 StringData(uint32_t len, const uint8_t *d) : utf16_length(len), is_ascii(false), data(d) {} in StringData() function
[all...]

Completed in 3 milliseconds