Searched refs:kFixed32 (Results 1 – 5 of 5) sorted by relevance
/external/perfetto/include/perfetto/protozero/ |
D | field.h | 61 res == proto_utils::ProtoWireType::kFixed32 || in type() 73 type() == proto_utils::ProtoWireType::kFixed32); in as_uint32() 79 type() == proto_utils::ProtoWireType::kFixed32); in as_int32() 85 type() == proto_utils::ProtoWireType::kFixed32 || in as_uint64() 92 type() == proto_utils::ProtoWireType::kFixed32 || in as_int64() 98 PERFETTO_DCHECK(!valid() || type() == proto_utils::ProtoWireType::kFixed32); in as_float()
|
D | proto_utils.h | 38 kFixed32 = 5, enumerator 51 kFixed32, enumerator 81 case ProtoSchemaType::kFixed32: in ProtoSchemaToString() 132 : ProtoWireType::kFixed32)); in MakeTagFixed()
|
/external/perfetto/src/protozero/ |
D | proto_decoder_unittest.cc | 186 {"\x7D\x42\x00\x00\x00", 5, 15, ProtoWireType::kFixed32, 0x42}, in TEST() 187 {"\xBD\x3E\x78\x56\x34\x12", 6, 999, ProtoWireType::kFixed32, 0x12345678}, in TEST()
|
D | proto_decoder.cc | 117 case static_cast<uint8_t>(ProtoWireType::kFixed32): { in ParseOneField()
|
/external/perfetto/src/trace_processor/ |
D | proto_trace_parser.cc | 1020 case ProtoSchemaType::kFixed32: in ParseTypedFtraceToRaw()
|