Searched refs:Equal (Results 1 – 8 of 8) sorted by relevance
/build/kati/ |
D | strutil.go | 142 return bytes.Equal(pat, str) 181 if bytes.Equal(str, pat) { 190 if bytes.Equal(trimed, in) { 197 if bytes.Equal(trimed, in) {
|
D | parser.go | 714 if bytes.Equal(line, []byte("endef")) { 718 if bytes.Equal(w, []byte("endef")) {
|
D | eval.go | 67 } else if !bytes.Equal(hash[:], rm.Hash[:]) {
|
D | serialize.go | 788 if !bytes.Equal(h[:], mk.Hash[:]) {
|
/build/blueprint/gotestrunner/ |
D | gotestrunner.go | 42 if bytes.Equal(buf, []byte("PASS\n")) {
|
/build/blueprint/choosestage/ |
D | choosestage.go | 68 return bytes.Equal(aData, bData), nil
|
/build/blueprint/bpfmt/ |
D | bpfmt.go | 78 if !bytes.Equal(src, res) {
|
/build/blueprint/bootstrap/bpdoc/ |
D | bpdoc.go | 130 func (docs *PropertyDocs) Equal(other PropertyDocs) bool { func 191 if !docs.Properties[i].Equal(other.Properties[i]) {
|