Searched defs:C2Param (Results 1 – 2 of 2) sorted by relevance
93 struct C2Param { struct118 enum kind_t : uint32_t {139 enum : uint32_t {158 struct CoreIndex {408 /// \todo: should we restrict this to C2ParamField? argument427 inline bool operator==(const C2Param &o) const { argument514 if (size < sizeof(C2Param)) { in setSize() argument527 inline bool updateFrom(const C2Param &other) { in updateFrom() argument555 inline C2Param(uint32_t paramSize, Index paramIndex) in C2Param() argument564 inline C2Param(uint32_t paramSize, Index paramIndex, unsigned stream) in C2Param() argument[all …]
198 void setSetter(std::function<C2R(const C2Param *, bool, bool *, Factory &)> setter) { in setSetter()331 std::function<C2R(const C2Param *, bool, bool *, Factory &)> setter) { in setSetter()