Home
last modified time | relevance | path

Searched refs:isSameLocation (Results 26 – 36 of 36) sorted by relevance

12

/dports/devel/cppcheck-gui/cppcheck-2.6.3/lib/
H A Dcheckclass.h158 return isSameLocation(other) && hash == other.hash;
161 bool isSameLocation(const NameLoc& other) const { in isSameLocation() function
H A Dcheckclass.cpp2994 if (it->second.isSameLocation(nameLoc)) in analyseWholeProgram()
/dports/deskutils/itinerary/itinerary-21.12.3/src/app/
H A Dpublictransport.h144 if (LocationUtil::isSameLocation(place, newPlace)) { in updateToLocation()
H A Dtransfermanager.cpp308 …if (!toLoc.isNull() && !prevLoc.isNull() && !LocationUtil::isSameLocation(toLoc, prevLoc, Location… in checkTransferBefore()
373 …if (!fromLoc.isNull() && !nextLoc.isNull() && !LocationUtil::isSameLocation(fromLoc, nextLoc, Loca… in checkTransferAfter()
H A Dtimelinedelegatecontroller.cpp401 …return LocationUtil::isSameLocation(LocationUtil::arrivalLocation(res1), LocationUtil::departureLo… in isLayover()
/dports/net/kitinerary/kitinerary-21.12.3/src/lib/
H A Dmergeutil.cpp436 …return namePrefix == 1.0f || (namePrefix > 0.65f && LocationUtil::isSameLocation(lhs.location(), r… in isSameEvent()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/mozapps/extensions/internal/
H A DXPIInstall.jsm1702 let isSameLocation = this.existingAddon?.location == this.location;
1704 isSameLocation ||
1727 await this.stageInstall(false, stagedAddon, isSameLocation);
1738 !isSameLocation
1756 if (isSameLocation) {
1853 * @param {boolean} isSameLocation
1857 async stageInstall(restartRequired, stagedAddon, isSameLocation) {
1873 if (isSameLocation) {
/dports/www/firefox/firefox-99.0/toolkit/mozapps/extensions/internal/
H A DXPIInstall.jsm1790 let isSameLocation = this.existingAddon?.location == this.location;
1792 isSameLocation ||
1815 await this.stageInstall(false, stagedAddon, isSameLocation);
1826 !isSameLocation
1842 if (isSameLocation) {
1940 * @param {boolean} isSameLocation
1945 async stageInstall(restartRequired, stagedAddon, isSameLocation) {
1974 if (isSameLocation) {
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/mozapps/extensions/internal/
H A DXPIInstall.jsm1762 let isSameLocation = this.existingAddon?.location == this.location;
1764 isSameLocation ||
1787 await this.stageInstall(false, stagedAddon, isSameLocation);
1798 !isSameLocation
1816 if (isSameLocation) {
1914 * @param {boolean} isSameLocation
1919 async stageInstall(restartRequired, stagedAddon, isSameLocation) {
1948 if (isSameLocation) {
/dports/www/firefox-esr/firefox-91.8.0/toolkit/mozapps/extensions/internal/
H A DXPIInstall.jsm1762 let isSameLocation = this.existingAddon?.location == this.location;
1764 isSameLocation ||
1787 await this.stageInstall(false, stagedAddon, isSameLocation);
1798 !isSameLocation
1816 if (isSameLocation) {
1914 * @param {boolean} isSameLocation
1919 async stageInstall(restartRequired, stagedAddon, isSameLocation) {
1948 if (isSameLocation) {
/dports/devel/cppcheck/cppcheck-2.6.3/lib/
H A Dcheckclass.cpp2994 if (it->second.isSameLocation(nameLoc)) in analyseWholeProgram()

12