OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:methodPrototype
(Results
1 - 2
of
2
) sorted by null
/external/smali/dexlib/src/main/java/org/jf/dexlib/
MethodIdItem.java
38
private ProtoIdItem
methodPrototype
;
53
* @param
methodPrototype
the type of the method
56
private MethodIdItem(DexFile dexFile, TypeIdItem classType, ProtoIdItem
methodPrototype
, StringIdItem methodName) {
59
this.
methodPrototype
=
methodPrototype
;
68
* @param
methodPrototype
the type of the method
74
ProtoIdItem
methodPrototype
, StringIdItem methodName) {
75
MethodIdItem methodIdItem = new MethodIdItem(dexFile, classType,
methodPrototype
, methodName);
84
* @param
methodPrototype
the type of the method
90
ProtoIdItem
methodPrototype
, StringIdItem methodName)
[
all
...]
/external/clang/lib/Parse/
ParseObjc.cpp
396
if (Decl *
methodPrototype
=
398
allMethods.push_back(
methodPrototype
);
[
all
...]
Completed in 816 milliseconds