Home
last modified time | relevance | path

Searched defs:colon_index (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_server_lib.cc145 auto colon_index = iter->second.find_last_of(':'); in GetHostAndPort() local
382 auto colon_index = host_port.find_last_of(':'); in WorkerCacheFactory() local
Dgrpc_channel.cc54 auto colon_index = host_port.find_last_of(':'); in ValidateHostPortPair() local
/external/python/cpython3/Objects/
Dexceptions.c3061 Py_ssize_t colon_index; in _report_missing_parentheses() local