Searched refs:LoadingMethod (Results 1 – 4 of 4) sorted by relevance
35 enum class LoadingMethod : uint8_t { enum in mbgl::Resource48 LoadingMethod loadingMethod_ = LoadingMethod::All)55 bool hasLoadingMethod(LoadingMethod method);65 LoadingMethod = LoadingMethod::All);74 LoadingMethod loadingMethod;87 MBGL_CONSTEXPR Resource::LoadingMethod operator|(Resource::LoadingMethod a, Resource::LoadingMethod… in operator |()88 return Resource::LoadingMethod(mbgl::underlying_type(a) | mbgl::underlying_type(b)); in operator |()91 MBGL_CONSTEXPR Resource::LoadingMethod& operator|=(Resource::LoadingMethod& a, Resource::LoadingMet… in operator |=()95 MBGL_CONSTEXPR Resource::LoadingMethod operator&(Resource::LoadingMethod a, Resource::LoadingMethod… in operator &()96 return Resource::LoadingMethod(mbgl::underlying_type(a) & mbgl::underlying_type(b)); in operator &()[all …]
26 Resource::LoadingMethod::CacheOnly)), in TileLoader()53 resource.loadingMethod = Resource::LoadingMethod::CacheOnly; in loadFromCache()88 if (resource.loadingMethod == Resource::LoadingMethod::NetworkOnly && request) { in makeOptional()119 resource.loadingMethod = Resource::LoadingMethod::NetworkOnly; in loadFromNetwork()
115 if (resource.hasLoadingMethod(Resource::LoadingMethod::Cache)) { in request()118 if (resource.loadingMethod == Resource::LoadingMethod::CacheOnly) { in request()149 if (resource.hasLoadingMethod(Resource::LoadingMethod::Network)) { in request()
100 LoadingMethod loadingMethod) { in tile()