Home
last modified time | relevance | path

Searched refs:_RE_API (Results 1 – 1 of 1) sorted by relevance

/third_party/grpc/tools/buildgen/plugins/
Dlist_api.py24 _RE_API = r'(?:GPRAPI|GRPCAPI|CENSUSAPI)([^;]*);' variable
31 for m in re.finditer(_RE_API, text):