Home
last modified time | relevance | path

Searched defs:get_metadata (Results 1 – 2 of 2) sorted by relevance

/build/rust/tests/test_cxx_rust/src/
Dclient_blobstore.cpp71 Metadata_Blob client_blobstore::get_metadata(uint64_t blobid) const in get_metadata() function in nsp_org::nsp_blobstore::client_blobstore
73 Metadata_Blob get_metadata {}; in get_metadata() local
Dmain.rs41 fn get_metadata(&self, blobid: u64) -> Metadata_Blob; in get_metadata() function
77 let get_metadata = client.get_metadata(blobid); in main() localVariable