Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DFileDescriptor.cs425 registry.AddRange(GetAllExtensions(dependencies, generatedCodeInfo)); in FromGeneratedCode()
449 …private static IEnumerable<Extension> GetAllExtensions(FileDescriptor[] dependencies, GeneratedClr… in GetAllExtensions() method in Google.Protobuf.Reflection.FileDescriptor
/third_party/json/tools/cpplint/
Dcpplint.py943 def GetAllExtensions(): function
958 return GetAllExtensions().difference(GetHeaderExtensions())
6660 if filename != '-' and file_extension not in GetAllExtensions():
6662 '(%s)\n' % (filename, ', '.join(GetAllExtensions())))
6698 sys.stderr.write(_USAGE % (sorted(list(GetAllExtensions())),
6699 ','.join(sorted(list(GetAllExtensions()))),
6852 if os.path.splitext(filename)[1][1:] in GetAllExtensions():