Home
last modified time | relevance | path

Searched defs:unpooled (Results 1 – 5 of 5) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DBufferAllocator.java55 public static BufferAllocator unpooled() { in unpooled() method in BufferAllocator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DBufferAllocator.java55 public static BufferAllocator unpooled() { in unpooled() method in BufferAllocator
/dports/databases/c3p0/c3p0-0.9.5.3/examples/
H A DJndiBindDataSource.java69 DataSource unpooled = DataSources.unpooledDataSource("jdbc:postgresql://localhost/test", in main() local
H A DUsePoolBackedDataSource.java56 DataSource unpooled = DataSources.unpooledDataSource("jdbc:postgresql://localhost/test", in main() local
/dports/math/clingo/clingo-5.5.1/libclingo/tests/
H A Dastv2.cc79 for (auto &unpooled : ast.unpool()) { in unpool() local