Searched refs:create_channel (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Lib/test/ |
D | test_interpreters.py | 516 r, s = interpreters.create_channel() 524 ch = interpreters.create_channel() 533 rch, _ = interpreters.create_channel() 549 ch1, _ = interpreters.create_channel() 550 ch2, _ = interpreters.create_channel() 558 _, sch = interpreters.create_channel() 574 _, ch1 = interpreters.create_channel() 575 _, ch2 = interpreters.create_channel() 583 r, s = interpreters.create_channel() 605 r1, s1 = interpreters.create_channel() [all …]
|
/third_party/python/Lib/test/support/ |
D | interpreters.py | 100 def create_channel(): function
|
/third_party/grpc/ |
D | BUILD.gn | 1473 "${GRPC_DIR}/include/grpc++/create_channel.h", 1551 "${GRPC_DIR}/include/grpcpp/create_channel.h", 1744 "${GRPC_DIR}/src/cpp/client/create_channel.cc",
|