Lines Matching defs:output
249 std::ostream& operator<<(std::ostream& output,
251 output << "{ ";
253 output << i << ", ";
255 output << " }";
256 return output;
259 std::ostream& operator<<(std::ostream& output,
261 output << "{\n"
269 return output;
272 std::ostream& operator<<(std::ostream& output, const SnapshotMetadata& i) {
273 output << "{\n"
284 return output;
1368 std::ostream& operator<<(std::ostream& output,
1370 output << "{ " << i.fields << " }";
1371 return output;
1387 std::ostream& operator<<(std::ostream& output,
1389 output << "{ " << i.fields << " }";
1390 return output;
1461 std::ostream& operator<<(std::ostream& output,
1463 output << "{\n"
1472 return output;