OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kLbIdLength
(Results
1 - 3
of
3
) sorted by null
/external/grpc-grpc/src/cpp/server/load_reporter/
constants.h
37
constexpr size_t
kLbIdLength
= 8;
load_data_store.cc
92
if (client_ip_and_token.size() - cur_pos <
kLbIdLength
) {
96
lb_id_ = client_ip_and_token.substr(cur_pos,
kLbIdLength
);
97
lb_tag_ = client_ip_and_token.substr(cur_pos +
kLbIdLength
);
load_reporter.cc
228
char buf[
kLbIdLength
+ 1];
230
grpc::string lb_id_str(buf,
kLbIdLength
);
Completed in 199 milliseconds