Home
last modified time | relevance | path

Searched refs:MyRawDebugAnnotation (Results 1 – 1 of 1) sorted by relevance

/external/perfetto/src/tracing/test/
Dapi_integrationtest.cc2272 class MyRawDebugAnnotation : public perfetto::DebugAnnotation { in TEST_P() class
2274 MyRawDebugAnnotation() { msg_->set_string_value("nested_value"); } in TEST_P() function in __anone89577de0111::TEST_P::MyRawDebugAnnotation
2275 ~MyRawDebugAnnotation() = default; in TEST_P()
2279 MyRawDebugAnnotation(const MyRawDebugAnnotation&) = delete; in TEST_P()
2280 MyRawDebugAnnotation(MyRawDebugAnnotation&&) = delete; in TEST_P()
2299 TRACE_EVENT_BEGIN("test", "E", "raw_arg", MyRawDebugAnnotation()); in TEST_P()
2301 MyRawDebugAnnotation()); in TEST_P()