Home
last modified time | relevance | path

Searched refs:BazelRefreshCompileCommandsWatcher (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pigweed/pw_ide/ts/pigweed-vscode/src/commands/
H A Dbazel.ts24 BazelRefreshCompileCommandsWatcher,
42 compileCommandsWatcher: BazelRefreshCompileCommandsWatcher,
/aosp_15_r20/external/pigweed/pw_ide/ts/pigweed-vscode/src/
H A Dextension.ts18 import { BazelRefreshCompileCommandsWatcher } from './bazelWatcher';
176 compileCommandsWatcher: new BazelRefreshCompileCommandsWatcher(
H A DbazelWatcher.ts149 export class BazelRefreshCompileCommandsWatcher extends Disposable { class