Home
last modified time | relevance | path

Searched refs:cantFitPanic (Results 1 – 2 of 2) sorted by relevance

/build/blueprint/proptools/
Dfilter.go25 type cantFitPanic struct { struct
30 func (x cantFitPanic) Error() string { argument
59 panic(cantFitPanic{field, maxTypeNameSize - structNameSize})
Dfilter_test.go485 if _, ok := r.(cantFitPanic); ok {