Home
last modified time | relevance | path

Searched defs:className (Results 1 – 4 of 4) sorted by relevance

/ide/tools/previewer/automock/mock-generate/src/declaration-node/
DclassDeclaration.ts38 className: string, property
47 className: string, property
92 const className = classNode.name === undefined ? '' : classNode.name.escapedText.toString(); constant
DmethodDeclaration.ts65 className: string, property
/ide/tools/previewer/automock/mock-generate/src/generate/
DgenerateClassDeclaration.ts37 className: string, property
69 const className = firstCharacterToUppercase(classEntity.className); constant
268 const className = classArr[classArr.length - 1].trim(); constant
/ide/tools/previewer/cli/
DCommandLine.cpp668 std::string className = args["className"].AsString(); in RunSet() local