Home
last modified time | relevance | path

Searched refs:BlobstoreClient (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/cxx/demo/src/
H A Dblobstore.cc14 // In reality the implementation of BlobstoreClient could be a large complex C++
16 class BlobstoreClient::impl {
17 friend BlobstoreClient;
25 BlobstoreClient::BlobstoreClient() : impl(new class BlobstoreClient::impl) {} in BlobstoreClient() function in org::BlobstoreClient
28 uint64_t BlobstoreClient::put(MultiBuf &buf) const { in put()
50 void BlobstoreClient::tag(uint64_t blobid, rust::Str tag) const { in tag()
55 BlobMetadata BlobstoreClient::metadata(uint64_t blobid) const { in metadata()
66 std::unique_ptr<BlobstoreClient> new_blobstore_clien
[all...]
H A Dmain.rs20 type BlobstoreClient; types
22 fn new_blobstore_client() -> UniquePtr<BlobstoreClient>; in new_blobstore_client()
/third_party/rust/crates/cxx/demo/include/
H A Dblobstore.h11 class BlobstoreClient { class
13 BlobstoreClient();
23 std::unique_ptr<BlobstoreClient> new_blobstore_client();

Completed in 2 milliseconds