Searched refs:DEREF (Results 1 - 5 of 5) sorted by relevance
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | storage.c | 43 #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(memor in native_slot_set_value_and_case() [all...] |
H A D | encode_decode.c | 122 #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(closur [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | ustring.cpp | 1506 #define STRING_HASH(TYPE, STR, STRLEN, DEREF) UPRV_BLOCK_MACRO_BEGIN { \ 1514 hash = (hash * 37) + DEREF; \
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ustring.cpp | 1506 #define STRING_HASH(TYPE, STR, STRLEN, DEREF) UPRV_BLOCK_MACRO_BEGIN { \ 1514 hash = (hash * 37) + DEREF; \
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ustring.cpp | 1508 #define STRING_HASH(TYPE, STR, STRLEN, DEREF) UPRV_BLOCK_MACRO_BEGIN { \ 1516 hash = (hash * 37) + DEREF; \
|
Completed in 9 milliseconds