Searched defs:SETTER (Results 1 – 5 of 5) sorted by relevance
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/ |
D | SyntheticAccessorResolver.java | 55 public static final int SETTER = 2; field in SyntheticAccessorResolver
|
/external/v8/src/ast/ |
D | ast.cc | 505 const auto SETTER = ObjectLiteral::Property::SETTER; in CalculateEmitStore() local
|
D | ast.h | 1342 SETTER, // Property is an accessor function. enumerator 2761 enum Kind : uint8_t { METHOD, GETTER, SETTER, FIELD }; enumerator
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 2305 #define SETTER(name, handlerctype, handlertype) \ macro 2312 SETTER(int32, upb_int32_handlerfunc*, UPB_HANDLER_INT32) in SETTER() function
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 2458 #define SETTER(name, handlerctype, handlertype) \ macro 2465 SETTER(int32, upb_int32_handlerfunc*, UPB_HANDLER_INT32) in SETTER() function
|