Home
last modified time | relevance | path

Searched refs:Int64 (Results 1 – 7 of 7) sorted by relevance

/build/blueprint/parser/
Dparser_test.go131 Value: &Int64{
244 Value: &Int64{
357 Value: &Int64{
386 Value: &Int64{
641 Value: &Int64{
646 &Int64{
654 Value: &Int64{
659 &Int64{
664 &Int64{
676 Value: &Int64{
[all …]
Dast.go356 type Int64 struct { struct
362 func (x *Int64) Pos() scanner.Position { return x.LiteralPos } argument
363 func (x *Int64) End() scanner.Position { return endPos(x.LiteralPos, len(x.Token)) } argument
365 func (x *Int64) Copy() Expression { argument
370 func (x *Int64) Eval() Expression { argument
374 func (x *Int64) String() string { argument
378 func (x *Int64) Type() Type { argument
Dparser.go363 case *Int64:
364 v.Value += e2.(*Int64).Value
514 func (p *parser) parseIntValue() *Int64 {
532 value := &Int64{
Dprinter.go126 case *Int64:
/build/blueprint/proptools/
Dclone.go112 case reflect.Bool, reflect.Int64, reflect.String:
165 case reflect.Bool, reflect.Int64, reflect.String:
235 case reflect.Bool, reflect.Int64, reflect.String:
Dextend.go349 case reflect.Bool, reflect.Int64, reflect.String, reflect.Struct:
451 case reflect.Int64:
/build/blueprint/
Dunpack.go191 case reflect.Bool, reflect.Int64, reflect.String:
308 case reflect.Int64:
309 b, ok := property.Value.Eval().(*parser.Int64)