OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getBConst
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/angle/src/compiler/
ConstantUnion.h
27
bool
getBConst
() { return bConst; }
30
bool
getBConst
() const { return bConst; }
intermediate.h
389
bool
getBConst
(size_t index) const { return unionArrayPointer ? unionArrayPointer[index].
getBConst
() : false; }
Completed in 49 milliseconds