Searched refs:rpc (Results 1 – 3 of 3) sorted by relevance
147 const rpc = TraceProcessorRpc.decode(rpcMsgEncoded); constant149 if (rpc.fatalError !== undefined && rpc.fatalError.length > 0) {150 throw new Error(`${rpc.fatalError}`);154 if (rpc.seq !== this.rxSeqId + 1 && this.rxSeqId !== 0 && rpc.seq !== 0) {157 throw new Error(`RPC sequence id mismatch cur=${rpc.seq} last=${161 this.rxSeqId = rpc.seq;165 switch (rpc.response) {167 const appendResult = assertExists(rpc.appendResult);185 const qRes = assertExists(rpc.queryResult) as {} as QueryResultBypass;195 const metricRes = assertExists(rpc.metricResult) as ComputeMetricResult;[all …]
9285 "rpc": [],
27112 "rpc": [],