Searched refs:cost_name (Results 1 – 3 of 3) sorted by relevance
32 const grpc::string& cost_name, double cost_value) { in AddLoadReportingCost() argument35 buf.resize(sizeof(cost_value) + cost_name.size()); in AddLoadReportingCost()37 memcpy(&(*buf.begin()) + sizeof(cost_value), cost_name.data(), in AddLoadReportingCost()38 cost_name.size()); in AddLoadReportingCost()
47 const grpc::string& cost_name, double cost_value);
298 const char* cost_name = reinterpret_cast<const char*>(cost_entry_ptr); in SendTrailingMetadataFilter() local309 {cost_name, cost_name_len}}}); in SendTrailingMetadataFilter()