Searched refs:ConstructorImpl (Results 1 – 4 of 4) sorted by relevance
210 class ConstructorImpl : public Declaration {212 ConstructorImpl(const std::string& class_name,215 virtual ~ConstructorImpl() = default;225 DISALLOW_COPY_AND_ASSIGN(ConstructorImpl);
237 ConstructorImpl::ConstructorImpl(const string& class_name, in ConstructorImpl() function in android::aidl::cpp::ConstructorImpl244 void ConstructorImpl::Write(CodeWriter* to) const { in Write()
185 ConstructorImpl c("ClassName", ArgList({"a", "b", "c"}), in TEST_F()
399 file_decls.push_back(unique_ptr<Declaration>{new ConstructorImpl{ in BuildClientSource()