Searched defs:SETTER (Results 1 – 5 of 5) sorted by relevance
/external/jackson-annotations/src/main/java/com/fasterxml/jackson/annotation/ |
D | PropertyAccessor.java | 31 SETTER, enumConstant
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/ |
D | SyntheticAccessorResolver.java | 55 public static final int SETTER = 2; field in SyntheticAccessorResolver
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | handlers.c | 183 #define SETTER(name, handlerctype, handlertype) \ macro 191 SETTER(int32, upb_int32_handlerfunc*, UPB_HANDLER_INT32) in SETTER() function
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 3459 #define SETTER(name, handlerctype, handlertype) \ macro 3467 SETTER(int32, upb_int32_handlerfunc*, UPB_HANDLER_INT32) in SETTER() function
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 4257 #define SETTER(name, handlerctype, handlertype) \ macro 4264 SETTER(int32, upb_int32_handlerfunc*, UPB_HANDLER_INT32) in SETTER() function
|