Home
last modified time | relevance | path

Searched refs:new_blobstore_client (Results 1 – 8 of 8) sorted by relevance

/external/rust/cxx/book/src/binding/
Duniqueptr.md33 fn new_blobstore_client() -> UniquePtr<BlobstoreClient>;
39 let client = ffi::new_blobstore_client();
52 std::unique_ptr<BlobstoreClient> new_blobstore_client();
60 std::unique_ptr<BlobstoreClient> new_blobstore_client() {
/external/rust/cxx/book/src/
Dtutorial.md90 fn new_blobstore_client() -> UniquePtr<BlobstoreClient>;
95 let client = ffi::new_blobstore_client();
106 whether `new_blobstore_client` is safe or unsafe to call. If that function said
108 would instead want to expose it as `unsafe fn new_blobstore_client`, this time
113 haven't written a C++ implementation of `new_blobstore_client` nor instructed
120 …get/debug/deps/cxx-demo-7cb7fddf3d67d880.rcgu.o: in function `cxx_demo::ffi::new_blobstore_client':
121 src/main.rs:1: undefined reference to `cxxbridge1$new_blobstore_client'
147 std::unique_ptr<BlobstoreClient> new_blobstore_client();
157 std::unique_ptr<BlobstoreClient> new_blobstore_client() {
270 fn new_blobstore_client() -> UniquePtr<BlobstoreClient>;
[all …]
Dconcepts.md53 # fn new_blobstore_client() -> UniquePtr<BlobstoreClient>;
Dindex.md54 fn new_blobstore_client() -> UniquePtr<BlobstoreClient>;
/external/rust/cxx/demo/src/
Dmain.rs22 fn new_blobstore_client() -> UniquePtr<BlobstoreClient>; in new_blobstore_client() function
45 let client = ffi::new_blobstore_client(); in main()
Dblobstore.cc66 std::unique_ptr<BlobstoreClient> new_blobstore_client() { in new_blobstore_client() function
/external/rust/cxx/demo/include/
Dblobstore.h23 std::unique_ptr<BlobstoreClient> new_blobstore_client();
/external/rust/cxx/
DREADME.md111 fn new_blobstore_client() -> UniquePtr<BlobstoreClient>;