Searched refs:symbol_count (Results 1 – 1 of 1) sorted by relevance
609 uint32_t symbol_count = 0; in ReadFileV1Feature() local610 reader.Read(symbol_count); in ReadFileV1Feature()611 if (symbol_count > size) { in ReadFileV1Feature()614 file.symbols.reserve(symbol_count); in ReadFileV1Feature()615 while (symbol_count-- > 0) { in ReadFileV1Feature()