OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FieldAllocSize
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/slang/
slang_rs_reflection_cpp.cpp
739
size_t
FieldAllocSize
= RSExportType::GetTypeAllocSize(F->getType());
756
if (
FieldAllocSize
> FieldStoreSize) {
759
<< (
FieldAllocSize
- FieldStoreSize) << ");";
763
Pos = FieldOffset +
FieldAllocSize
;
slang_rs_reflection.cpp
[
all
...]
Completed in 95 milliseconds