OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:accessortype
(Results
1 - 5
of
5
) sorted by null
/external/smali/dexlib2/src/main/ragel/
SyntheticAccessorFSM.rl
74
int
accessorType
= -1;
169
accessorType
= SyntheticAccessorResolver.GETTER; fbreak;
173
accessorType
= SyntheticAccessorResolver.SETTER; fbreak;
177
accessorType
= SyntheticAccessorResolver.METHOD; fbreak;
181
accessorType
= getIncrementType(mathOp, mathType, constantValue, putRegister, returnRegister);
185
accessorType
= getIncrementType(mathOp, mathType, constantValue, putRegister, returnRegister);
193
accessorType
= mathOp; fbreak;
207
return
accessorType
;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
TypeUtils.java
63
public static boolean canAccessClass(@Nonnull String
accessorType
, @Nonnull ClassDef accesseeClassDef) {
70
return getPackage(accesseeClassDef.getType()).equals(getPackage(
accessorType
));
SyntheticAccessorFSM.java
223
int
accessorType
= -1;
454
accessorType
= SyntheticAccessorResolver.GETTER; { p += 1; _goto_targ = 5; if (true) continue _goto;}
460
accessorType
= SyntheticAccessorResolver.SETTER; { p += 1; _goto_targ = 5; if (true) continue _goto;}
466
accessorType
= SyntheticAccessorResolver.METHOD; { p += 1; _goto_targ = 5; if (true) continue _goto;}
472
accessorType
= getIncrementType(mathOp, mathType, constantValue, putRegister, returnRegister);
478
accessorType
= getIncrementType(mathOp, mathType, constantValue, putRegister, returnRegister);
484
accessorType
= mathOp; { p += 1; _goto_targ = 5; if (true) continue _goto;}
510
return
accessorType
;
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
reflection.h
68
typedef typename internal::RefTypeTraits<T>::
AccessorType
AccessorType
;
103
const
AccessorType
* accessor_;
110
typedef typename internal::RefTypeTraits<T>::
AccessorType
AccessorType
;
168
const
AccessorType
* accessor_;
176
typedef typename internal::RefTypeTraits<T>::
AccessorType
AccessorType
;
228
const
AccessorType
* accessor_;
236
typedef typename internal::RefTypeTraits<T>::
AccessorType
AccessorType
[
all
...]
repeated_field_reflection.h
265
typedef RepeatedFieldAccessor
AccessorType
;
280
typedef RepeatedFieldAccessor
AccessorType
;
296
typedef RepeatedFieldAccessor
AccessorType
;
324
typedef RepeatedFieldAccessor
AccessorType
;
Completed in 90 milliseconds