Home
last modified time | relevance | path

Searched refs:Int64Type (Results 1 – 3 of 3) sorted by relevance

/build/blueprint/parser/
Dast.go164 Int64Type const
176 case Int64Type:
382 return Int64Type
Dsort.go202 case BoolType, StringType, Int64Type:
/build/blueprint/proptools/
Dunpack.go149 …if t := propValue.Values[0].Type(); t == parser.StringType || t == parser.Int64Type || t == parser…
323 case parser.BoolType, parser.StringType, parser.Int64Type: