Searched refs:apiDefMap (Results 1 – 2 of 2) sorted by relevance
44 type apiDefMap struct { struct54 func newAPIDefMap(oplist *odpb.OpList) (*apiDefMap, error) {75 apimap := &apiDefMap{capimap}78 func(a *apiDefMap) {87 func (m *apiDefMap) Put(data string) error { argument101 func (m *apiDefMap) Get(opname string) (*adpb.ApiDef, error) { argument
73 func registeredOps() (*odpb.OpList, *apiDefMap, error) {91 func updateAPIDefs(m *apiDefMap, dir string) error { argument111 func generateFunctionsForOps(w io.Writer, ops *odpb.OpList, apimap *apiDefMap) error { argument