Home
last modified time | relevance | path

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

/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DJndiResourceResolverFactory.java212 NamingEnumeration<? extends Attribute> rrGroups = attrs.getAll(); in getAllRecords() local
215 while (rrGroups.hasMore()) { in getAllRecords()
216 Attribute rrEntry = rrGroups.next(); in getAllRecords()
229 closeThenThrow(rrGroups, ne); in getAllRecords()
231 rrGroups.close(); in getAllRecords()