Home
last modified time | relevance | path

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

/dports/textproc/miller/miller-5.10.2/go/src/dsl/cst/
H A Duds.go160 type UDSManager struct { struct
161 subroutines map[string]*UDS
170 func (this *UDSManager) LookUp(subroutineName string, callsiteArity int) (*UDS, error) {
189 func (this *UDSManager) Install(uds *UDS) {
193 func (this *UDSManager) ExistsByName(name string) bool {