Searched refs:FUNCTION_CONST (Results 1 - 2 of 2) sorted by relevance
/third_party/googletest/googlemock/scripts/generator/cpp/ | ||
H A D | gmock_class.py | 125 if node.modifiers & ast.FUNCTION_CONST: |
H A D | ast.py | 63 FUNCTION_CONST = 0x01 variable 1057 modifiers |= FUNCTION_CONST |
Completed in 3 milliseconds