Searched refs:string_offsets (Results 1 – 3 of 3) sorted by relevance
157 string_offsets = {}176 string_offsets[ enum ] = i187 print(' { %5u, 0x%08X }, /* %s */' % (string_offsets[enum], enum, name))
78 string_offsets: BTreeMap<CString, u32>, field119 string_offsets: BTreeMap::new(), in new()211 if let Some(off) = self.string_offsets.get(&s) { in intern_string()216 self.string_offsets.insert(s, off); in intern_string()
7 # Every unit contributes to the string_offsets table.