Searched refs:binaryDecode (Results 1 – 4 of 4) sorted by relevance
18 binaryDecode,73 expect(binaryDecode(encodedStr)).toEqual(buf);74 expect(binaryDecode(encodedThroughJson)).toEqual(buf);
91 export function binaryDecode(str: string): Uint8Array { function
15 import {binaryDecode} from '../base/string_utils';41 binaryDecode(message.requestData) :
15 import {binaryDecode, binaryEncode} from '../base/string_utils';90 message.data.slices[0].data = binaryDecode(slice);