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

  /frameworks/compile/slang/
slang_rs_reflection_state.cpp 60 ReflectionState::~ReflectionState() {
65 void ReflectionState::openJava32(size_t NumFiles) {
74 void ReflectionState::closeJava32() {
82 void ReflectionState::openJava64() {
90 void ReflectionState::closeJava64() {
98 llvm::StringRef ReflectionState::canon(const std::string &String) {
104 std::string ReflectionState::getUniqueTypeName(const RSExportType *T) {
108 void ReflectionState::nextFile(const RSContext *RSC,
135 void ReflectionState::dump()
    [all...]
slang_rs_reflection_state.h 41 // class ReflectionState
87 // ReflectionState::Tentative (see that class for more information)
95 // that entities be presented to ReflectionState (via begin*() or
101 // particular slot). ReflectionState generally builds up an array of
112 // Therefore, ReflectionState builds up a map of Records.
120 // before slot assignment). Therefore, ReflectionState builds up
125 class ReflectionState {
132 ReflectionState() :
139 ~ReflectionState();
141 ReflectionState(const ReflectionState &) = delete
    [all...]

Completed in 181 milliseconds