Searched defs:GetStorage (Results 1 – 6 of 6) sorted by relevance
72 void* GetStorage() const { in GetStorage() function in mlir::runtime::AsyncValue204 /*static*/ void* AsyncRuntime::GetStorage(Value* value) { in GetStorage() function in xla::runtime::AsyncRuntime
75 storage::StorageModule* GetStorage() { in GetStorage() function
74 CompiledMethodStorage* GetStorage() { in GetStorage() function
63 storage::StorageModule* GetStorage() { return nullptr; } in GetStorage() function
38 auto& GetStorage() { in GetStorage() function
723 std::vector<uint8_t> LogEvent::GetStorage(size_t key, status_t* err) const { in GetStorage() function in android::os::statsd::LogEvent