Lines Matching refs:ApiLevel
37 type ApiLevel struct { struct
54 func (this ApiLevel) FinalOrFutureInt() int { argument
67 func (this ApiLevel) FinalOrPreviewInt() int { argument
80 func (this ApiLevel) String() string { argument
85 func (this ApiLevel) IsPreview() bool { argument
97 func (this ApiLevel) IsCurrent() bool { argument
101 func (this ApiLevel) IsNone() bool { argument
107 func (this ApiLevel) CompareTo(other ApiLevel) int { argument
123 func (this ApiLevel) EqualTo(other ApiLevel) bool { argument
127 func (this ApiLevel) GreaterThan(other ApiLevel) bool { argument
131 func (this ApiLevel) GreaterThanOrEqualTo(other ApiLevel) bool { argument
135 func (this ApiLevel) LessThan(other ApiLevel) bool { argument
139 func (this ApiLevel) LessThanOrEqualTo(other ApiLevel) bool { argument
143 func uncheckedFinalApiLevel(num int) ApiLevel {
144 return ApiLevel{
151 var NoneApiLevel = ApiLevel{
214 func ApiLevelFromUser(ctx PathContext, raw string) (ApiLevel, error) {
242 func ApiLevelOrPanic(ctx PathContext, raw string) ApiLevel {