Home
last modified time | relevance | path

Searched defs:innerBase (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/kotlinx.serialization/formats/json-tests/commonTest/src/kotlinx/serialization/json/polymorphic/
H A DPolymorphicClasses.kt36 internal data class OuterBox(@Polymorphic val outerBase: OuterBase, @Polymorphic val innerBase: Inn… constant in kotlinx.serialization.json.polymorphic.OuterBox
39 …ss OuterNullableBox(@Polymorphic val outerBase: OuterBase?, @Polymorphic val innerBase: InnerBase?) constant in kotlinx.serialization.json.polymorphic.OuterNullableBox
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DLazyMessageLiteTest.java228 LazyInnerMessageLite innerBase = LazyInnerMessageLite.newBuilder().setNum(115).build(); in testMergeDefaultValues() local
/aosp_15_r20/external/protobuf/java/core/src/test/java/com/google/protobuf/
H A DLazyMessageLiteTest.java228 LazyInnerMessageLite innerBase = LazyInnerMessageLite.newBuilder().setNum(115).build(); in testMergeDefaultValues() local
/aosp_15_r20/external/skia/src/pathops/
H A DSkOpSpan.cpp341 SkOpSpanBase* innerBase = inner->span(); in mergeMatches() local
H A DSkPathOpsDebug.cpp2481 const SkOpSpanBase* innerBase = inner->span(); in debugMergeMatches() local