• Home
  • Raw
  • Download

Lines Matching defs:Impl

326 struct C2FieldSupportedValuesHelper<T>::Impl {  struct in C2FieldSupportedValuesHelper
327 Impl(const C2FieldSupportedValues &values) in Impl() function
336 typedef typename _C2FieldValueHelper<T>::ValueType ValueType;
337 C2FieldSupportedValues::type_t _mType;
338 C2SupportedRange<ValueType> _mRange;
339 C2SupportedValueSet<ValueType> _mValues;
340 C2SupportedValueSet<ValueType> _mFlags;
382 struct C2ParamFieldValuesBuilder<T>::Impl { struct in C2ParamFieldValuesBuilder
383 Impl(const C2ParamField &field) in Impl() function
394 operator C2ParamFieldValues() const { in operator C2ParamFieldValues()
414 void any() { in any()
419 void none() { in none()
426 void equalTo(T value) { in equalTo()
431 void limitTo(const C2SupportedValueSet<T> &limit) { in limitTo()
472 void limitTo(const C2SupportedFlags<T> &limit) { in limitTo()
509 void limitTo(const C2SupportedRange<T> &limit) { in limitTo()
547 void instantiate() __unused { in instantiate()
551 void instantiate() const __unused { in instantiate()
555 typedef C2FieldSupportedValues::type_t type_t;
557 C2ParamField _mParamField;
558 type_t _mType;
559 bool _mDefined;
560 C2SupportedRange<T> _mRange;
561 C2SupportedValueSet<T> _mValues;
562 C2SupportedFlags<T> _mFlags;
720 struct C2_HIDE C2FieldUtils::Info::Impl { struct in C2FieldUtils::Info
735 Impl(const C2FieldDescriptor &field_, std::shared_ptr<Impl> parent_, in Impl() function
742 std::shared_ptr<C2FieldUtils::Info::Impl> C2FieldUtils::Info::Impl::Clone(const std::shared_ptr<Imp… in Clone()
829 struct C2_HIDE C2FieldUtils::Iterator::Impl : public _C2ParamInspector { struct in C2FieldUtils::Iterator
835 virtual bool equals(const std::shared_ptr<Impl> &other) const { in equals()
840 virtual value_type get() const { in get()
845 virtual void increment() { in increment()
852 Impl(std::shared_ptr<C2FieldUtils::Info::Impl> head) in Impl() function
855 std::shared_ptr<Info::Impl> mHead; ///< current field
876 struct C2_HIDE C2FieldUtils::List::Impl { struct in C2FieldUtils::List
880 virtual std::shared_ptr<Iterator::Impl> end() const { in end()