Home
last modified time | relevance | path

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

/third_party/grpc/src/csharp/Grpc.Core.Tests/
DGrpcEnvironmentTest.cs44 var env1 = GrpcEnvironment.AddRef(); in SubsequentInvocations()
46 Assert.AreSame(env1, env2); in SubsequentInvocations()
56 var env1 = GrpcEnvironment.AddRef(); in InitializeAfterShutdown()
62 Assert.AreNotSame(env1, env2); in InitializeAfterShutdown()
/third_party/node/test/cctest/
Dtest_environment.cc270 Env env1 {handle_scope, argv}; in TEST_F() local
273 AtExit(*env1, at_exit_callback1); in TEST_F()
275 RunAtExit(*env1); in TEST_F()