Home | History | Annotate | Download | only in include

Lines Matching refs:C2FieldSupportedValuesQuery

36 struct C2FieldSupportedValuesQuery {
49 C2FieldSupportedValuesQuery(const C2ParamField &field_, type_t type_)
52 static C2FieldSupportedValuesQuery
54 return C2FieldSupportedValuesQuery(field_, CURRENT);
57 static C2FieldSupportedValuesQuery
59 return C2FieldSupportedValuesQuery(field_, POSSIBLE);
328 std::vector<C2FieldSupportedValuesQuery> &fields, c2_blocking_t mayBlock) const = 0;
966 std::vector<C2FieldSupportedValuesQuery> &fields) const = 0;