Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
H A Dgrpc_server_lib.cc153 auto colon_index = iter->second.find_last_of(':'); in GetHostAndPort() local
394 auto colon_index = host_port.find_last_of(':'); in WorkerCacheFactory() local
H A Dgrpc_channel.cc55 auto colon_index = host_port.find_last_of(':'); in ValidateHostPortPair() local
/aosp_15_r20/development/vndk/tools/header-checker/src/utils/
H A Dsource_path_utils.cpp72 size_t colon_index = arg.find(":"); in ParseRootDirs() local