Home
last modified time | relevance | path

Searched defs:SETTER (Results 1 – 5 of 5) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
DSyntheticAccessorResolver.java55 public static final int SETTER = 2; field in SyntheticAccessorResolver
/external/v8/src/ast/
Dast.cc505 const auto SETTER = ObjectLiteral::Property::SETTER; in CalculateEmitStore() local
Dast.h1342 SETTER, // Property is an accessor function. enumerator
2761 enum Kind : uint8_t { METHOD, GETTER, SETTER, FIELD }; enumerator
/external/protobuf/php/ext/google/protobuf/
Dupb.c2305 #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/
Dupb.c2458 #define SETTER(name, handlerctype, handlertype) \ macro
2465 SETTER(int32, upb_int32_handlerfunc*, UPB_HANDLER_INT32) in SETTER() function