Searched defs:protoOutput (Results 1 – 10 of 10) sorted by relevance
107 ProtoOutputStream* protoOutput) { in writeDimensionToProtoHelper()176 ProtoOutputStream* protoOutput) { in writeDimensionLeafToProtoHelper()234 ProtoOutputStream* protoOutput) { in writeDimensionPathToProtoHelper()275 ProtoOutputStream* protoOutput) { in writeDimensionToProto()290 ProtoOutputStream* protoOutput) { in writeDimensionLeafNodesToProto()300 ProtoOutputStream* protoOutput) { in writeDimensionPathToProto()340 ProtoOutputStream* protoOutput) { in writeFieldValueTreeToStreamHelper()401 util::ProtoOutputStream* protoOutput) { in writeFieldValueTreeToStream()409 void writeStateToProto(const FieldValue& state, util::ProtoOutputStream* protoOutput) { in writeStateToProto()466 util::ProtoOutputStream* protoOutput) { in writePullerStatsToStream()[all …]
89 bool parseProtoOutputStream(ProtoOutputStream& protoOutput, T* message) { in parseProtoOutputStream()
93 std::unique_ptr<std::vector<uint8_t>> serializeProtoLocked(ProtoOutputStream& protoOutput) { in serializeProtoLocked()119 ProtoOutputStream* protoOutput) { in onDumpReportLocked()
164 ProtoOutputStream* protoOutput) { in onDumpReportLocked()
184 ProtoOutputStream* protoOutput) { in onDumpReportLocked()
199 android::util::ProtoOutputStream* protoOutput) { in onDumpReport()
357 ProtoOutputStream* protoOutput) { in onDumpReportLocked()
335 ProtoOutputStream* protoOutput) { in onDumpReport()
250 ProtoOutputStream* protoOutput) { in onDumpReportLocked()
496 android::util::ProtoOutputStream protoOutput; in TEST() local