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