Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/channel/
Dchannelz_test.cc176 grpc_json* gotten_json = GetJsonChild(json, key); in ValidateChildInteger() local
178 ASSERT_EQ(gotten_json, nullptr); in ValidateChildInteger()
181 ASSERT_NE(gotten_json, nullptr); in ValidateChildInteger()
182 int64_t gotten_number = (int64_t)strtol(gotten_json->value, nullptr, 0); in ValidateChildInteger()