Searched refs:ToProto (Results 1 – 4 of 4) sorted by relevance
141 Result<GoldTest> ToProto(const std::string& filename) { in ToProto() function in android::net::TestBase447 const Result<GoldTest> result = ToProto(file); in TEST_P()
172 void ToProto(android::util::ProtoOutputStream& out) const;
771 void LogEvent::ToProto(ProtoOutputStream& protoOutput) const { in ToProto() function in android::os::statsd::LogEvent
188 eventRef.ToProto(mProtoOut); in writeEventToProtoIfMatched()