Home | History | Annotate | Download | only in slang

Lines Matching defs:RSReflectionBase

63 RSReflectionBase::RSReflectionBase(const RSContext *con) {
69 RSReflectionBase::~RSReflectionBase() {
74 bool RSReflectionBase::openFile(const string &name, string &errorMsg) {
92 void RSReflectionBase::startFile(const string &filename) {
109 string RSReflectionBase::stripRS(const string &s) const {
122 void RSReflectionBase::write(const std::string &t) {
127 void RSReflectionBase::write(const std::stringstream &t) {
132 void RSReflectionBase::incIndent() {
136 void RSReflectionBase::decIndent() {
140 bool RSReflectionBase::writeFile(const string &filename, const vector< string > &txt) {
155 string RSReflectionBase::genInitValue(const clang::APValue &Val, bool asBool) {