Searched defs:C2Value (Results 1 – 1 of 1) sorted by relevance
644 C2Value(T value) : mType(typeFor<T>()), mValue(value) { } in C2Value() function646 C2Value() : mType(NO_INIT) { } in C2Value() function