Searched defs:value_format (Results 1 – 11 of 11) sorted by relevance
64 string value_format = 2; field
232 char value_format[] = { in add_pair_pos_1() local266 uint8_t value_format[] = { in add_pair_pos_2() local
1137 pub fn value_format(&self) -> ValueFormat { in value_format() method1218 let value_format: ValueFormat = cursor.read()?; in read() localVariable1250 pub fn value_format(&self) -> ValueFormat { in value_format() method1333 let value_format: ValueFormat = cursor.read()?; in read() localVariable1368 pub fn value_format(&self) -> ValueFormat { in value_format() method
423 enum { UNKNOWN, NORMAL_FORMAT, PACKED_FORMAT } value_format; in ParseAndMergeField() local