Searched refs:rawMethodNames (Results 1 – 2 of 2) sorted by relevance
53 private final AtomicReferenceArray<Object> rawMethodNames = new AtomicReferenceArray<Object>(1); field in MethodDescriptor65 return rawMethodNames.get(transportOrdinal); in getRawMethodName()73 rawMethodNames.lazySet(transportOrdinal, o); in setRawMethodName()
META-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/ ...