Searched refs:vf64Length (Results 1 – 5 of 5) sorted by relevance
37 vf64Length := len(t.Vf64)38 TypeAliasesStartVf64Vector(builder, vf64Length)39 for j := vf64Length - 1; j >= 0; j-- {42 vf64Offset = builder.EndVector(vf64Length)76 vf64Length := rcv.Vf64Length()77 t.Vf64 = make([]float64, vf64Length)78 for j := 0; j < vf64Length; j++ {
46 public int vf64Length() { int o = __offset(26); return o != 0 ? __vector_len(o) : 0; } in vf64Length() method in TypeAliases
191 val vf64Length : Int constant in MyGame.Example.TypeAliases
2907 vf64Length():number { method in MyGame.Example.TypeAliases
3113 MyGame.Example.TypeAliases.prototype.vf64Length = function() { method in MyGame.Example.TypeAliases