Home
last modified time | relevance | path

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

/external/perfetto/include/perfetto/protozero/
Dproto_utils.h35 kFixed64 = 1, enumerator
49 kFixed64, enumerator
78 case ProtoSchemaType::kFixed64: in ProtoSchemaToString()
130 static_cast<uint32_t>((sizeof(T) == 8 ? ProtoWireType::kFixed64 in MakeTagFixed()
Dfield.h67 res == proto_utils::ProtoWireType::kFixed64); in type()
96 type() == proto_utils::ProtoWireType::kFixed64); in as_uint64()
103 type() == proto_utils::ProtoWireType::kFixed64); in as_int64()
121 PERFETTO_DCHECK(!valid() || type() == proto_utils::ProtoWireType::kFixed64); in as_double()
Dproto_decoder.h184 wire_type == ProtoWireType::kFixed64, in PackedRepeatedFieldIterator()
198 (wire_type == ProtoWireType::kFixed64 && (size % 8) != 0)) { in PackedRepeatedFieldIterator()
Dfield_writer.h117 struct FieldWriter<proto_utils::ProtoSchemaType::kFixed64> {
/external/perfetto/src/protozero/filtering/
Dmessage_tokenizer_unittest.cc39 case ProtoWireType::kFixed64: in operator <<()
97 Token{6, ProtoWireType::kFixed64, uint64_t(1ull << 63)}, in TEST()
141 Token{9, ProtoWireType::kFixed64, uint64_t(1ull << 63)})); in TEST()
Dmessage_tokenizer.h80 : ProtoWireType::kFixed64; in Push()
116 static_cast<uint32_t>(ProtoWireType::kFixed64)) { in Push()
Dmessage_filter.cc174 case proto_utils::ProtoWireType::kFixed64: in FilterOneByte()
/external/pigweed/pw_protobuf/public/pw_protobuf/
Dwire_format.h22 kFixed64 = 1, enumerator
Dencoder.h158 WriteFieldKey(field_number, WireType::kFixed64); in WriteFixed64()
212 WriteFieldKey(field_number, WireType::kFixed64); in WriteDouble()
/external/pigweed/pw_protobuf/
Ddecoder.cc146 case WireType::kFixed64: in FieldSize()
193 size == sizeof(uint32_t) ? WireType::kFixed32 : WireType::kFixed64; in ReadFixed()
Dencoder_fuzzer.cc47 kFixed64, enumerator
219 case kFixed64: in LLVMFuzzerTestOneInput()
/external/perfetto/src/protozero/
Dfield.cc50 case static_cast<int>(pu::ProtoWireType::kFixed64): { in SerializeAndAppendToInternal()
Dproto_decoder_unittest.cc219 {"\x79\x42\x00\x00\x00\x00\x00\x00\x00", 9, 15, ProtoWireType::kFixed64, in TEST()
222 ProtoWireType::kFixed64, 0x0102030405060708}, in TEST()
429 .GetPackedRepeated<proto_utils::ProtoWireType::kFixed64, int64_t>( in TEST()
Dproto_decoder.cc112 case static_cast<uint8_t>(ProtoWireType::kFixed64): { in ParseOneField()
/external/perfetto/src/tracing/core/
Dpacket_stream_validator.cc105 static_cast<uint64_t>(ProtoWireType::kFixed64)) { in Push()
/external/perfetto/tools/compact_reencode/
Dmain.cc64 } else if (field.type() == ProtoWireType::kFixed64) { in CopyField()
/external/perfetto/tools/protoprofile/
Dmain.cc134 case protozero::proto_utils::ProtoWireType::kFixed64: in GetFieldSize()
/external/perfetto/src/trace_processor/importers/ftrace/
Dftrace_parser.cc676 case ProtoSchemaType::kFixed64: { in ParseTypedFtraceToRaw()