Home
last modified time | relevance | path

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

/external/perfetto/src/tracing/core/
Ddata_source_config.cc69 (for_testing_ == other.for_testing_); in operator ==()
121 for_testing_.FromProto(proto.for_testing()); in FromProto()
179 for_testing_.ToProto(proto->mutable_for_testing()); in ToProto()
/external/perfetto/include/perfetto/tracing/core/
Ddata_source_config.h153 const TestConfig& for_testing() const { return for_testing_; } in for_testing()
154 TestConfig* mutable_for_testing() { return &for_testing_; } in mutable_for_testing()
172 TestConfig for_testing_ = {}; variable