Lines Matching refs:str_value
1142 with self._open_config(filename.str_value) as f:
1477 val = sym.str_value
1714 if sym.str_value == sym._str_default():
1807 val = sym.str_value
4287 def str_value(self): member in Symbol
4328 low = int(low_expr.str_value, base) if \
4329 _is_base_n(low_expr.str_value, base) else 0
4330 high = int(high_expr.str_value, base) if \
4331 _is_base_n(high_expr.str_value, base) else 0
4369 val = sym.str_value
4412 val = sym.str_value
4532 val = self.str_value
4705 add("value " + (self.str_value if self.orig_type in _BOOL_TRISTATE
4706 else '"{}"'.format(self.str_value)))
4949 return default.str_value
4980 selecting_sym.str_value,
5183 def str_value(self): member in Choice
5321 add("mode " + self.str_value)
6027 comp = _strcmp(v1.str_value, v2.str_value)
6035 comp = _strcmp(v1.str_value, v2.str_value)
6375 int(sym.str_value, _TYPE_TO_BASE[sym.orig_type])