Home
last modified time | relevance | path

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

/external/perfetto/include/perfetto/protozero/
Dfield.h62 res == proto_utils::ProtoWireType::kFixed64); in type()
86 type() == proto_utils::ProtoWireType::kFixed64); in as_uint64()
93 type() == proto_utils::ProtoWireType::kFixed64); in as_int64()
106 PERFETTO_DCHECK(!valid() || type() == proto_utils::ProtoWireType::kFixed64); in as_double()
Dproto_utils.h36 kFixed64 = 1, enumerator
50 kFixed64, enumerator
79 case ProtoSchemaType::kFixed64: in ProtoSchemaToString()
131 static_cast<uint32_t>((sizeof(T) == 8 ? ProtoWireType::kFixed64 in MakeTagFixed()
/external/perfetto/src/protozero/
Dproto_decoder_unittest.cc188 {"\x79\x42\x00\x00\x00\x00\x00\x00\x00", 9, 15, ProtoWireType::kFixed64, in TEST()
191 ProtoWireType::kFixed64, 0x0102030405060708}, in TEST()
Dproto_decoder.cc109 case static_cast<uint8_t>(ProtoWireType::kFixed64): { in ParseOneField()
/external/perfetto/src/trace_processor/
Dproto_trace_parser.cc1019 case ProtoSchemaType::kFixed64: in ParseTypedFtraceToRaw()