Home
last modified time | relevance | path

Searched refs:oss (Results 1 – 2 of 2) sorted by relevance

/petsc/src/sys/tests/
H A Dex64.cxx63 friend std::ostream &operator<<(std::ostream &oss, const Foo &f) noexcept in operator <<() argument
69 oss << ret; in operator <<()
70 PetscFunctionReturn(oss); in operator <<()
98 friend std::ostream &operator<<(std::ostream &oss, const Bar &b) noexcept in operator <<() argument
104 oss << ret; in operator <<()
105 PetscFunctionReturn(oss); in operator <<()
177 std::ostringstream oss; in view_map() local
180 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 …]
/petsc/src/sys/objects/device/interface/
H A Dmark_dcontext.cxx430 std::ostringstream oss; in PetscDeviceContextSyncClearMap_Internal() local
433oss << "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() local
483oss << "- 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 …]