Searched refs:GetAllExtensions (Results 1 – 2 of 2) sorted by relevance
425 registry.AddRange(GetAllExtensions(dependencies, generatedCodeInfo)); in FromGeneratedCode()449 …private static IEnumerable<Extension> GetAllExtensions(FileDescriptor[] dependencies, GeneratedClr… in GetAllExtensions() method in Google.Protobuf.Reflection.FileDescriptor
704 def GetAllExtensions(): function710 return GetAllExtensions().difference(GetHeaderExtensions())6354 if filename != '-' and file_extension not in GetAllExtensions():6356 '(%s)\n' % (filename, ', '.join(GetAllExtensions())))6392 sys.stderr.write(_USAGE % (list(GetAllExtensions()),6393 ','.join(list(GetAllExtensions())),6546 if os.path.splitext(filename)[1][1:] in GetAllExtensions():