Searched refs:NullableString (Results 1 – 3 of 3) sorted by relevance
679 function NullableString() { class682 NullableString.encodedSize = String.encodedSize;684 NullableString.decode = String.decode;686 NullableString.encode = String.encode;866 exports.NullableString = NullableString;
32 return cls === codec.String || cls === codec.NullableString;44 return type === codec.NullableString || type === codec.NullableHandle ||
195 encodeDecode(codec.NullableString, null, null, 8);