Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-http-information-processing.js8 const kMessageCount = 2; constant
11 for (let i = 0; i < kMessageCount; i++) {
38 assert.strictEqual(infoCount, kMessageCount);
/third_party/grpc/test/cpp/end2end/
Dflaky_network_test.cc474 const int kMessageCount = 100; in TEST_P() local
489 for (int i = 0; i < kMessageCount; ++i) { in TEST_P()