Searched refs:unsafeValueType (Results 1 – 3 of 3) sorted by relevance
33 protected ClientOption(UnsafeValueType unsafeValueType) { in ClientOption() argument34 super(unsafeValueType); in ClientOption()
37 protected SdkHttpExecutionAttribute(UnsafeValueType unsafeValueType) { in SdkHttpExecutionAttribute() argument38 super(unsafeValueType); in SdkHttpExecutionAttribute()
123 protected Key(UnsafeValueType unsafeValueType) { in Key() argument124 this.valueType = unsafeValueType.valueType; in Key()