HomeSort by relevance Sort by last modified time
    Searched defs:HasParameter (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/test/webdriver/commands/
command.cc 38 bool Command::HasParameter(const std::string& key) const {
  /external/clang/unittests/ASTMatchers/Dynamic/
RegistryTest.cpp 121 Matcher<Decl> HasParameter = functionDecl(constructMatcher(
122 "hasParameter", 1, hasName("x")).getTypedMatcher<FunctionDecl>());
123 EXPECT_TRUE(matches("void f(int a, int x);", HasParameter));
124 EXPECT_FALSE(matches("void f(int x, int a);", HasParameter));

Completed in 578 milliseconds