Lines Matching +full:is +full:- +full:glob
2 # Protocol Buffers - Google's data interchange format
5 # Use of this source code is governed by a BSD-style
7 # https://developers.google.com/open-source/licenses/bsd
11 import glob
30 exec(version_file.read(), file_globals) # pylint:disable=exec-used
38 extra_link_args = ['-static']
46 url='https://developers.google.com/protocol-buffers/',
52 license='BSD-3-Clause',
68 glob.glob('google/protobuf/*.c')
69 + glob.glob('python/*.c')
70 + glob.glob('upb/**/*.c', recursive=True)
71 + glob.glob('utf8_range/*.c'),