Searched defs:GCSFile (Results 1 – 2 of 2) sorted by relevance
55 typedef struct GCSFile { struct64 GCSFile(google::cloud::storage::Client&& gcs_client); argument69 } GCSFile; typedef
163 typedef struct GCSFile { struct164 const std::string path;165 const bool is_cache_enable;166 const uint64_t buffer_size;167 ReadFn read_fn;168 absl::Mutex buffer_mutex;173 GCSFile(std::string path, bool is_cache_enable, uint64_t buffer_size, in GCSFile() function183 } GCSFile; typedef246 typedef struct GCSFile { struct247 const std::string bucket;[all …]