Home
last modified time | relevance | path

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

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java2260 AGGREGATES_ONLY, enumConstant
2318 || ((filter == SearchFilter.AGGREGATES_ONLY) && isAggregate(result))) { in findSymbol()
2328 || ((filter == SearchFilter.AGGREGATES_ONLY) && isAggregate(result))) { in findSymbol()
2406 result = findSymbol(scopeToTry.toString(), DescriptorPool.SearchFilter.AGGREGATES_ONLY); in lookupSymbol()