Home
last modified time | relevance | path

Searched refs:FindCommand (Results 1 – 6 of 6) sorted by relevance

/build/kati/
Dfind.h36 struct FindCommand { struct
37 FindCommand();
38 ~FindCommand();
57 FindCommand(const FindCommand&) = delete; argument
58 void operator=(FindCommand) = delete; argument
66 const FindCommand& fc,
Dfunc.h42 struct FindCommand;
58 unique_ptr<FindCommand> find;
Dfind_test.cc40 FindCommand fc; in main()
73 FindCommand fc; in CompareFind()
114 FindCommand fc; in ExpectParseFailure()
Dfind.cc142 virtual bool RunFind(const FindCommand& fc,
158 void PrintIfNecessary(const FindCommand& fc, in PrintIfNecessary()
178 virtual bool RunFind(const FindCommand& fc, in RunFind()
251 virtual bool RunFind(const FindCommand& fc, in RunFind()
358 virtual bool RunFind(const FindCommand& fc, in RunFind()
400 FindCommandParser(StringPiece cmd, FindCommand* fc) in FindCommandParser()
763 FindCommand* fc_;
792 const FindCommand& fc, in HandleFind()
1039 FindCommand::FindCommand() in FindCommand() function in FindCommand
1047 FindCommand::~FindCommand() {} in ~FindCommand()
[all …]
Dfunc.cc505 FindCommand** fc) { in ShellFuncImpl()
513 *fc = new FindCommand(); in ShellFuncImpl()
582 FindCommand* fc = NULL; in ShellFunc()
Dregen.cc400 FindCommand fc; in CheckShellResult()