Home
last modified time | relevance | path

Searched refs:ValidateChildInteger (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/test/core/channel/
Dchannelz_test.cc175 void ValidateChildInteger(grpc_json* json, int64_t expect, const char* key) { in ValidateChildInteger() function
190 ValidateChildInteger(data, args.calls_started, "callsStarted"); in ValidateCounters()
191 ValidateChildInteger(data, args.calls_failed, "callsFailed"); in ValidateCounters()
192 ValidateChildInteger(data, args.calls_succeeded, "callsSucceeded"); in ValidateCounters()