Home
last modified time | relevance | path

Searched refs:containsAnyOf (Results 1 – 25 of 33) sorted by relevance

12

/dports/astro/marble/marble-21.12.3/src/lib/marble/geodata/data/
H A DGeoDataRelation.h62 bool containsAnyOf(const QSet<qint64> &memberIds) const;
H A DGeoDataRelation.cpp165 bool GeoDataRelation::containsAnyOf(const QSet<qint64> &memberIds) const in containsAnyOf() function in Marble::GeoDataRelation
/dports/graphics/digikam/digikam-7.4.0/core/libs/database/models/
H A Ditemfiltersettings.cpp279 bool containsAnyOf(const ContainerA& listA, const ContainerB& listB) in containsAnyOf() function
385 if (containsAnyOf(m_pickLabelTagFilter, tagIds)) in matches()
412 if (containsAnyOf(m_colorLabelTagFilter, tagIds)) in matches()
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSRoute.h107 bool containsAnyOf(const MSEdgeVector& edgelist) const;
H A DMSRoute.cpp239 MSRoute::containsAnyOf(const MSEdgeVector& edgelist) const { in containsAnyOf() function in MSRoute
/dports/cad/sumo/sumo-1.2.0/src/microsim/trigger/
H A DMSTriggeredRerouter.cpp321 veh.getRoute().containsAnyOf(i->closed) || in getCurrentReroute()
323 veh.getRoute().containsAnyOf(i->closedLanesAffected)) { in getCurrentReroute()
482 …if (rerouteDef->closed.size() == 0 || destUnreachable || veh.getRoute().containsAnyOf(rerouteDef->… in notifyEnter()
493 …eachable=" << destUnreachable << " containsClosed=" << veh.getRoute().containsAnyOf(rerouteDef->cl… in notifyEnter()
/dports/audio/carla/Carla-2.4.1/source/modules/water/threads/
H A DChildProcess.cpp347 if (arg.containsAnyOf ("\" ")) in start()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_osc/osc/
H A Djuce_OSCAddress.cpp352 wasInitialisedWithWildcards (asString.containsAnyOf ("*?{}[]")) in OSCAddressPattern()
360 wasInitialisedWithWildcards (asString.containsAnyOf ("*?{}[]")) in OSCAddressPattern()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_graphics/fonts/
H A Djuce_GlyphArrangement.cpp315 if (text.containsAnyOf ("\r\n")) in addFittedText()
559 if (length <= 12 && ! text.containsAnyOf (" -\t\r\n")) in splitLines()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_graphics/fonts/
H A Djuce_GlyphArrangement.cpp315 if (text.containsAnyOf ("\r\n")) in addFittedText()
559 if (length <= 12 && ! text.containsAnyOf (" -\t\r\n")) in splitLines()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthUtil/
H A DHTM150 bool containsAnyOf(const std::vector<osg::Vec3d>& p) const;
H A DHTM.cpp47 HTMNode::PolytopeDP::containsAnyOf(const std::vector<osg::Vec3d>& points) const
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/native/
H A Djuce_win32_Threads.cpp509 if (arg.containsAnyOf ("\" ")) in start()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/network/
H A Djuce_IPAddress.cpp112 if (adr.containsAnyOf ("[]")) in removePort()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/native/
H A Djuce_win32_Threads.cpp514 if (arg.containsAnyOf ("\" ")) in start()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/network/
H A Djuce_IPAddress.cpp112 if (adr.containsAnyOf ("[]")) in removePort()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/native/
H A Djuce_win32_Threads.cpp509 if (arg.containsAnyOf ("\" ")) in start()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/network/
H A Djuce_IPAddress.cpp112 if (adr.containsAnyOf ("[]")) in removePort()
/dports/audio/carla/Carla-2.4.1/source/modules/water/text/
H A DString.h389 bool containsAnyOf (StringRef charactersItMightContain) const noexcept;
/dports/astro/marble/marble-21.12.3/tools/vectorosm-tilecreator/
H A DVectorClipper.cpp85 if (relation->containsAnyOf(osmIds)) { in clipTo()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/text/
H A Djuce_String.h459 bool containsAnyOf (StringRef charactersItMightContain) const noexcept;
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/text/
H A Djuce_String.h459 bool containsAnyOf (StringRef charactersItMightContain) const noexcept;
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/text/
H A Djuce_String.h445 bool containsAnyOf (StringRef charactersItMightContain) const noexcept;
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/ComponentEditor/
H A Djucer_ComponentLayout.cpp944 return s.containsAnyOf ("+-*/%") ? "(" + s + ")" : s; in bracketIfNeeded()
/dports/astro/marble/marble-21.12.3/src/lib/marble/declarative/
H A DPlacemark.cpp732 if (relation->containsAnyOf(placemarkIds)) { in updateRelations()

12