Searched refs:binaryDecode (Results 1 – 6 of 6) sorted by relevance
19 binaryDecode,62 expect(binaryDecode(encodedStr)).toEqual(buf);63 expect(binaryDecode(encodedThroughJson)).toEqual(buf);
76 export function binaryDecode(str: string): Uint8Array { function
15 import {binaryDecode} from '../base/string_utils';44 ? binaryDecode(message.requestData)
15 import {binaryDecode, binaryEncode} from '../../base/string_utils';107 message.data.slices[0].data = binaryDecode(slice);
17 import {binaryDecode, binaryEncode} from '../../../base/string_utils';189 data: binaryDecode(messageSlice.data),
98 export function binaryDecode(str: string): Uint8Array { function