Searched refs:GetStoreKeyValuePairByIndex (Results 1 – 3 of 3) sorted by relevance
112 bool GetStoreKeyValuePairByIndex(size_t index, const char** key, const char** value) const;
449 bool OatHeader::GetStoreKeyValuePairByIndex(size_t index, const char** key, in GetStoreKeyValuePairByIndex() function in art::OatHeader
458 while (oat_header.GetStoreKeyValuePairByIndex(index, &key, &value)) { in Dump()