OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ParsedArgs
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/util/nanotool/
nanotool.cpp
51
struct
ParsedArgs
{
152
static bool ValidateArgs(std::unique_ptr<
ParsedArgs
>& args, const char *name) {
229
// into a SensorSpec, and add it to
ParsedArgs
.
286
static std::unique_ptr<
ParsedArgs
> ParseArgs(int argc, char **argv) {
296
auto args = std::unique_ptr<
ParsedArgs
>(new
ParsedArgs
());
369
static std::unique_ptr<ContextHub> GetContextHub(std::unique_ptr<
ParsedArgs
>& args) {
410
std::unique_ptr<
ParsedArgs
> args = ParseArgs(argc, argv);
/external/clang/lib/AST/
CommentParser.cpp
299
unsigned
ParsedArgs
= 0;
301
while (
ParsedArgs
< NumArgs && Retokenizer.lexWord(Arg)) {
302
Args[
ParsedArgs
] = Argument(SourceRange(Arg.getLocation(),
305
ParsedArgs
++;
308
S.actOnBlockCommandArgs(BC, llvm::makeArrayRef(Args,
ParsedArgs
));
Completed in 780 milliseconds