Home
last modified time | relevance | path

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

/build/blueprint/parser/
Dparser_test.go131 Value: &Int64{
396 Value: &Int64{
509 Value: &Int64{
538 Value: &Int64{
793 Value: &Int64{
798 &Int64{
806 Value: &Int64{
811 &Int64{
816 &Int64{
828 Value: &Int64{
[all …]
Dast.go359 type Int64 struct { struct
365 func (x *Int64) Pos() scanner.Position { return x.LiteralPos } argument
366 func (x *Int64) End() scanner.Position { return endPos(x.LiteralPos, len(x.Token)) } argument
368 func (x *Int64) Copy() Expression { argument
373 func (x *Int64) Eval() Expression { argument
377 func (x *Int64) String() string { argument
381 func (x *Int64) Type() Type { argument
Dparser.go363 case *Int64:
364 v.Value += e2.(*Int64).Value
516 func (p *parser) parseIntValue() *Int64 {
534 value := &Int64{
Dprinter.go126 case *Int64:
/build/blueprint/proptools/
Dclone.go125 case reflect.Bool, reflect.Int64, reflect.String:
183 case reflect.Bool, reflect.Int64, reflect.String:
255 case reflect.Bool, reflect.Int64, reflect.String:
Dunpack.go243 case reflect.Bool, reflect.Int64, reflect.String:
395 case reflect.Int64:
396 b, ok := property.Value.Eval().(*parser.Int64)
Dextend.go356 case reflect.Bool, reflect.Int64, reflect.String, reflect.Struct:
461 case reflect.Int64:
/build/soong/ui/metrics/
Dmetrics.go135 m.metrics.BuildDateTimestamp = proto.Int64(buildTimestamp.UnixNano() / int64(time.Second))