Home
last modified time | relevance | path

Searched refs:kFixed32 (Results 1 – 5 of 5) sorted by relevance

/external/perfetto/include/perfetto/protozero/
Dfield.h61 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()
Dproto_utils.h38 kFixed32 = 5, enumerator
51 kFixed32, enumerator
81 case ProtoSchemaType::kFixed32: in ProtoSchemaToString()
132 : ProtoWireType::kFixed32)); in MakeTagFixed()
/external/perfetto/src/protozero/
Dproto_decoder_unittest.cc186 {"\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()
Dproto_decoder.cc117 case static_cast<uint8_t>(ProtoWireType::kFixed32): { in ParseOneField()
/external/perfetto/src/trace_processor/
Dproto_trace_parser.cc1020 case ProtoSchemaType::kFixed32: in ParseTypedFtraceToRaw()