Home
last modified time | relevance | path

Searched refs:binaryDecode (Results 1 – 4 of 4) sorted by relevance

/external/perfetto/ui/src/base/
Dstring_utils_unittest.ts18 binaryDecode,
73 expect(binaryDecode(encodedStr)).toEqual(buf);
74 expect(binaryDecode(encodedThroughJson)).toEqual(buf);
Dstring_utils.ts91 export function binaryDecode(str: string): Uint8Array { function
/external/perfetto/ui/src/chrome_extension/
Dindex.ts15 import {binaryDecode} from '../base/string_utils';
41 binaryDecode(message.requestData) :
/external/perfetto/ui/src/controller/
Dchrome_proxy_record_controller.ts15 import {binaryDecode, binaryEncode} from '../base/string_utils';
90 message.data.slices[0].data = binaryDecode(slice);