Lines Matching defs:RSReflectionBase
64 RSReflectionBase::RSReflectionBase(const RSContext *con)
71 RSReflectionBase::~RSReflectionBase() {
76 bool RSReflectionBase::openFile(const string &name, string &errorMsg) {
94 void RSReflectionBase::startFile(const string &filename) {
111 string RSReflectionBase::stripRS(const string &s) const {
124 void RSReflectionBase::write(const std::string &t) {
129 void RSReflectionBase::write(const std::stringstream &t) {
134 void RSReflectionBase::incIndent() {
138 void RSReflectionBase::decIndent() {
142 bool RSReflectionBase::writeFile(const string &filename, const vector< string > &txt) {
157 string RSReflectionBase::genInitValue(const clang::APValue &Val, bool asBool) {
204 bool RSReflectionBase::addTypeNameForElement(
214 const char *RSReflectionBase::getVectorAccessor(unsigned Index) {