HomeSort by relevance Sort by last modified time
    Searched defs:RSReflectionBase (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/slang/
slang_rs_reflection_base.cpp 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()
    [all...]
slang_rs_reflection_base.h 38 class RSReflectionBase {
44 RSReflectionBase(const RSContext *);
76 virtual ~RSReflectionBase();

Completed in 36 milliseconds