Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_types.h32 constexpr StringIndex() : index_(std::numeric_limits<decltype(index_)>::max()) {} in StringIndex() function
33 explicit constexpr StringIndex(uint32_t idx) : index_(idx) {} in StringIndex() function
Dstring_reference.h37 dex::StringIndex StringIndex() const { in StringIndex() function