Searched defs:methodSpec (Results 1 – 11 of 11) sorted by relevance
23 val methodSpec = FunSpec.builder("function") in externalFunDeclarationWithoutBody() constant36 val methodSpec = FunSpec.builder("function") in externalFunDeclarationWithDefinedExternally() constant51 val methodSpec = FunSpec.builder("function") in externalFunDeclarationWithDefinedExternally2() constant69 val methodSpec = FunSpec.builder("function") in implicitExternalFunDeclarationWithoutBody() constant86 val methodSpec = FunSpec.builder("function") in implicitExternalFunDeclarationWithDefinedExternally() constant105 val methodSpec = FunSpec.builder("function") in implicitExternalFunDeclarationWithDefinedExternally2() constant
23 val methodSpec = FunSpec.builder("function") in expectFunDeclaration() constant38 val methodSpec = FunSpec.builder("function") in implicitExpectFunDeclaration() constant
1083 val methodSpec = FunSpec.builder("function") in ensureTrailingNewline() constant1099 val methodSpec = FunSpec.builder("function") in ensureTrailingNewlineWithExistingNewline() constant1115 val methodSpec = FunSpec.builder("function") in ensureTrailingNewlineWithExpressionBody() constant1129 val methodSpec = FunSpec.builder("function") in ensureTrailingNewlineWithExpressionBodyAndExistingNewline() constant1143 val methodSpec = FunSpec.builder("function") in ensureKdocTrailingNewline() constant1161 val methodSpec = FunSpec.builder("function") in ensureKdocTrailingNewlineWithExistingNewline() constant
293 MethodSpec methodSpec = MethodSpec.methodBuilder("getTaco") in withoutParameterJavaDoc() local307 MethodSpec methodSpec = MethodSpec.methodBuilder("getTaco") in withParameterJavaDoc() local328 MethodSpec methodSpec = MethodSpec.methodBuilder("getTaco") in withParameterJavaDocAndWithoutMethodJavadoc() local348 MethodSpec methodSpec = MethodSpec.methodBuilder("duplicateExceptions") in duplicateExceptionsIgnored() local379 MethodSpec methodSpec = MethodSpec.methodBuilder("initialMethod") in modifyMethodName() local424 MethodSpec methodSpec = MethodSpec.methodBuilder("method") in ensureTrailingNewline() local436 MethodSpec methodSpec = MethodSpec.methodBuilder("method") in ensureTrailingNewlineWithExistingNewline() local451 MethodSpec methodSpec = MethodSpec.methodBuilder("method") in controlFlowWithNamedCodeBlocks() local470 MethodSpec methodSpec = MethodSpec.methodBuilder("method") in doWhileWithNamedCodeBlocks() local
39 void addMethod(MethodSpecKind methodKind, MethodSpec methodSpec); in addMethod()
157 MethodSpec methodSpec = create(binding, compilerOptions); in invoke() local322 MethodSpec methodSpec = create(injectionSite); in invoke() local443 MethodSpec methodSpec, in invokeMethod()
74 public void addMethod(MethodSpecKind methodKind, MethodSpec methodSpec) { in addMethod()
604 public void addMethod(MethodSpecKind methodKind, MethodSpec methodSpec) { in addMethod()
66 MethodSpec.Builder methodSpec = MethodSpec.methodBuilder("init") in initProtocolFactory() local
90 MethodSpec.Builder methodSpec = in initProtocolFactory() local
635 public Builder addMethod(MethodSpec methodSpec) { in addMethod()