• Home
  • Raw
  • Download

Lines Matching defs:Impl

310 struct C2FieldSupportedValuesHelper<T>::Impl {  struct in C2FieldSupportedValuesHelper
311 Impl(const C2FieldSupportedValues &values) in Impl() function
320 typedef typename _C2FieldValueHelper<T>::ValueType ValueType;
321 C2FieldSupportedValues::type_t _mType;
322 C2SupportedRange<ValueType> _mRange;
323 C2SupportedValueSet<ValueType> _mValues;
324 C2SupportedValueSet<ValueType> _mFlags;
366 struct C2ParamFieldValuesBuilder<T>::Impl { struct in C2ParamFieldValuesBuilder
367 Impl(const C2ParamField &field) in Impl() argument
378 operator C2ParamFieldValues() const { in operator C2ParamFieldValues()
398 void any() { in any()
403 void none() { in none()
410 void equalTo(T value) { in equalTo()
415 void limitTo(const C2SupportedValueSet<T> &limit) { in limitTo()
456 void limitTo(const C2SupportedFlags<T> &limit) { in limitTo()
493 void limitTo(const C2SupportedRange<T> &limit) { in limitTo()
531 void instantiate() __unused { in instantiate()
535 void instantiate() const __unused { in instantiate()
539 typedef C2FieldSupportedValues::type_t type_t;
541 C2ParamField _mParamField;
542 type_t _mType;
543 bool _mDefined;
544 C2SupportedRange<T> _mRange;
545 C2SupportedValueSet<T> _mValues;
546 C2SupportedFlags<T> _mFlags;
704 struct C2_HIDE C2FieldUtils::Info::Impl { struct in C2FieldUtils::Info
719 Impl(const C2FieldDescriptor &field_, std::shared_ptr<Impl> parent_, in Impl() function
726 std::shared_ptr<C2FieldUtils::Info::Impl> C2FieldUtils::Info::Impl::Clone(const std::shared_ptr<Imp… in Clone()
813 struct C2_HIDE C2FieldUtils::Iterator::Impl : public _C2ParamInspector { struct in C2FieldUtils::Iterator
819 virtual bool equals(const std::shared_ptr<Impl> &other) const { in equals()
824 virtual value_type get() const { in get()
829 virtual void increment() { in increment()
836 Impl(std::shared_ptr<C2FieldUtils::Info::Impl> head) in Impl() function
839 std::shared_ptr<Info::Impl> mHead; ///< current field
860 struct C2_HIDE C2FieldUtils::List::Impl { struct in C2FieldUtils::List
864 virtual std::shared_ptr<Iterator::Impl> end() const { in end()