Searched refs:kFixed64 (Results 1 – 18 of 18) sorted by relevance
/external/perfetto/include/perfetto/protozero/ |
D | proto_utils.h | 35 kFixed64 = 1, enumerator 49 kFixed64, enumerator 78 case ProtoSchemaType::kFixed64: in ProtoSchemaToString() 130 static_cast<uint32_t>((sizeof(T) == 8 ? ProtoWireType::kFixed64 in MakeTagFixed()
|
D | field.h | 67 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()
|
D | proto_decoder.h | 184 wire_type == ProtoWireType::kFixed64, in PackedRepeatedFieldIterator() 198 (wire_type == ProtoWireType::kFixed64 && (size % 8) != 0)) { in PackedRepeatedFieldIterator()
|
D | field_writer.h | 117 struct FieldWriter<proto_utils::ProtoSchemaType::kFixed64> {
|
/external/perfetto/src/protozero/filtering/ |
D | message_tokenizer_unittest.cc | 39 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()
|
D | message_tokenizer.h | 80 : ProtoWireType::kFixed64; in Push() 116 static_cast<uint32_t>(ProtoWireType::kFixed64)) { in Push()
|
D | message_filter.cc | 174 case proto_utils::ProtoWireType::kFixed64: in FilterOneByte()
|
/external/pigweed/pw_protobuf/public/pw_protobuf/ |
D | wire_format.h | 22 kFixed64 = 1, enumerator
|
D | encoder.h | 158 WriteFieldKey(field_number, WireType::kFixed64); in WriteFixed64() 212 WriteFieldKey(field_number, WireType::kFixed64); in WriteDouble()
|
/external/pigweed/pw_protobuf/ |
D | decoder.cc | 146 case WireType::kFixed64: in FieldSize() 193 size == sizeof(uint32_t) ? WireType::kFixed32 : WireType::kFixed64; in ReadFixed()
|
D | encoder_fuzzer.cc | 47 kFixed64, enumerator 219 case kFixed64: in LLVMFuzzerTestOneInput()
|
/external/perfetto/src/protozero/ |
D | field.cc | 50 case static_cast<int>(pu::ProtoWireType::kFixed64): { in SerializeAndAppendToInternal()
|
D | proto_decoder_unittest.cc | 219 {"\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()
|
D | proto_decoder.cc | 112 case static_cast<uint8_t>(ProtoWireType::kFixed64): { in ParseOneField()
|
/external/perfetto/src/tracing/core/ |
D | packet_stream_validator.cc | 105 static_cast<uint64_t>(ProtoWireType::kFixed64)) { in Push()
|
/external/perfetto/tools/compact_reencode/ |
D | main.cc | 64 } else if (field.type() == ProtoWireType::kFixed64) { in CopyField()
|
/external/perfetto/tools/protoprofile/ |
D | main.cc | 134 case protozero::proto_utils::ProtoWireType::kFixed64: in GetFieldSize()
|
/external/perfetto/src/trace_processor/importers/ftrace/ |
D | ftrace_parser.cc | 676 case ProtoSchemaType::kFixed64: { in ParseTypedFtraceToRaw()
|