OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EPT
(Results
1 - 4
of
4
) sorted by null
/frameworks/compile/slang/
slang_rs_export_element.cpp
93
RSExportPrimitiveType *
EPT
=
99
slangAssert(EI->type ==
EPT
->getType() && "Element has unexpected type");
100
ET =
EPT
;
slang_rs_export_type.cpp
[
all
...]
slang_rs_reflection_cpp.cpp
68
const RSExportPrimitiveType *
EPT
=
70
if (
EPT
->isRSObjectType()) {
72
RSExportPrimitiveType::getRSReflectionType(
EPT
)->c_name + ">";
74
return RSExportPrimitiveType::getRSReflectionType(
EPT
)->c_name;
549
void RSReflectionCpp::genGetterAndSetter(const RSExportPrimitiveType *
EPT
,
552
EPT
->convertToRTD(&rtd);
553
std::string TypeName = GetTypeName(
EPT
);
559
if (
EPT
->isRSObjectType()) {
858
const RSExportPointerType *
EPT
=
860
ET =
EPT
->getPointeeType()
[
all
...]
slang_rs_reflection.cpp
136
static const char *GetPackerAPIName(const RSExportPrimitiveType *
EPT
) {
169
unsigned TypeId =
EPT
->getType();
172
return PrimitiveTypePackerAPINameMap[
EPT
->getType()];
268
const RSExportPrimitiveType *
EPT
=
270
if (
EPT
->isRSObjectType())
272
else if (
EPT
->getType() == DataTypeBoolean)
626
const RSExportPrimitiveType *
EPT
=
628
if (
EPT
->getType() == DataTypeBoolean) {
[
all
...]
Completed in 39 milliseconds