Searched refs:apiDefMap (Results 1 – 2 of 2) sorted by relevance
43 type apiDefMap struct { struct53 func newAPIDefMap(oplist *pb.OpList) (*apiDefMap, error) {74 apimap := &apiDefMap{capimap}77 func(a *apiDefMap) {86 func (m *apiDefMap) Put(data string) error { argument100 func (m *apiDefMap) Get(opname string) (*pb.ApiDef, error) { argument
72 func registeredOps() (*pb.OpList, *apiDefMap, error) {90 func updateAPIDefs(m *apiDefMap, dir string) error { argument107 func generateFunctionsForOps(w io.Writer, ops *pb.OpList, apimap *apiDefMap) error { argument