Searched refs:PairRecordData (Results 1 – 1 of 1) sorted by relevance
81 PairRecordData: Buffer; property105 return resp.PairRecordData !== undefined;191 if (BPLIST_MAGIC.compare(resp.PairRecordData, 0, 8) === 0) {193 return parsePlistBuffer(resp.PairRecordData)[0];196 return plist.parse(resp.PairRecordData.toString()) as any; // TODO: type guard