Searched refs:kLengthDelimited (Results 1 – 14 of 14) sorted by relevance
/external/perfetto/src/protozero/filtering/ |
D | message_tokenizer_unittest.cc | 42 case ProtoWireType::kLengthDelimited: in operator <<() 81 if (token.type == ProtoWireType::kLengthDelimited) { in TEST() 94 Token{4, ProtoWireType::kLengthDelimited, 3}, in TEST() 96 Token{4, ProtoWireType::kLengthDelimited, 6}, in TEST() 134 Token{2, ProtoWireType::kLengthDelimited, 24u}, in TEST() 137 Token{5, ProtoWireType::kLengthDelimited, 7}, in TEST()
|
D | message_tokenizer.h | 124 static_cast<uint32_t>(ProtoWireType::kLengthDelimited)) { in Push() 147 return Token{field_id_, ProtoWireType::kLengthDelimited, payload_len}; in Push()
|
D | message_filter.cc | 179 case proto_utils::ProtoWireType::kLengthDelimited: in FilterOneByte()
|
/external/perfetto/include/perfetto/protozero/ |
D | field.h | 65 res == proto_utils::ProtoWireType::kLengthDelimited || in type() 129 type() == proto_utils::ProtoWireType::kLengthDelimited); in as_string() 137 type() == proto_utils::ProtoWireType::kLengthDelimited); in as_bytes() 143 type() == proto_utils::ProtoWireType::kLengthDelimited); in data() 149 type() == proto_utils::ProtoWireType::kLengthDelimited); in size()
|
D | proto_utils.h | 36 kLengthDelimited = 2, enumerator 137 static_cast<uint32_t>(ProtoWireType::kLengthDelimited); in MakeTagLengthDelimited()
|
/external/perfetto/src/protozero/ |
D | proto_decoder_unittest.cc | 52 ASSERT_EQ(field.type(), ProtoWireType::kLengthDelimited); in TEST() 118 ASSERT_EQ(it->type(), ProtoWireType::kLengthDelimited); in TEST() 123 ASSERT_EQ(it->type(), ProtoWireType::kLengthDelimited); in TEST() 223 {"\x0A\x00", 2, 1, ProtoWireType::kLengthDelimited, 0}, in TEST() 224 {"\x0A\x04|abc", 6, 1, ProtoWireType::kLengthDelimited, 4}, in TEST() 225 {"\xBA\x3E\x04|abc", 7, 999, ProtoWireType::kLengthDelimited, 4}, in TEST() 229 135, 999, ProtoWireType::kLengthDelimited, 131}, in TEST() 240 if (field.type() == ProtoWireType::kLengthDelimited) { in TEST()
|
D | field.cc | 56 case static_cast<int>(pu::ProtoWireType::kLengthDelimited): { in SerializeAndAppendToInternal()
|
D | proto_decoder.cc | 95 case static_cast<uint8_t>(ProtoWireType::kLengthDelimited): { in ParseOneField()
|
/external/perfetto/src/tracing/core/ |
D | packet_stream_validator.cc | 108 static_cast<uint64_t>(ProtoWireType::kLengthDelimited)) { in Push()
|
/external/perfetto/tools/protoprofile/ |
D | main.cc | 130 case protozero::proto_utils::ProtoWireType::kLengthDelimited: in GetFieldSize() 298 if (type == ProtoWireType::kLengthDelimited && is_message_type) { in ComputeInner()
|
/external/perfetto/src/trace_processor/rpc/ |
D | proto_ring_buffer.cc | 48 static_cast<uint32_t>(proto_utils::ProtoWireType::kLengthDelimited)) { in TryReadMessage()
|
/external/perfetto/src/trace_processor/metrics/ |
D | metrics_unittest.cc | 175 protozero::proto_utils::ProtoWireType::kLengthDelimited); in TEST_F()
|
/external/perfetto/tools/compact_reencode/ |
D | main.cc | 60 } else if (field.type() == ProtoWireType::kLengthDelimited) { in CopyField()
|
/external/perfetto/src/trace_processor/importers/proto/ |
D | heap_graph_module.cc | 105 if (field.type() == protozero::proto_utils::ProtoWireType::kLengthDelimited) { in ForEachVarInt()
|