Home
last modified time | relevance | path

Searched refs:DEREF (Results 1 – 6 of 6) sorted by relevance

/third_party/protobuf/ruby/ext/google/protobuf_c/
Dstorage.c43 #define DEREF(memory, type) *(type*)(memory) macro
137 DEREF(memory, float) = NUM2DBL(value); in native_slot_set_value_and_case()
144 DEREF(memory, double) = NUM2DBL(value); in native_slot_set_value_and_case()
156 DEREF(memory, int8_t) = val; in native_slot_set_value_and_case()
167 DEREF(memory, VALUE) = native_slot_encode_and_freeze_string(type, value); in native_slot_set_value_and_case()
176 DEREF(memory, VALUE) = native_slot_encode_and_freeze_string(type, value); in native_slot_set_value_and_case()
228 DEREF(memory, VALUE) = value; in native_slot_set_value_and_case()
251 DEREF(memory, int32_t) = int_val; in native_slot_set_value_and_case()
261 DEREF(memory, int32_t) = NUM2INT(value); in native_slot_set_value_and_case()
264 DEREF(memory, int64_t) = NUM2LL(value); in native_slot_set_value_and_case()
[all …]
Dencode_decode.c122 #define DEREF(msg, ofs, type) *(type*)(((uint8_t *)msg) + ofs) macro
199 return (void*)DEREF(msg, *ofs, VALUE); in startseq_handler()
257 DEREF(msg, fieldhandler->ofs, VALUE) = str; in str_handler()
271 DEREF(msg, fieldhandler->ofs, VALUE) = str; in bytes_handler()
327 if (DEREF(msg, submsgdata->ofs, VALUE) == Qnil) { in submsg_handler()
328 DEREF(msg, submsgdata->ofs, VALUE) = in submsg_handler()
334 submsg_rb = DEREF(msg, submsgdata->ofs, VALUE); in submsg_handler()
423 VALUE map_rb = DEREF(msg, mapdata->ofs, VALUE); in startmap_handler()
492 DEREF(closure, oneofdata->case_ofs, uint32_t) = \
494 DEREF(closure, oneofdata->ofs, ctype) = val; \
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dustring.cpp1491 #define STRING_HASH(TYPE, STR, STRLEN, DEREF) \ argument
1499 hash = (hash * 37) + DEREF; \
/third_party/skia/third_party/externals/icu/source/common/
Dustring.cpp1508 #define STRING_HASH(TYPE, STR, STRLEN, DEREF) UPRV_BLOCK_MACRO_BEGIN { \ argument
1516 hash = (hash * 37) + DEREF; \
/third_party/node/deps/icu-small/source/common/
Dustring.cpp1506 #define STRING_HASH(TYPE, STR, STRLEN, DEREF) UPRV_BLOCK_MACRO_BEGIN { \ argument
1514 hash = (hash * 37) + DEREF; \
/third_party/icu/icu4c/source/common/
Dustring.cpp1508 #define STRING_HASH(TYPE, STR, STRLEN, DEREF) UPRV_BLOCK_MACRO_BEGIN { \ argument
1516 hash = (hash * 37) + DEREF; \