HomeSort by relevance Sort by last modified time
    Searched defs:Impl (Results 51 - 53 of 53) sorted by null

1 23

  /external/chromium/testing/gmock/include/gmock/
gmock-matchers.h 223 explicit MatcherBase(const MatcherInterface<T>* impl)
224 : impl_(impl) {}
259 explicit Matcher(const MatcherInterface<T>* impl)
260 : internal::MatcherBase<T>(impl) {}
276 explicit Matcher(const MatcherInterface<const internal::string&>* impl)
277 : internal::MatcherBase<const internal::string&>(impl) {}
293 explicit Matcher(const MatcherInterface<internal::string>* impl)
294 : internal::MatcherBase<internal::string>(impl) {}
308 // To define a polymorphic matcher, a user should provide an Impl
316 template <class Impl>
327 const Impl& impl() const { return impl_; } function in class:testing::PolymorphicMatcher
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.databinding_1.4.0.I20100601-0800.jar 

Completed in 228 milliseconds

1 23