Lines Matching refs:fixed_length
1319 fixed_length = ''
1346 fixed_length = res.group(2)
1347 if fixed_length:
1348 fixed_length = fixed_length[1:-1]
1372 if fixed_length:
1373 newentry = factory.EntryBytes(entry_type, name, tag, fixed_length)
1376 elif entry_type == 'int' and not fixed_length:
1378 elif entry_type == 'int64' and not fixed_length:
1380 elif entry_type == 'string' and not fixed_length:
1612 def EntryBytes(self, entry_type, name, tag, fixed_length): argument
1613 return EntryBytes(entry_type, name, tag, fixed_length)