- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for synthesized (0.07 sec)
-
okhttp-tls/src/main/kotlin/okhttp3/tls/internal/der/DerWriter.kt
private val path = mutableListOf<String>() /** * False unless we made a recursive call to [write] at the current stack frame. The explicit box * adapter can clear this to synthesize non-constructed values that are embedded in octet strings. */ var constructed = false fun write( name: String, tagClass: Int, tag: Long, block: (BufferedSink) -> Unit, ) {
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 5.7K bytes - Viewed (0) -
doc/go_spec.html
If <code>n</code> <= 0, the loop does not run any iterations. </li> <li> For a function <code>f</code>, the iteration proceeds by calling <code>f</code> with a new, synthesized <code>yield</code> function as its argument. If <code>yield</code> is called before <code>f</code> returns, the arguments to <code>yield</code> become the iteration values for executing the loop body once.
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Oct 02 00:58:01 UTC 2024 - 282.5K bytes - Viewed (0)