Home
last modified time | relevance | path

Searched defs:pendingEntry (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Ddebug.go1196 type pendingEntry struct { struct
1197 present bool
1198 startBlock, startValue ID
1201 pieces []VarLoc
1204 func (e *pendingEntry) clear() {
/aosp_15_r20/external/grpc-grpc-java/rls/src/main/java/io/grpc/rls/
H A DCachingRlsLbClient.java280 PendingCacheEntry pendingEntry = pendingCallCache.get(request); in handleNewRequest() local
374 static CachedRouteLookupResponse pendingResponse(PendingCacheEntry pendingEntry) { in pendingResponse()
730 PendingCacheEntry pendingEntry = new PendingCacheEntry(request, call, backoffPolicy); in transitionToPending() local