Searched defs:C2Value (Results 1 – 2 of 2) sorted by relevance
891 C2Value(T value) : _mType(typeFor<T>()), _mValue(value) { } in C2Value() function893 C2Value() : _mType(NO_INIT) { } in C2Value() function
548 .withMapper([](C2Value) -> C2Value { return uint32_t(1); })); in initializeStandardParams() argument552 .withMapper([](C2Value) -> C2Value { return uint32_t(1); })); in initializeStandardParams() argument