Searched refs:RequestWorkspaces (Results 1 – 3 of 3) sorted by relevance
63 virtual void RequestWorkspaces(WorkspaceRegistry *registry) = 0;139 void RequestWorkspaces(WorkspaceRegistry *registry) override { in RequestWorkspaces() function141 feature_extractor->RequestWorkspaces(registry); in RequestWorkspaces()
51 feature_extractor_.RequestWorkspaces(&workspace_registry_); in InitForProcessing()
196 virtual void RequestWorkspaces(WorkspaceRegistry *registry) {} in RequestWorkspaces() function428 void RequestWorkspaces(WorkspaceRegistry *registry) override { in RequestWorkspaces() function429 for (auto *function : nested_) function->RequestWorkspaces(registry); in RequestWorkspaces()597 void RequestWorkspaces(WorkspaceRegistry *registry) { in RequestWorkspaces() function598 for (auto *function : functions_) function->RequestWorkspaces(registry); in RequestWorkspaces()