Home
last modified time | relevance | path

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

/dports/devel/git-lfs/git-lfs-3.0.2/commands/
H A Dcommand_ext.go28 extensions, err := cfg.SortedExtensions()
/dports/devel/git-lfs/git-lfs-3.0.2/lfs/
H A Dgitfilter_clean.go20 extensions, err := f.cfg.SortedExtensions()
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/upb/upbc/
H A Dprotoc-gen-upb.cc138 std::vector<const protobuf::FieldDescriptor*> SortedExtensions( in SortedExtensions() function
666 SortedExtensions(file); in WriteHeader()
1172 auto exts = SortedExtensions(file); in WriteExtensions()
/dports/devel/git-lfs/git-lfs-3.0.2/config/
H A Dconfig.go316 func (c *Configuration) SortedExtensions() ([]Extension, error) { func