Searched refs:onePayload (Results 1 – 2 of 2) sorted by relevance
28 benchmarkDataset.payload.forEach(function(onePayload) { argument30 messageList.push(message.decode(onePayload));31 totalBytes += onePayload.length;38 benchmarkDataset.payload.forEach(function(onePayload) { argument40 protoType.decode(onePayload);
38 benchmarkDataset.getPayloadList().forEach(function(onePayload) { argument40 messageList.push(message.deserializeBinary(onePayload));41 totalBytes += onePayload.length;48 benchmarkDataset.getPayloadList().forEach(function(onePayload) { argument50 protoType.deserializeBinary(onePayload);