Searched refs:GetCurandDsoHandle (Results 1 – 3 of 3) sorted by relevance
85 port::StatusOr<void*> GetCurandDsoHandle() { in GetCurandDsoHandle() function139 port::StatusOr<void*> GetCurandDsoHandle() { in GetCurandDsoHandle() function140 static auto result = new auto(DsoLoader::GetCurandDsoHandle()); in GetCurandDsoHandle()
41 port::StatusOr<void*> GetCurandDsoHandle();60 port::StatusOr<void*> GetCurandDsoHandle();
28 auto handle_or = stream_executor::internal::DsoLoader::GetCurandDsoHandle(); in GetDsoHandle()