Home
last modified time | relevance | path

Searched refs:kLengthDelimited (Results 1 – 23 of 23) sorted by relevance

/external/perfetto/src/protozero/filtering/
Dmessage_tokenizer_unittest.cc42 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()
Dmessage_tokenizer.h124 static_cast<uint32_t>(ProtoWireType::kLengthDelimited)) { in Push()
147 return Token{field_id_, ProtoWireType::kLengthDelimited, payload_len}; in Push()
Dmessage_filter.cc195 case proto_utils::ProtoWireType::kLengthDelimited: in FilterOneByte()
/external/perfetto/include/perfetto/protozero/
Dfield.h65 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()
Dproto_utils.h46 kLengthDelimited = 2, enumerator
147 static_cast<uint32_t>(ProtoWireType::kLengthDelimited); in MakeTagLengthDelimited()
Dproto_decoder.h344 field.type() == proto_utils::ProtoWireType::kLengthDelimited) { in GetPackedRepeated()
/external/perfetto/src/protozero/
Dproto_decoder_unittest.cc52 ASSERT_EQ(field.type(), ProtoWireType::kLengthDelimited); in TEST()
119 ASSERT_EQ(it->type(), ProtoWireType::kLengthDelimited); in TEST()
124 ASSERT_EQ(it->type(), ProtoWireType::kLengthDelimited); in TEST()
224 {"\x0A\x00", 2, 1, ProtoWireType::kLengthDelimited, 0}, in TEST()
225 {"\x0A\x04|abc", 6, 1, ProtoWireType::kLengthDelimited, 4}, in TEST()
226 {"\xBA\x3E\x04|abc", 7, 999, ProtoWireType::kLengthDelimited, 4}, in TEST()
230 135, 999, ProtoWireType::kLengthDelimited, 131}, in TEST()
241 if (field.type() == ProtoWireType::kLengthDelimited) { in TEST()
Dfield.cc56 case static_cast<int>(pu::ProtoWireType::kLengthDelimited): { in SerializeAndAppendToInternal()
Dproto_ring_buffer.cc47 static_cast<uint32_t>(proto_utils::ProtoWireType::kLengthDelimited)) { in TryReadProtoMessage()
Dproto_decoder.cc98 case static_cast<uint8_t>(ProtoWireType::kLengthDelimited): { in ParseOneField()
/external/cronet/third_party/abseil-cpp/absl/log/internal/
Dproto.cc90 const uint64_t tag_type = MakeTagType(tag, WireType::kLengthDelimited); in EncodeBytes()
107 const uint64_t tag_type = MakeTagType(tag, WireType::kLengthDelimited); in EncodeBytesTruncate()
131 const uint64_t tag_type = MakeTagType(tag, WireType::kLengthDelimited); in EncodeMessageStart()
204 case WireType::kLengthDelimited: { in DecodeFrom()
Dlog_message.cc94 if (field.type() == WireType::kLengthDelimited) in PrintValue()
210 if (field.type() != WireType::kLengthDelimited) continue; in FinalizeEncodingAndFormat()
526 EventTag::kValue, BufferSizeFor(WireType::kLengthDelimited) + str.size(), in CopyToEncodedBuffer()
547 EventTag::kValue, BufferSizeFor(WireType::kLengthDelimited) + num, in CopyToEncodedBuffer()
Dproto.h184 kLengthDelimited = 2, enumerator
/external/angle/third_party/abseil-cpp/absl/log/internal/
Dproto.cc90 const uint64_t tag_type = MakeTagType(tag, WireType::kLengthDelimited); in EncodeBytes()
107 const uint64_t tag_type = MakeTagType(tag, WireType::kLengthDelimited); in EncodeBytesTruncate()
131 const uint64_t tag_type = MakeTagType(tag, WireType::kLengthDelimited); in EncodeMessageStart()
204 case WireType::kLengthDelimited: { in DecodeFrom()
Dlog_message.cc94 if (field.type() == WireType::kLengthDelimited) in PrintValue()
210 if (field.type() != WireType::kLengthDelimited) continue; in FinalizeEncodingAndFormat()
532 EventTag::kValue, BufferSizeFor(WireType::kLengthDelimited) + str.size(), in CopyToEncodedBuffer()
558 EventTag::kValue, BufferSizeFor(WireType::kLengthDelimited) + num, in CopyToEncodedBuffer()
Dproto.h184 kLengthDelimited = 2, enumerator
/external/perfetto/src/trace_processor/importers/proto/
Dproto_trace_tokenizer.h118 static constexpr auto kLengthDelimited = in ParseInternal() local
119 protozero::proto_utils::ProtoWireType::kLengthDelimited; in ParseInternal()
123 if (PERFETTO_UNLIKELY(it->type() != kLengthDelimited)) { in ParseInternal()
Dheap_graph_module.cc111 if (field.type() == protozero::proto_utils::ProtoWireType::kLengthDelimited) { in ForEachVarInt()
/external/perfetto/src/trace_processor/util/
Dproto_profiler.cc131 if (type == ProtoWireType::kLengthDelimited && is_message_type) { in GetNext()
173 case protozero::proto_utils::ProtoWireType::kLengthDelimited: in GetFieldSize()
Dproto_to_args_parser.cc218 if (field.type() != PWT::kLengthDelimited) { in ParsePackedField()
Dprotozero_to_text.cc416 case ProtoWireType::kLengthDelimited: in ProtozeroToTextInternal()
/external/perfetto/src/tracing/core/
Dpacket_stream_validator.cc110 static_cast<uint64_t>(ProtoWireType::kLengthDelimited)) { in Push()
/external/perfetto/src/trace_processor/metrics/
Dmetrics_unittest.cc180 protozero::proto_utils::ProtoWireType::kLengthDelimited); in TEST_F()