Home
last modified time | relevance | path

Searched refs:accessor_type (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/ruby/ext/google/protobuf_c/
Dmessage.c160 int accessor_type; in extract_method_call() local
165 accessor_type = METHOD_SETTER; in extract_method_call()
172 accessor_type = METHOD_CLEAR; in extract_method_call()
178 accessor_type = METHOD_PRESENCE; in extract_method_call()
182 accessor_type = METHOD_GETTER; in extract_method_call()
190 (accessor_type == METHOD_GETTER || accessor_type == METHOD_SETTER) && in extract_method_call()
206 if (accessor_type == METHOD_SETTER) { in extract_method_call()
207 accessor_type = METHOD_WRAPPER_SETTER; in extract_method_call()
209 accessor_type = METHOD_WRAPPER_GETTER; in extract_method_call()
217 if (!has_field && accessor_type == METHOD_GETTER && in extract_method_call()
[all …]
/external/flatbuffers/src/
Didl_gen_general.cpp40 std::string accessor_type; member
821 code += lang_.accessor_type + struct_def.name; in GenStruct()