OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasPointerArg
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/opengl/tools/glgen/src/
CFunc.java
29
boolean
hasPointerArg
= false;
62
hasPointerArg
= true;
94
public boolean
hasPointerArg
() {
95
return
hasPointerArg
;
JniCodeEmitter.java
153
&& jfunc.getCFunc().
hasPointerArg
();
765
&& !jfunc.getCFunc().
hasPointerArg
();
[
all
...]
Completed in 34 milliseconds