OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getIConst
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/angle/src/compiler/
ConstantUnion.h
25
int
getIConst
() { return iConst; }
28
int
getIConst
() const { return iConst; }
intermediate.h
387
int
getIConst
(size_t index) const { return unionArrayPointer ? unionArrayPointer[index].
getIConst
() : 0; }
Completed in 642 milliseconds