HomeSort by relevance Sort by last modified time
    Searched defs:protozero (Results 1 - 25 of 26) sorted by null

1 2

  /external/perfetto/src/protozero/
message_handle_unittest.cc 17 #include "perfetto/protozero/message_handle.h"
20 #include "perfetto/protozero/message.h"
22 namespace protozero { namespace
36 } // namespace protozero
proto_decoder_fuzzer.cc 21 #include "perfetto/protozero/proto_decoder.h"
23 namespace protozero { namespace
38 } // namespace protozero
43 return protozero::FuzzProtoDecoder(data, size);
scattered_stream_null_delegate.cc 17 #include "perfetto/protozero/scattered_stream_null_delegate.h"
19 namespace protozero { namespace
37 } // namespace protozero
message.cc 17 #include "perfetto/protozero/message.h"
22 #include "perfetto/protozero/message_handle.h"
30 namespace protozero { namespace
168 } // namespace protozero
message_handle.cc 17 #include "perfetto/protozero/message_handle.h"
21 #include "perfetto/protozero/message.h"
23 namespace protozero { namespace
71 } // namespace protozero
scattered_stream_writer_unittest.cc 17 #include "perfetto/protozero/scattered_stream_writer.h"
25 #include "src/protozero/test/fake_scattered_buffer.h"
27 namespace protozero { namespace
111 } // namespace protozero
proto_utils_unittest.cc 17 #include "perfetto/protozero/proto_utils.h"
25 namespace protozero { namespace
201 } // namespace protozero
scattered_heap_buffer.cc 17 #include "perfetto/protozero/scattered_heap_buffer.h"
21 namespace protozero { namespace
47 protozero::ContiguousMemoryRange ScatteredHeapBuffer::GetNewBuffer() {
81 } // namespace protozero
scattered_stream_writer.cc 17 #include "perfetto/protozero/scattered_stream_writer.h"
23 namespace protozero { namespace
75 } // namespace protozero
proto_decoder.cc 17 #include "perfetto/protozero/proto_decoder.h"
23 #include "perfetto/protozero/proto_utils.h"
25 namespace protozero { namespace
219 } // namespace protozero
proto_decoder_unittest.cc 17 #include "perfetto/protozero/proto_decoder.h"
22 #include "perfetto/protozero/message.h"
23 #include "perfetto/protozero/proto_utils.h"
24 #include "perfetto/protozero/scattered_heap_buffer.h"
26 namespace protozero { namespace
241 } // namespace protozero
message_unittest.cc 17 #include "perfetto/protozero/message.h"
18 #include "perfetto/protozero/message_handle.h"
28 #include "src/protozero/test/fake_scattered_buffer.h"
30 namespace protozero { namespace
409 } // namespace protozero
  /external/perfetto/src/protozero/protoc_plugin/
protozero_generator.h 24 namespace protozero { namespace
38 } // namespace protozero
  /external/perfetto/include/perfetto/protozero/
scattered_stream_null_delegate.h 25 #include "perfetto/protozero/contiguous_memory_range.h"
26 #include "perfetto/protozero/scattered_stream_writer.h"
28 namespace protozero { namespace
36 // protozero::ScatteredStreamWriter::Delegate implementation.
44 } // namespace protozero
contiguous_memory_range.h 24 namespace protozero { namespace
36 } // namespace protozero
message_handle.h 23 #include "perfetto/protozero/message.h"
25 namespace protozero { namespace
120 } // namespace protozero
scattered_stream_writer.h 27 #include "perfetto/protozero/contiguous_memory_range.h"
29 namespace protozero { namespace
126 } // namespace protozero
field.h 25 #include "perfetto/protozero/contiguous_memory_range.h"
26 #include "perfetto/protozero/proto_utils.h"
28 namespace protozero { namespace
45 // A protobuf field decoded by the protozero proto decoders. It exposes
163 } // namespace protozero
message.h 28 #include "perfetto/protozero/contiguous_memory_range.h"
29 #include "perfetto/protozero/proto_utils.h"
30 #include "perfetto/protozero/scattered_stream_writer.h"
38 namespace protozero { namespace
42 // Base class extended by the proto C++ stubs generated by the ProtoZero
244 } // namespace protozero
proto_decoder.h 28 #include "perfetto/protozero/field.h"
29 #include "perfetto/protozero/proto_utils.h"
31 namespace protozero { namespace
265 } // namespace protozero
scattered_heap_buffer.h 26 #include "perfetto/protozero/scattered_stream_writer.h"
28 namespace protozero { namespace
33 : public protozero::ScatteredStreamWriter::Delegate {
41 inline protozero::ContiguousMemoryRange GetTotalRange() const {
45 inline protozero::ContiguousMemoryRange GetUsedRange() const {
67 // protozero::ScatteredStreamWriter::Delegate implementation.
68 protozero::ContiguousMemoryRange GetNewBuffer() override;
75 void set_writer(protozero::ScatteredStreamWriter* writer) {
88 protozero::ScatteredStreamWriter* writer_ = nullptr;
92 // Helper function to create heap-based protozero messages in one line
    [all...]
proto_utils.h 28 namespace protozero { namespace
223 } // namespace protozero
  /external/perfetto/src/protozero/test/
fake_scattered_buffer.h 24 #include "perfetto/protozero/scattered_stream_writer.h"
26 namespace protozero { namespace
52 } // namespace protozero
fake_scattered_buffer.cc 17 #include "src/protozero/test/fake_scattered_buffer.h"
24 namespace protozero { namespace
73 } // namespace protozero
protozero_conformance_unittest.cc 22 #include "perfetto/protozero/message_handle.h"
23 #include "src/protozero/test/fake_scattered_buffer.h"
26 #include "src/protozero/test/example_proto/library.pbzero.h"
27 #include "src/protozero/test/example_proto/test_messages.pb.h"
28 #include "src/protozero/test/example_proto/test_messages.pbzero.h"
30 namespace pbtest = foo::bar::pbzero; // Generated by the protozero plugin.
33 namespace protozero { namespace
179 } // namespace protozero

Completed in 493 milliseconds

1 2