Home
last modified time | relevance | path

Searched defs:matchable (Results 1 – 25 of 53) sorted by relevance

123

/dports/devel/boost-docs/boost_1_72_0/boost/xpressive/detail/dynamic/
H A Dmatchable.hpp43 struct matchable struct
45 typedef BidiIter iterator_type;
46 typedef typename iterator_value<iterator_type>::type char_type;
47 virtual ~matchable() {} in ~matchable()
143 matchable_ptr const &matchable() const in matchable() function
/dports/devel/R-cran-BH/BH/inst/include/boost/xpressive/detail/dynamic/
H A Dmatchable.hpp43 struct matchable struct
45 typedef BidiIter iterator_type;
46 typedef typename iterator_value<iterator_type>::type char_type;
47 virtual ~matchable() {} in ~matchable()
143 matchable_ptr const &matchable() const in matchable() function
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/xpressive/detail/dynamic/
H A Dmatchable.hpp43 struct matchable struct
45 typedef BidiIter iterator_type;
46 typedef typename iterator_value<iterator_type>::type char_type;
47 virtual ~matchable() {} in ~matchable()
143 matchable_ptr const &matchable() const in matchable() function
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/xpressive/detail/dynamic/
H A Dmatchable.hpp43 struct matchable struct
45 typedef BidiIter iterator_type;
46 typedef typename iterator_value<iterator_type>::type char_type;
47 virtual ~matchable() {} in ~matchable()
143 matchable_ptr const &matchable() const in matchable() function
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/xpressive/detail/dynamic/
H A Dmatchable.hpp43 struct matchable struct
45 typedef BidiIter iterator_type;
46 typedef typename iterator_value<iterator_type>::type char_type;
47 virtual ~matchable() {} in ~matchable()
143 matchable_ptr const &matchable() const in matchable() function
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/xpressive/detail/dynamic/
H A Dmatchable.hpp43 struct matchable struct
45 typedef BidiIter iterator_type;
46 typedef typename iterator_value<iterator_type>::type char_type;
47 virtual ~matchable() {} in ~matchable()
143 matchable_ptr const &matchable() const in matchable() function
/dports/databases/percona57-server/boost_1_59_0/boost/xpressive/detail/dynamic/
H A Dmatchable.hpp43 struct matchable struct
45 typedef BidiIter iterator_type;
46 typedef typename iterator_value<iterator_type>::type char_type;
47 virtual ~matchable() {} in ~matchable()
143 matchable_ptr const &matchable() const in matchable() function
/dports/databases/xtrabackup/boost_1_59_0/boost/xpressive/detail/dynamic/
H A Dmatchable.hpp43 struct matchable struct
45 typedef BidiIter iterator_type;
46 typedef typename iterator_value<iterator_type>::type char_type;
47 virtual ~matchable() {} in ~matchable()
143 matchable_ptr const &matchable() const in matchable() function
/dports/databases/percona57-client/boost_1_59_0/boost/xpressive/detail/dynamic/
H A Dmatchable.hpp43 struct matchable struct
45 typedef BidiIter iterator_type;
46 typedef typename iterator_value<iterator_type>::type char_type;
47 virtual ~matchable() {} in ~matchable()
143 matchable_ptr const &matchable() const in matchable() function
/dports/editors/madedit/madedit-0.2.9/xpressive/boost/xpressive/detail/dynamic/
H A Dmatchable.hpp43 struct matchable struct
45 typedef BidiIter iterator_type;
46 typedef typename iterator_value<iterator_type>::type char_type;
47 virtual ~matchable() {} in ~matchable()
143 matchable_ptr const &matchable() const in matchable() function
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/xpressive/detail/dynamic/
H A Dmatchable.hpp43 struct matchable struct
45 typedef BidiIter iterator_type;
46 typedef typename iterator_value<iterator_type>::type char_type;
47 virtual ~matchable() {} in ~matchable()
143 matchable_ptr const &matchable() const in matchable() function
/dports/devel/boost-libs/boost_1_72_0/boost/xpressive/detail/dynamic/
H A Dmatchable.hpp43 struct matchable struct
45 typedef BidiIter iterator_type;
46 typedef typename iterator_value<iterator_type>::type char_type;
47 virtual ~matchable() {} in ~matchable()
143 matchable_ptr const &matchable() const in matchable() function
/dports/devel/boost-python-libs/boost_1_72_0/boost/xpressive/detail/dynamic/
H A Dmatchable.hpp43 struct matchable struct
45 typedef BidiIter iterator_type;
46 typedef typename iterator_value<iterator_type>::type char_type;
47 virtual ~matchable() {} in ~matchable()
143 matchable_ptr const &matchable() const in matchable() function
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/xpressive/detail/dynamic/
H A Dmatchable.hpp43 struct matchable struct
45 typedef BidiIter iterator_type;
46 typedef typename iterator_value<iterator_type>::type char_type;
47 virtual ~matchable() {} in ~matchable()
143 matchable_ptr const &matchable() const in matchable() function
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/xpressive/detail/dynamic/
H A Dmatchable.hpp43 struct matchable struct
45 typedef BidiIter iterator_type;
46 typedef typename iterator_value<iterator_type>::type char_type;
47 virtual ~matchable() {} in ~matchable()
143 matchable_ptr const &matchable() const in matchable() function
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/xpressive/detail/dynamic/
H A Dmatchable.hpp43 struct matchable struct
45 typedef BidiIter iterator_type;
46 typedef typename iterator_value<iterator_type>::type char_type;
47 virtual ~matchable() {} in ~matchable()
143 matchable_ptr const &matchable() const in matchable() function
/dports/devel/hyperscan/boost_1_75_0/boost/xpressive/detail/dynamic/
H A Dmatchable.hpp43 struct matchable struct
45 typedef BidiIter iterator_type;
46 typedef typename iterator_value<iterator_type>::type char_type;
47 virtual ~matchable() {} in ~matchable()
143 matchable_ptr const &matchable() const in matchable() function
/dports/java/servingxml/servingxml-1.1.2/servingxml-framework/src/main/java/com/servingxml/util/xml/
H A DXsltEvaluatorFactoryImpl.java64 public void addMatchable(Matchable matchable) { in addMatchable()
77 Matchable matchable = matchables[i]; in createXsltEvaluator() local
H A DXmlRecordTransformReader.java112 Matchable matchable = matchables[i]; in parse() local
136 Matchable matchable = matchables[i]; in processRecord() local
H A DXsltEvaluatorFactory.java33 void addMatchable(Matchable matchable); in addMatchable()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.core/src/main/java/org/springframework/core/convert/support/
H A DGenericConversionService.java281 MatchableConverters matchable = sourceMap.get(targetType); in getMatchableConverters() local
389 MatchableConverters matchable = converters.get(currentClass); in getMatchingConverterForTarget() local
406 MatchableConverters matchable = converters.get(currentClass); in getMatchingConverterForTarget() local
427 MatchableConverters matchable = converters.get(currentClass); in getMatchingConverterForTarget() local
441 MatchableConverters matchable = converters.get(interfaceType); in getMatchingConverterForTarget() local
459 MatchableConverters matchable, TypeDescriptor sourceFieldType, TypeDescriptor targetFieldType) { in matchConverter()
/dports/java/servingxml/servingxml-1.1.2/servingxml-framework/src/main/java/com/servingxml/components/inverserecordmapping/
H A DSubtreeFieldMapImpl.java47 Matchable matchable = new MatchableImpl(mode, matchExpr, fieldName, selectExpr); in createMatchable() local
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/s/
H A Dshard_key_pattern.cpp124 BSONElement extractKeyElementFromMatchable(const MatchableDocument& matchable, StringData pathStr) { in extractKeyElementFromMatchable()
153 BSONMatchableDocument matchable(parentEl.Obj()); in findEqualityElement() local
276 BSONMatchableDocument matchable(doc); in extractShardKeyFromDoc() local
/dports/www/newsboat/newsboat-2.22.1/rust/libnewsboat/src/
H A Dlib.rs20 pub mod matchable; module
/dports/devel/hs-ShellCheck/ShellCheck-0.8.0/src/ShellCheck/
H A DASTLib.hs679 matchable [] [] = True function
680 matchable (PGMany : rest) [] = matchable rest [] function
681 matchable (_:_) [] = False function
682 matchable [] r = matchable r [] function
697 matchable [] [] = True function
698 matchable (PGMany : rest) [] = matchable rest [] function
699 matchable _ _ = False function

123