Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google/gapid
/ F64
Method
F64
gapis/memory/decoder.go:81–84 ·
view source on GitHub ↗
F64 loads and returns a float64.
()
Source
from the content-addressed store, hash-verified
79
80
// F64 loads and returns a float64.
81
func
(d *Decoder) F64() float64 {
82
d.alignAndOffset(d.m.F64)
83
return
d.r.Float64()
84
}
85
86
// I8 loads and returns a int8.
87
func
(d *Decoder) I8() int8 {
Callers
6
TestMultiPostback
Function · 0.45
decode
Function · 0.45
encode
Function · 0.45
TestPush_DoubleNoExpand
Function · 0.45
TestPush_DoubleExpand
Function · 0.45
init
Function · 0.45
Calls
2
alignAndOffset
Method · 0.95
Float64
Method · 0.65
Tested by
3
TestMultiPostback
Function · 0.36
TestPush_DoubleNoExpand
Function · 0.36
TestPush_DoubleExpand
Function · 0.36