Searched refs:client_blobstore (Results 1 – 4 of 4) sorted by relevance
30 class client_blobstore::impl {31 friend client_blobstore;39 client_blobstore::client_blobstore() : impl(new class client_blobstore::impl) {} in client_blobstore() function in nsp_org::nsp_blobstore::client_blobstore42 uint64_t client_blobstore::put_buf(MultiBufs &buf) const in put_buf()65 void client_blobstore::add_tag(uint64_t blobid, rust::Str add_tag) const in add_tag()71 Metadata_Blob client_blobstore::get_metadata(uint64_t blobid) const in get_metadata()83 std::unique_ptr<client_blobstore> blobstore_client_new() in blobstore_client_new()85 return std::make_unique<client_blobstore>(); in blobstore_client_new()
36 type client_blobstore; typedef38 fn blobstore_client_new() -> UniquePtr<client_blobstore>; in blobstore_client_new()
25 class client_blobstore {27 client_blobstore();37 std::unique_ptr<client_blobstore> blobstore_client_new();
21 sources = [ "src/client_blobstore.cpp" ]