Lines Matching refs:str_value
62 defs = [(str_ref, json.loads(str_value) if str_value != '' else '')
63 for str_ref, str_value in ini_parser.items('LIT_MAGIC_STRINGS')]
163 for str_ref, str_value in defs:
186 extended_defs.append((str_ref, str_value, guards))
225 for str_ref, str_value, guards in defs:
232 print('LIT_MAGIC_STRING_DEF ({str_ref}, {str_value})'
233 .format(str_ref=str_ref, str_value=json.dumps(str_value)), file=gen_file)
247 for str_ref, str_value, guards in defs:
248 if len(str_value) >= size: