Home
last modified time | relevance | path

Searched defs:ConstBytes (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/protozero/
H A Dfield.h31 struct ConstBytes { struct
32 std::string ToStdString() const { in ToStdString()
36 const uint8_t* data;
37 size_t size;
/aosp_15_r20/external/perfetto/include/perfetto/protozero/
H A Dfield.h32 struct ConstBytes { struct
33 std::string ToStdString() const { in ToStdString()
37 const uint8_t* data;
38 size_t size;
/aosp_15_r20/external/perfetto/src/trace_processor/util/
H A Dproto_to_args_parser_unittest.cc424 const protozero::ConstBytes&, Delegate& delegate) { in TEST_F()
464 const protozero::ConstBytes&, Delegate& delegate) { in TEST_F()
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dmemory_tracker_snapshot_parser.h44 using ConstBytes = protozero::ConstBytes; variable
H A Dproto_trace_reader.h86 using ConstBytes = protozero::ConstBytes; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/VE/
H A DVECustomDAG.cpp531 if (auto ConstBytes = dyn_cast<ConstantSDNode>(PackStride)) in getSplitPtrStride() local