Searched refs:for_testing_ (Results 1 – 2 of 2) sorted by relevance
69 (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()
153 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