Searched refs:kLbIdLength (Results 1 – 3 of 3) sorted by relevance
92 if (client_ip_and_token.size() - cur_pos < kLbIdLength) { in LoadRecordKey()96 lb_id_ = client_ip_and_token.substr(cur_pos, kLbIdLength); in LoadRecordKey()97 lb_tag_ = client_ip_and_token.substr(cur_pos + kLbIdLength); in LoadRecordKey()
37 constexpr size_t kLbIdLength = 8; variable
228 char buf[kLbIdLength + 1]; in GenerateLbId()230 grpc::string lb_id_str(buf, kLbIdLength); in GenerateLbId()