kubernetes/vendor/github.com/json-iterator/go/any_bool.go

type trueAny

func (any *trueAny) LastError() error {}

func (any *trueAny) ToBool() bool {}

func (any *trueAny) ToInt() int {}

func (any *trueAny) ToInt32() int32 {}

func (any *trueAny) ToInt64() int64 {}

func (any *trueAny) ToUint() uint {}

func (any *trueAny) ToUint32() uint32 {}

func (any *trueAny) ToUint64() uint64 {}

func (any *trueAny) ToFloat32() float32 {}

func (any *trueAny) ToFloat64() float64 {}

func (any *trueAny) ToString() string {}

func (any *trueAny) WriteTo(stream *Stream) {}

func (any *trueAny) Parse() *Iterator {}

func (any *trueAny) GetInterface() interface{}

func (any *trueAny) ValueType() ValueType {}

func (any *trueAny) MustBeValid() Any {}

type falseAny

func (any *falseAny) LastError() error {}

func (any *falseAny) ToBool() bool {}

func (any *falseAny) ToInt() int {}

func (any *falseAny) ToInt32() int32 {}

func (any *falseAny) ToInt64() int64 {}

func (any *falseAny) ToUint() uint {}

func (any *falseAny) ToUint32() uint32 {}

func (any *falseAny) ToUint64() uint64 {}

func (any *falseAny) ToFloat32() float32 {}

func (any *falseAny) ToFloat64() float64 {}

func (any *falseAny) ToString() string {}

func (any *falseAny) WriteTo(stream *Stream) {}

func (any *falseAny) Parse() *Iterator {}

func (any *falseAny) GetInterface() interface{}

func (any *falseAny) ValueType() ValueType {}

func (any *falseAny) MustBeValid() Any {}