Lines Matching refs:Encoding
322 // mirror their encoding in the instance_type field of the map. The default
323 // encoding is considered TWO_BYTE. It is not mentioned in the name. ONE_BYTE
324 // encoding is mentioned explicitly in the name. Likewise, the default
4868 // Encoding of the {handler} field.
8788 enum Encoding { ONE_BYTE_ENCODING, TWO_BYTE_ENCODING };
8882 // Cons and slices have an encoding flag that may not represent the actual
8883 // encoding of the underlying string. This is taken into account here.