Lines Matching refs:Uint8Array
68 respHandler: Deferred<Uint8Array>;
88 async parse(reqData: Uint8Array): Promise<void> {
99 await this.queueRequest('trace_processor_notify_eof', new Uint8Array());
108 rawQuery(rawQueryArgs: Uint8Array): Promise<Uint8Array> {
112 rawComputeMetric(rawComputeMetric: Uint8Array): Promise<Uint8Array> {
119 'trace_processor_enable_metatrace', new Uint8Array());
122 disableAndReadMetatrace(): Promise<Uint8Array> {
124 'trace_processor_disable_and_read_metatrace', new Uint8Array());
131 private queueRequest(methodName: string, reqData: Uint8Array):
132 Deferred<Uint8Array> {
133 const respHandler = defer<Uint8Array>();