OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RSSlangReflectUtils
(Results
1 - 5
of
5
) sorted by null
/frameworks/compile/slang/
slang_rs_reflect_utils.cpp
34
string
RSSlangReflectUtils
::GetFileNameStem(const char *fileName) {
50
string
RSSlangReflectUtils
::ComputePackagedPath(const char *prefixPath,
98
RSSlangReflectUtils
::JavaClassNameFromRSFileName(const char *rsFileName) {
107
RSSlangReflectUtils
::BCFileNameFromRSFileName(const char *rsFileName) {
111
std::string
RSSlangReflectUtils
::JavaBitcodeClassNameFromRSFileName(
118
const
RSSlangReflectUtils
::BitCodeAccessorContext &context,
163
const
RSSlangReflectUtils
::BitCodeAccessorContext &context,
217
const
RSSlangReflectUtils
::BitCodeAccessorContext &context,
232
const
RSSlangReflectUtils
::BitCodeAccessorContext &context,
260
bool
RSSlangReflectUtils
::GenerateJavaBitCodeAccessor
[
all
...]
slang_rs_reflect_utils.h
28
class
RSSlangReflectUtils
{
slang_rs.cpp
82
RSSlangReflectUtils
::BitCodeAccessorContext BCAccessorContext;
93
return
RSSlangReflectUtils
::GenerateJavaBitCodeAccessor(BCAccessorContext);
394
std::string ReflectedName =
RSSlangReflectUtils
::ComputePackagedPath(
llvm-rs-cc.cpp
82
OutputFile.append(slang::
RSSlangReflectUtils
::GetFileNameStem(InputFile));
85
slang::
RSSlangReflectUtils
::BCFileNameFromRSFileName(InputFile));
slang_rs_reflection.cpp
293
mResourceId(
RSSlangReflectUtils
::JavaClassNameFromRSFileName(
296
RSSlangReflectUtils
::JavaClassNameFromRSFileName(
304
mOutputDirectory =
RSSlangReflectUtils
::ComputePackagedPath(
352
std::string className(
RSSlangReflectUtils
::JavaBitcodeClassNameFromRSFileName(
[
all
...]
Completed in 82 milliseconds