Lines Matching full:value
24 * one of a particular set of enum values. Each integer value (int32_t) is optional and
34 * @param whichEnum which enumaration value goes with this set. Will be used to calculate string
50 * a tested operation, and 'other' is the predefined expected value.
70 * @param inheritFrom if a field's value is given as 0-length, such as NAME1 in "NAME1=,NAME2=VALUE2",
71 * the specified FieldsSet's value for NAME1 will be copied into this.
80 * @param inheritFrom if a field's value is given as 0-length, such as NAME1 in "NAME1=,NAME2=VALUE2",
81 * the specified FieldsSet's value for NAME1 will be copied into this.
93 * Base implementation is to lookup the enum value using udbg_* utilities, or else as an integer if
100 * @param substr the string in question (value side)
111 * @param substr the string in question (value side)
119 * Base implementation is to parse a decimal integer value, or inherit from inheritFrom if the string is 0-length.
128 * attempt to load a value from an enum value using udbg_enumByString()
166 * @param field the field to set (i.e. enum value)
167 * @param value the field's value
169 void set(int32_t field, int32_t value);
174 * Return the field's value
176 * @return field's value, or -1 if unset.
214 * @param matches fillin to hold any fields different. Will have the calendar's value set on them.