Searched refs:NullableString (Results 1 – 3 of 3) sorted by relevance
599 function NullableString() { class602 NullableString.encodedSize = String.encodedSize;604 NullableString.decode = String.decode;606 NullableString.encode = String.encode;730 exports.NullableString = NullableString;
28 return cls === codec.String || cls === codec.NullableString;36 return type === codec.NullableString || type === codec.NullableHandle ||
191 encodeDecode(codec.NullableString, null, null, 8);