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/third_party/cpplint/
Dcpplint.py704 def GetAllExtensions(): function
710 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():