Searched refs:ConstructorImpl (Results 1 – 4 of 4) sorted by relevance
224 class ConstructorImpl : public Declaration {226 ConstructorImpl(const std::string& class_name,229 virtual ~ConstructorImpl() = default;239 DISALLOW_COPY_AND_ASSIGN(ConstructorImpl);
257 ConstructorImpl::ConstructorImpl(const string& class_name, in ConstructorImpl() function in android::aidl::cpp::ConstructorImpl264 void ConstructorImpl::Write(CodeWriter* to) const { in Write()
186 ConstructorImpl c("ClassName", ArgList({"a", "b", "c"}), in TEST_F()
451 file_decls.push_back(unique_ptr<Declaration>{new ConstructorImpl{ in BuildClientSource()