Lines Matching refs:str_value
1144 with self._open_config(filename.str_value) as f:
1479 val = sym.str_value
1715 if sym.str_value == sym._str_default():
1808 val = sym.str_value
4325 def str_value(self): member in Symbol
4366 low = int(low_expr.str_value, base) if \
4367 _is_base_n(low_expr.str_value, base) else 0
4368 high = int(high_expr.str_value, base) if \
4369 _is_base_n(high_expr.str_value, base) else 0
4407 val = sym.str_value
4450 val = sym.str_value
4570 val = self.str_value
4743 add("value " + (self.str_value if self.orig_type in _BOOL_TRISTATE
4744 else '"{}"'.format(self.str_value)))
4987 return default.str_value
5018 selecting_sym.str_value,
5221 def str_value(self): member in Choice
5359 add("mode " + self.str_value)
6071 comp = _strcmp(v1.str_value, v2.str_value)
6079 comp = _strcmp(v1.str_value, v2.str_value)
6419 int(sym.str_value, _TYPE_TO_BASE[sym.orig_type])