Searched defs:UPB_PTR_AT (Results 1 – 8 of 8) sorted by relevance
| /external/protobuf/ruby/ext/google/protobuf_c/ |
| D | ruby-upb.h | 72 #define UPB_PTR_AT(msg, ofs, type) ((type*)((char*)(msg) + (ofs))) macro
|
| D | ruby-upb.c | 71 #define UPB_PTR_AT(msg, ofs, type) ((type*)((char*)(msg) + (ofs))) macro
|
| /external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/ |
| D | ruby-upb.h | 72 #define UPB_PTR_AT(msg, ofs, type) ((type*)((char*)(msg) + (ofs))) macro
|
| D | ruby-upb.c | 71 #define UPB_PTR_AT(msg, ofs, type) ((type*)((char*)(msg) + (ofs))) macro
|
| /external/cronet/third_party/protobuf/php/ext/google/protobuf/ |
| D | php-upb.h | 70 #define UPB_PTR_AT(msg, ofs, type) ((type*)((char*)(msg) + (ofs))) macro
|
| D | php-upb.c | 71 #define UPB_PTR_AT(msg, ofs, type) ((type*)((char*)(msg) + (ofs))) macro
|
| /external/protobuf/php/ext/google/protobuf/ |
| D | php-upb.h | 70 #define UPB_PTR_AT(msg, ofs, type) ((type*)((char*)(msg) + (ofs))) macro
|
| D | php-upb.c | 71 #define UPB_PTR_AT(msg, ofs, type) ((type*)((char*)(msg) + (ofs))) macro
|