HomeSort by relevance Sort by last modified time
    Searched defs:debugT (Results 1 - 3 of 3) sorted by null

  /external/skia/tests/
PathOpsTSectDebug.h 38 const SkTSpan<TCurve, OppCurve>* SkTSect<TCurve, OppCurve>::debugT(double t) const {
151 const SkTSpan<TCurve, OppCurve>* SkTSpan<TCurve, OppCurve>::debugT(double t) const {
152 return SkDEBUGRELEASE(fDebugSect->debugT(t), nullptr);
  /prebuilts/go/darwin-x86/src/net/mail/
message.go 34 var debug = debugT(false)
36 type debugT bool
38 func (d debugT) Printf(format string, args ...interface{}) {
  /prebuilts/go/linux-x86/src/net/mail/
message.go 34 var debug = debugT(false)
36 type debugT bool
38 func (d debugT) Printf(format string, args ...interface{}) {

Completed in 225 milliseconds