Home
last modified time | relevance | path

Searched refs:ns_pattern (Results 1 - 1 of 1) sorted by relevance

/third_party/json/tools/gdb_pretty_printer/
H A Dnlohmann-json.py4 ns_pattern = re.compile(r'nlohmann(::json_abi(?P<tags>\w*)(_v(?P<v_major>\d+)_(?P<v_minor>\d+)_(?P<v_patch>\d+))?)?::(?P<name>.+)') variable
17 m = ns_pattern.fullmatch(val.type.strip_typedefs().name)
20 m = ns_pattern.fullmatch(str(val['m_type']))

Completed in 2 milliseconds