Searched defs:Initial (Results 1 – 1 of 1) sorted by relevance
219 struct Initial { // Initial property value struct in AccessorPrimaryHidlTest220 Initial(Property value, Optionality check = REQUIRED) : value(value), check(check) {} in Initial() function221 Property value;222 Optionality check; // If this initial value should be checked