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