Home
last modified time | relevance | path

Searched refs:binaryEncode (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/ui/src/base/
Dstring_utils_unittest.ts19 binaryEncode,
70 const encodedStr = binaryEncode(buf);
Dstring_utils.ts83 export function binaryEncode(buf: Uint8Array): string { function
/external/perfetto/ui/src/controller/
Dchrome_proxy_record_controller.ts15 import {binaryDecode, binaryEncode} from '../base/string_utils';
96 const reqEncoded = binaryEncode(requestData);