HomeSort by relevance Sort by last modified time
    Searched refs:WriteRedundantVarInt (Results 1 - 6 of 6) sorted by null

  /external/perfetto/src/protozero/
proto_utils_unittest.cc 158 WriteRedundantVarInt(0, buf);
161 WriteRedundantVarInt(1, buf);
164 WriteRedundantVarInt(0x80, buf);
167 WriteRedundantVarInt(0x332211, buf);
171 WriteRedundantVarInt(0x0FFFFFFF, buf);
message.cc 127 proto_utils::WriteRedundantVarInt(size_ - size_already_written_,
  /external/perfetto/src/tracing/core/
trace_writer_impl.cc 32 using protozero::proto_utils::WriteRedundantVarInt;
142 WriteRedundantVarInt(partial_size, cur_packet_->size_field());
startup_trace_writer.cc 338 protozero::proto_utils::WriteRedundantVarInt(
  /external/perfetto/include/perfetto/protozero/
proto_utils.h 184 inline void WriteRedundantVarInt(uint32_t value, uint8_t* buf) {
  /external/perfetto/src/perfetto_cmd/
packet_writer.cc 38 using protozero::proto_utils::WriteRedundantVarInt;

Completed in 108 milliseconds