Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java2115 TYPES_ONLY, AGGREGATES_ONLY, ALL_SYMBOLS enumConstant
2173 ((filter==SearchFilter.AGGREGATES_ONLY) && isAggregate(result))) { in findSymbol()
2183 ((filter==SearchFilter.AGGREGATES_ONLY) && isAggregate(result))) { in findSymbol()
2264 DescriptorPool.SearchFilter.AGGREGATES_ONLY); in lookupSymbol()