Home
last modified time | relevance | path

Searched refs:firstOption (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/resolver/
Dresolve.go160 firstOption, err := r.lookupNamed(&r.globals, a.Options[0])
166 switch firstOption := firstOption.(type) {
196 enum := firstOption.Enum
/third_party/typescript/src/executeCommandLine/
DexecuteCommandLine.ts380 …const firstOption = commandLineArgs[0].slice(commandLineArgs[0].charCodeAt(1) === CharacterCodes.m… constant
381 return firstOption === "build" || firstOption === "b";
/third_party/typescript/lib/
Dtsc.js95073 …var firstOption = commandLineArgs[0].slice(commandLineArgs[0].charCodeAt(1) === 45 ? 2 : 1).toLowe…
95074 return firstOption === "build" || firstOption === "b";