Home
last modified time | relevance | path

Searched defs:createCommand (Results 1 – 3 of 3) sorted by relevance

/third_party/node/test/fixtures/postject-copy/node_modules/commander/typings/
Dindex.d.ts887 export function createCommand(name?: string): Command; method in InvalidArgumentError
/third_party/vk-gl-cts/scripts/khr_util/
Dregistry.py334 def createCommand(commandName): function
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
Dcommand.js174 createCommand(name) { method in Command