/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 | 195 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 | 46 kLengthDelimited = 2, enumerator 147 static_cast<uint32_t>(ProtoWireType::kLengthDelimited); in MakeTagLengthDelimited()
|
D | proto_decoder.h | 344 field.type() == proto_utils::ProtoWireType::kLengthDelimited) { in GetPackedRepeated()
|
/external/perfetto/src/protozero/ |
D | proto_decoder_unittest.cc | 52 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()
|
D | field.cc | 56 case static_cast<int>(pu::ProtoWireType::kLengthDelimited): { in SerializeAndAppendToInternal()
|
D | proto_ring_buffer.cc | 47 static_cast<uint32_t>(proto_utils::ProtoWireType::kLengthDelimited)) { in TryReadProtoMessage()
|
D | proto_decoder.cc | 98 case static_cast<uint8_t>(ProtoWireType::kLengthDelimited): { in ParseOneField()
|
/external/cronet/third_party/abseil-cpp/absl/log/internal/ |
D | proto.cc | 90 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()
|
D | log_message.cc | 94 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()
|
D | proto.h | 184 kLengthDelimited = 2, enumerator
|
/external/angle/third_party/abseil-cpp/absl/log/internal/ |
D | proto.cc | 90 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()
|
D | log_message.cc | 94 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()
|
D | proto.h | 184 kLengthDelimited = 2, enumerator
|
/external/perfetto/src/trace_processor/importers/proto/ |
D | proto_trace_tokenizer.h | 118 static constexpr auto kLengthDelimited = in ParseInternal() local 119 protozero::proto_utils::ProtoWireType::kLengthDelimited; in ParseInternal() 123 if (PERFETTO_UNLIKELY(it->type() != kLengthDelimited)) { in ParseInternal()
|
D | heap_graph_module.cc | 111 if (field.type() == protozero::proto_utils::ProtoWireType::kLengthDelimited) { in ForEachVarInt()
|
/external/perfetto/src/trace_processor/util/ |
D | proto_profiler.cc | 131 if (type == ProtoWireType::kLengthDelimited && is_message_type) { in GetNext() 173 case protozero::proto_utils::ProtoWireType::kLengthDelimited: in GetFieldSize()
|
D | proto_to_args_parser.cc | 218 if (field.type() != PWT::kLengthDelimited) { in ParsePackedField()
|
D | protozero_to_text.cc | 416 case ProtoWireType::kLengthDelimited: in ProtozeroToTextInternal()
|
/external/perfetto/src/tracing/core/ |
D | packet_stream_validator.cc | 110 static_cast<uint64_t>(ProtoWireType::kLengthDelimited)) { in Push()
|
/external/perfetto/src/trace_processor/metrics/ |
D | metrics_unittest.cc | 180 protozero::proto_utils::ProtoWireType::kLengthDelimited); in TEST_F()
|