HomeSort by relevance Sort by last modified time
    Searched defs:LoadRecordValue (Results 1 - 2 of 2) sorted by null

  /external/grpc-grpc/src/cpp/server/load_reporter/
load_data_store.cc 135 LoadRecordValue::LoadRecordValue(grpc::string metric_name, uint64_t num_calls,
142 const LoadRecordValue& value) {
289 const LoadRecordValue& value) {
load_data_store.h 40 // to LoadRecordValue. The LoadRecordValue contains a map of customized call
124 class LoadRecordValue {
126 explicit LoadRecordValue(uint64_t start_count = 0, uint64_t ok_count = 0,
136 LoadRecordValue(grpc::string metric_name, uint64_t num_calls,
139 void MergeFrom(const LoadRecordValue& other) {
198 std::unordered_map<LoadRecordKey, LoadRecordValue, LoadRecordKey::Hasher>;
205 void MergeRow(const LoadRecordKey& key, const LoadRecordValue& value);
317 const LoadRecordValue& value);

Completed in 53 milliseconds