Home
last modified time | relevance | path

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

/external/grpc-grpc-java/context/src/test/java/io/grpc/
DContextTest.java914 Context childOfCancel = cancellable.withValue(PET, "cat"); in cancellableAncestorIntegrationTest() local
915 assertSame(cancellable, childOfCancel.cancellableAncestor); in cancellableAncestorIntegrationTest()
916 Context grandChildOfCancel = childOfCancel.withValue(FOOD, "lasagna"); in cancellableAncestorIntegrationTest()
919 Context.CancellableContext cancellable2 = childOfCancel.withCancellation(); in cancellableAncestorIntegrationTest()