Searched refs:first_path_sample_offset (Results 1 – 6 of 6) sorted by relevance
4794 first_path_sample_offset: int = field(kw_only=True, default=0) variable in CirValue4855 if self.first_path_sample_offset > 255:4857 self.first_path_sample_offset &= 2554858 _span.append((self.first_path_sample_offset << 0))
1068 first_path_sample_offset: 7, in test_parse_diagnostics_ntf()
1412 first_path_sample_offset: 8,
1468 first_path_sample_offset: 8,
27407 pub first_path_sample_offset: u8, field27476 let first_path_sample_offset = bytes.get_mut().get_u8(); in parse_inner() localVariable27511 first_path_sample_offset, in parse_inner()27523 buffer.put_u8(self.first_path_sample_offset); in write_to()