Home
last modified time | relevance | path

Searched refs:extensionScope (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java1154 return extensionScope; in getExtensionScope()
1205 private final Descriptor extensionScope; field in Descriptors.FieldDescriptor
1341 extensionScope = parent; in FieldDescriptor()
1343 extensionScope = null; in FieldDescriptor()
1370 extensionScope = null; in FieldDescriptor()
/external/dokka/core/src/test/kotlin/format/
DMarkdownFormatTest.kt424 @Test fun extensionScope() { in <lambda>() method in org.jetbrains.dokka.tests.MarkdownFormatTest