Home
last modified time | relevance | path

Searched defs:versionFlag (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/objabi/
Dflag.go85 type versionFlag struct{} struct
87 func (versionFlag) IsBoolFlag() bool { return true }
88 func (versionFlag) Get() interface{} { return nil }
89 func (versionFlag) String() string { return "" }
90 func (versionFlag) Set(s string) error {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/go/analysis/internal/analysisflags/
Dflags.go201 type versionFlag struct{} struct
203 func (versionFlag) IsBoolFlag() bool { return true }
204 func (versionFlag) Get() interface{} { return nil }
205 func (versionFlag) String() string { return "" }
206 func (versionFlag) Set(s string) error {
/aosp_15_r20/external/json-schema-validator/src/main/java/com/networknt/schema/
H A DJsonSchemaFactory.java209 public static JsonSchemaFactory getInstance(SpecVersion.VersionFlag versionFlag) { in getInstance()
221 public static JsonSchemaFactory getInstance(SpecVersion.VersionFlag versionFlag, in getInstance()
241 public static JsonSchemaVersion checkVersion(SpecVersion.VersionFlag versionFlag){ in checkVersion()
H A DValidatorTypeCode.java139 public static List<ValidatorTypeCode> getKeywords(SpecVersion.VersionFlag versionFlag) { in getKeywords()
/aosp_15_r20/art/tools/compiler-explorer/config/
H A Djava.local.properties3 versionFlag=-version key
H A Dkotlin.local.properties3 versionFlag=-version key