Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/androidfw/
H A DIdmap.cpp95 base::expected<StringPiece16, NullOrIOError> OverlayStringPool::stringAt(size_t idx) const { in stringAt() function in android::OverlayStringPool
H A DResourceTypes.cpp769 base::expected<StringPiece16, NullOrIOError> ResStringPool::stringAt(size_t idx) const in stringAt() function in android::ResStringPool
/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h528 inline base::expected<StringPiece16, NullOrIOError> stringAt( in stringAt() function