Home | History | Annotate | Download | only in Dynamic

Lines Matching defs:is

5 // This file is distributed under the University of Illinois Open Source
36 /// \brief Helper template class to just from argument type to the right is/get
44 static bool is(const VariantValue &Value) { return Value.isString(); }
58 static bool is(const VariantValue &Value) {
70 static bool is(const VariantValue &Value) { return Value.isUnsigned(); }
88 static bool is(const VariantValue &Value) {
111 /// Returns whether the matcher is variadic. Variadic matchers can take any
118 /// Given that the matcher is being converted to type \p ThisKind, append the
125 /// Returns whether this matcher is convertible to the given type. If it is
159 /// The marshaller is in charge of taking the VariantValue arguments, checking
170 /// \param Func Matcher construct function. This is the function that
172 /// \param RetKinds The list of matcher types to which the matcher is
226 /// There are 2 cases right now: The return value is a Matcher<T> or is a
291 if (!ArgTraits::is(Value)) {
377 // If Kind is not a base of DerivedKind, either DerivedKind is a base of
406 if (!ArgTypeTraits<type>::is(Args[index].Value)) { \
512 // More than one constructed. It is ambiguous.