Searched refs:oss (Results 1 – 2 of 2) sorted by relevance
63 friend std::ostream &operator<<(std::ostream &oss, const Foo &f) noexcept in operator <<() argument69 oss << ret; in operator <<()70 PetscFunctionReturn(oss); in operator <<()98 friend std::ostream &operator<<(std::ostream &oss, const Bar &b) noexcept in operator <<() argument104 oss << ret; in operator <<()105 PetscFunctionReturn(oss); in operator <<()177 std::ostringstream oss; in view_map() local180 PetscCallCXX(oss << std::boolalpha); in view_map()181 PetscCallCXX(oss << "map: '" << this->map_name << "'\n"); in view_map()182 PetscCallCXX(oss << " size: " << map.size() << '\n'); in view_map()[all …]
430 std::ostringstream oss; in PetscDeviceContextSyncClearMap_Internal() local433 …oss << "synced dctx " << PetscObjectCast(dctx)->id << ", remaining leaves for obj " << mapit->firs… in PetscDeviceContextSyncClearMap_Internal()435 oss << "[dctx " << it->dctx_id() << ", " << mode << ' ' << it->frame() << ']'; in PetscDeviceContextSyncClearMap_Internal()436 if (++it != end) oss << ", "; in PetscDeviceContextSyncClearMap_Internal()438 oss << '}'; in PetscDeviceContextSyncClearMap_Internal()439 PetscCall(PetscInfo(nullptr, "%s\n", oss.str().c_str())); in PetscDeviceContextSyncClearMap_Internal()471 std::ostringstream oss; in PetscDeviceContextCheckNotOrphaned_Internal() local483 …oss << "- PetscObject (id " << mapit->first << "), intent " << PetscMemoryAccessModeToString(mapit… in PetscDeviceContextCheckNotOrphaned_Internal()484 if (std::distance(it, end) == 0) oss << " (orphaned)"; // we were the only dependency in PetscDeviceContextCheckNotOrphaned_Internal()485 oss << '\n'; in PetscDeviceContextCheckNotOrphaned_Internal()[all …]