Home
last modified time | relevance | path

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

/art/libdexfile/external/include/art_api/
Ddex_file_support.h50 DexString(DexString&& dex_str) noexcept : ext_string_(dex_str.ext_string_) { in DexString() function
55 explicit DexString(std::string_view str) in DexString() function
87 explicit DexString(const ExtDexFileString* ext_string) : ext_string_(ext_string) {} in DexString() function