MCPcopy Create free account
hub / github.com/google/gapid / Bool

Method Bool

core/data/binary/reader.go:30–30  ·  view source on GitHub ↗

Bool decodes and returns a boolean value from the Reader.

()

Source from the content-addressed store, hash-verified

28 Data([]byte)
29 // Bool decodes and returns a boolean value from the Reader.
30 Bool() bool
31 // Int8 decodes and returns a signed, 8 bit integer value from the Reader.
32 Int8() int8
33 // Uint8 decodes and returns an unsigned, 8 bit integer value from the Reader.

Callers 15

SortFunction · 0.65
SortValuesFunction · 0.65
NewValueFunction · 0.65
encodeMethod · 0.65
decodeMethod · 0.65
ScalarOfTypeMethod · 0.65
funcToPredicateFunction · 0.65
TestMultiPostbackFunction · 0.65
handlePackageChainMethod · 0.65
IsPointInPathMethod · 0.65
IsPointInStrokeMethod · 0.65
main.goFile · 0.65

Implementers 1

readercore/data/endian/endian.go

Calls

no outgoing calls

Tested by 1

TestMultiPostbackFunction · 0.52