Lines Matching refs:value

216         """Prepend the appropriate format macro for an enumerate (value) to a enum value name."""
430 'the value referenced by ' + self.makeParameterName(length.other_param_name))
555 entry += 'char value'
558 # If a value is "const" that means it will not get modified,
603 typetext = 'pointer value'
605 # If a value is "const" that means it will not get modified, so
697 template = 'combinations of {bitsname} value'
699 template = '{paramtype} value'
704 template = '{paramtype} value'
717 typetext = '{} value'.format(self.makeEnumerationName(paramtype))
720 typetext = '{} value'.format(self.makeFuncPointerName(paramtype))
734 typetext = f'code:{paramtype} value'
736 typetext = '{} value'.format(self.makeBaseTypeName(paramtype))
740 typetext = '{} value'.format(
743 # "a valid uint32_t value" does not make much sense.
889 """Generate an validity line for the type value of a struct.
898 # probably passing the wrong value for structname.
902 # If this fails, see caller: this should only get called for a struct type with a type value.
916 # Extract each enumerant value. They could be validated in the
937 """Generate an validity line for the pointer chain member value of a struct."""
1000 ' value of each struct in the pname:' +
1020 Return value indicates whether it was handled internally (True) or if it may need more validity (False)."""
1064 """Returns the value of the videocoding attribute, also considering the
1065 default value when the attribute is not present."""
1285 entry += 'the value referenced by '
1483 line = RETURN_CODE_FORMAT.format(ext_code.value)