Searched defs:set_msg (Results 1 – 2 of 2) sorted by relevance
| /device/generic/goldfish-opengl/system/profiler/ | ||
| D | perfetto.cpp | 55135 void set_msg(const std::string& value) { msg_ = value; _has_field_.set(2); } in set_msg() function in perfetto::protos::gen::SaveTraceForBugreportResponse |
| /device/generic/vulkan-cereal/third-party/perfetto-tracing-only/ | ||
| D | perfetto.cc | 47054 void set_msg(std::unique_ptr<T> msg) { msg_ = std::move(msg); } in set_msg() function in perfetto::ipc::AsyncResult |