Searched defs:outerBase (Results 1 – 3 of 3) sorted by relevance
36 internal data class OuterBox(@Polymorphic val outerBase: OuterBase, @Polymorphic val innerBase: Inn… constant in kotlinx.serialization.json.polymorphic.OuterBox39 internal data class OuterNullableBox(@Polymorphic val outerBase: OuterBase?, @Polymorphic val inner… constant in kotlinx.serialization.json.polymorphic.OuterNullableBox
207 LazyMessageLite outerBase = LazyMessageLite.newBuilder().setNumWithDefault(122).build(); in testMergeValues() local229 LazyMessageLite outerBase = in testMergeDefaultValues() local