OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RSObjectRefCount
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/slang/
slang_rs_object_ref_count.h
48
class
RSObjectRefCount
: public clang::StmtVisitor<
RSObjectRefCount
> {
156
explicit
RSObjectRefCount
(clang::ASTContext &C)
slang_rs_object_ref_count.cpp
39
RSObjectRefCount
::RSSetObjectFD[DataTypeMax];
41
RSObjectRefCount
::RSClearObjectFD[DataTypeMax];
43
void
RSObjectRefCount
::GetRSRefCountingFunctions(clang::ASTContext &C) {
273
clang::FunctionDecl *ClearObjectFD =
RSObjectRefCount
::GetRSClearObjectFD(T);
684
clang::FunctionDecl *SetObjectFD =
RSObjectRefCount
::GetRSSetObjectFD(T);
[
all
...]
slang_backend.h
105
RSObjectRefCount
mRefCount;
Completed in 64 milliseconds