Lines Matching refs:fixed_length
1313 fixed_length = ''
1340 fixed_length = res.group(2)
1341 if fixed_length:
1342 fixed_length = fixed_length[1:-1]
1366 if fixed_length:
1367 newentry = factory.EntryBytes(entry_type, name, tag, fixed_length)
1370 elif entry_type == 'int' and not fixed_length:
1372 elif entry_type == 'int64' and not fixed_length:
1374 elif entry_type == 'string' and not fixed_length:
1606 def EntryBytes(self, entry_type, name, tag, fixed_length): argument
1607 return EntryBytes(entry_type, name, tag, fixed_length)