Searched defs:first_entry (Results 1 – 3 of 3) sorted by relevance
117 const Idmap_overlay_entry* first_entry = entries_; in lookupResourceId() local160 auto first_entry = entries_; in Lookup() local
68 Uintptr_T first_entry; member
78 explicit StringList(T* first_entry, Format format = kArrayBrackets) : StringList(format) { in StringList()