Home
last modified time | relevance | path

Searched defs:UPB_PTR_AT (Results 1 – 8 of 8) sorted by relevance

/external/protobuf/ruby/ext/google/protobuf_c/
Druby-upb.h72 #define UPB_PTR_AT(msg, ofs, type) ((type*)((char*)(msg) + (ofs))) macro
Druby-upb.c71 #define UPB_PTR_AT(msg, ofs, type) ((type*)((char*)(msg) + (ofs))) macro
/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/
Druby-upb.h72 #define UPB_PTR_AT(msg, ofs, type) ((type*)((char*)(msg) + (ofs))) macro
Druby-upb.c71 #define UPB_PTR_AT(msg, ofs, type) ((type*)((char*)(msg) + (ofs))) macro
/external/cronet/third_party/protobuf/php/ext/google/protobuf/
Dphp-upb.h70 #define UPB_PTR_AT(msg, ofs, type) ((type*)((char*)(msg) + (ofs))) macro
Dphp-upb.c71 #define UPB_PTR_AT(msg, ofs, type) ((type*)((char*)(msg) + (ofs))) macro
/external/protobuf/php/ext/google/protobuf/
Dphp-upb.h70 #define UPB_PTR_AT(msg, ofs, type) ((type*)((char*)(msg) + (ofs))) macro
Dphp-upb.c71 #define UPB_PTR_AT(msg, ofs, type) ((type*)((char*)(msg) + (ofs))) macro