Searched defs:secondArg (Results 1 – 4 of 4) sorted by relevance
21 data class Foo(val firstArg: String = "a", val secondArg: String = "b") in <lambda>() constant in kotlinx.serialization.features.JsonNamingStrategyExclusionTest.Foo
185 MethodInvocationExpr secondArg = in createStartStaticServerMethod() local
719 auto secondArg = namer_.Variable(field.name) + ": " + field_type; in GenerateAddField() local
8156 …pressionWithSecondArgument( std::string const& capturedExpression, std::string const& secondArg ) { in capturedExpressionWithSecondArgument()8165 char const* secondArg ) in ResultBuilder()