Searched refs:inner_index (Results 1 – 1 of 1) sorted by relevance
2574 uint32_t inner_index = decoder.consume_u32v("inner index"); in DecodeIndirectNameMap() local2577 if (inner_index > kMaxInt) continue; in DecodeIndirectNameMap()2580 names.emplace_back(static_cast<int>(inner_index), name); in DecodeIndirectNameMap()