Lines Matching defs:Impl
324 struct C2FieldSupportedValuesHelper<T>::Impl { struct in C2FieldSupportedValuesHelper
325 Impl(const C2FieldSupportedValues &values) in Impl() argument
334 typedef typename _C2FieldValueHelper<T>::ValueType ValueType;
335 C2FieldSupportedValues::type_t _mType;
336 C2SupportedRange<ValueType> _mRange;
337 C2SupportedValueSet<ValueType> _mValues;
338 C2SupportedValueSet<ValueType> _mFlags;
380 struct C2ParamFieldValuesBuilder<T>::Impl { struct in C2ParamFieldValuesBuilder
381 Impl(const C2ParamField &field) in Impl() function
392 operator C2ParamFieldValues() const { in operator C2ParamFieldValues()
412 void any() { in any()
417 void none() { in none()
424 void equalTo(T value) { in equalTo()
429 void limitTo(const C2SupportedValueSet<T> &limit) { in limitTo()
470 void limitTo(const C2SupportedFlags<T> &limit) { in limitTo()
507 void limitTo(const C2SupportedRange<T> &limit) { in limitTo()
545 void instantiate() __unused { in instantiate()
549 void instantiate() const __unused { in instantiate()
553 typedef C2FieldSupportedValues::type_t type_t;
555 C2ParamField _mParamField;
556 type_t _mType;
557 bool _mDefined;
558 C2SupportedRange<T> _mRange;
559 C2SupportedValueSet<T> _mValues;
560 C2SupportedFlags<T> _mFlags;
718 struct C2_HIDE C2FieldUtils::Info::Impl { struct in C2FieldUtils::Info
733 Impl(const C2FieldDescriptor &field_, std::shared_ptr<Impl> parent_, in Impl() function
740 std::shared_ptr<C2FieldUtils::Info::Impl> C2FieldUtils::Info::Impl::Clone(const std::shared_ptr<Imp… in Clone()
827 struct C2_HIDE C2FieldUtils::Iterator::Impl : public _C2ParamInspector { struct in C2FieldUtils::Iterator
833 virtual bool equals(const std::shared_ptr<Impl> &other) const { in equals()
838 virtual value_type get() const { in get()
843 virtual void increment() { in increment()
850 Impl(std::shared_ptr<C2FieldUtils::Info::Impl> head) in Impl() function
853 std::shared_ptr<Info::Impl> mHead; ///< current field
874 struct C2_HIDE C2FieldUtils::List::Impl { struct in C2FieldUtils::List
878 virtual std::shared_ptr<Iterator::Impl> end() const { in end()