Searched refs:getter (Results 1 – 6 of 6) sorted by relevance
30 These map to class level String constants in Java, and static getter
749 unique_ptr<MethodImpl> getter(new MethodImpl("const " + cppType + "&", in BuildInterfaceSource() local752 getter->GetStatementBlock()->AddLiteral( in BuildInterfaceSource()755 getter->GetStatementBlock()->AddLiteral("return value"); in BuildInterfaceSource()756 decls.push_back(std::move(getter)); in BuildInterfaceSource()935 unique_ptr<Declaration> getter(new MethodDecl("const " + cppType + "&", constant->GetName(), in BuildInterfaceHeader() local937 string_constants.push_back(std::move(getter)); in BuildInterfaceHeader()
318 # getter and setter methods for a property. Setting this option to YES will make
329 # getter and setter methods for a property. Setting this option to YES will make