OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isUsable
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Sema/
Ownership.h
146
bool
isUsable
() const { return !Invalid && Val; }
187
bool
isUsable
() const { return PtrWithInvalid > 0x01; }
/external/jmonkeyengine/engine/src/core/com/jme3/shader/
Shader.java
177
public boolean
isUsable
(){
386
public boolean
isUsable
(){
Completed in 54 milliseconds