Searched refs:GetArgs (Results 1 – 4 of 4) sorted by relevance
11 def GetArgs(): function85 args = GetArgs()
84 const CommandLine::StringVector& args = cl.GetArgs(); in TEST()148 const CommandLine::StringVector& args = cl.GetArgs(); in TEST()177 EXPECT_TRUE(cl_from_string.GetArgs().empty()); in TEST()183 EXPECT_TRUE(cl_from_argv.GetArgs().empty()); in TEST()
192 StringVector GetArgs() const;
370 CommandLine::StringVector CommandLine::GetArgs() const { in GetArgs() function in base::CommandLine