Searched refs:cost_value (Results 1 – 3 of 3) sorted by relevance
32 const grpc::string& cost_name, double cost_value) { in AddLoadReportingCost() argument33 if (std::isnormal(cost_value)) { in AddLoadReportingCost()35 buf.resize(sizeof(cost_value) + cost_name.size()); in AddLoadReportingCost()36 memcpy(&(*buf.begin()), &cost_value, sizeof(cost_value)); in AddLoadReportingCost()37 memcpy(&(*buf.begin()) + sizeof(cost_value), cost_name.data(), in AddLoadReportingCost()
47 const grpc::string& cost_name, double cost_value);
297 double cost_value = *cost_entry_ptr++; in SendTrailingMetadataFilter() local301 {{::grpc::load_reporter::MeasureOtherCallMetric(), cost_value}}, in SendTrailingMetadataFilter()