Searched refs:sParcelling (Results 1 – 2 of 2) sorted by relevance
409 if (sParcelling != null) {411 "static $Parcelling<$Type> $sParcelling =" {417 "if ($sParcelling == null)" {418 "$sParcelling = $Parcelling.Cache.put(" {456 customParcellingClass != null -> +"$sParcelling.parcel($name, dest, flags);"509 +"$Type $_name = $sParcelling.unparcel(in);"
147 val sParcelling by lazy { customParcellingClass?.let { "sParcellingFor$NameUpperCamel" } } regex