Home
last modified time | relevance | path

Searched defs:newBool (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/asn1/
Dasn1_test.go424 func newBool(b bool) *bool { return &b } func
/aosp_15_r20/prebuilts/go/linux-x86/src/text/template/parse/
Dnode.go592 func (t *Tree) newBool(pos Pos, true bool) *BoolNode { func