Searched refs:binaryEncode (Results 1 – 5 of 5) sorted by relevance
15 import {binaryDecode, binaryEncode} from '../../base/string_utils';113 const reqEncoded = binaryEncode(requestData);
20 binaryEncode,59 const encodedStr = binaryEncode(buf);
68 export function binaryEncode(buf: Uint8Array): string { function
17 import {binaryDecode, binaryEncode} from '../../../base/string_utils';84 const enableTracingRequestProto = binaryEncode(
90 export function binaryEncode(buf: Uint8Array): string { function