Home | History | Annotate | Download | only in websockets

Lines Matching refs:kInputs

113   static const Input kInputs[] = {
129 static const int kNumInputs = ARRAYSIZE_UNSAFE(kInputs);
135 kInputs[i].frame,
136 kInputs[i].frame + kInputs[i].frame_length);
152 ASSERT_EQ(kInputs[i].expected_payload_length,
155 kInputs[i].expected_payload,
156 kInputs[i].expected_payload + kInputs[i].expected_payload_length,
169 EXPECT_EQ(kInputs[i].expected_payload_length, header->payload_length);