Searched refs:apiScope (Results 1 – 1 of 1) sorted by relevance
597 scopePaths map[*apiScope]*scopePaths648 func (c *commonToSdkLibraryAndImport) stubsLibraryModuleName(apiScope *apiScope) string {649 return c.namingScheme.stubsLibraryModuleName(apiScope, c.moduleBase.BaseModuleName())654 func (c *commonToSdkLibraryAndImport) stubsSourceModuleName(apiScope *apiScope) string {655 return c.namingScheme.stubsSourceModuleName(apiScope, c.moduleBase.BaseModuleName())660 func (c *commonToSdkLibraryAndImport) apiModuleName(apiScope *apiScope) string {661 return c.namingScheme.apiModuleName(apiScope, c.moduleBase.BaseModuleName())740 func (c *commonToSdkLibraryAndImport) getScopePathsCreateIfNeeded(scope *apiScope) *scopePaths {742 c.scopePaths = make(map[*apiScope]*scopePaths)753 func (c *commonToSdkLibraryAndImport) findScopePaths(scope *apiScope) *scopePaths {[all …]