Searched defs:loc (Results 1 – 10 of 10) sorted by relevance
71 void Parser::error (const location_type& loc, const std::string& msg) in error()
201 std::unique_ptr loc = std::make_unique<Location>(); variable
191 std::unique_ptr<Location> loc = std::make_unique<Location>(); variable
186 std::unique_ptr<OHOS::Location::Location> loc = in LocatorImplV9FuzzerTest() local468 std::unique_ptr<OHOS::Location::Location> loc = in LocatorAbility001FuzzerTest() local
108 LocaleInfo *loc = new (std::nothrow) LocaleInfo(locale, options); variable135 LocaleInfo *loc = new (std::nothrow) LocaleInfo(locale); variable
334 LocationErrCode LocatorImpl::GetCachedLocationV9(std::unique_ptr<Location> &loc) in GetCachedLocationV9()
713 LocationErrCode LocatorProxy::GetCacheLocationV9(std::unique_ptr<Location> &loc) in GetCacheLocationV9()
78 std::unique_ptr<Location> loc; in HandleGetCachedLocation() local
175 std::unique_ptr<Location> loc; in PreGetCacheLocation() local
770 LocationErrCode LocatorAbility::GetCacheLocation(std::unique_ptr<Location>& loc, AppIdentity &ident… in GetCacheLocation()