Home
last modified time | relevance | path

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

/interface/sdk_c/build-tools/capi_parser/src/coreImpl/parser/
H A Dparser.py23 from utils.constants import StringConstant, RegularExpressions namespace
42 pattern = RegularExpressions.SOURCES.value
47 pattern = RegularExpressions.INCLUDE_H.value # 匹配引号中的内容,找对应的.h
70 pattern = RegularExpressions.DEST_DIR.value
H A Dparse_include.py27 from utils.constants import RegularExpressions namespace
318 pattern = '{} {})'.format(RegularExpressions.DEFINE_COMMENT.value, cursor.spelling)
607 pattern_high = RegularExpressions.END_COMMENT.value
/interface/sdk_c/build-tools/capi_parser/src/utils/
H A Dconstants.py38 class RegularExpressions(enum.Enum): class
/interface/sdk_c/build-tools/capi_parser/src/coreImpl/diff/
H A Ddiff_processor_node.py24 from utils.constants import RegularExpressions namespace
1259 pattern = RegularExpressions.START_COMMENT.value

Completed in 4 milliseconds