Searched refs:CASE_TYPE (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | wire_format.cc | 758 #define CASE_TYPE(FieldType, CamelFieldType, CamelCppType) \ in SerializeMapKeyWithCachedSizes() macro 763 CASE_TYPE(INT64, Int64, Int64) in SerializeMapKeyWithCachedSizes() 764 CASE_TYPE(UINT64, UInt64, UInt64) in SerializeMapKeyWithCachedSizes() 765 CASE_TYPE(INT32, Int32, Int32) in SerializeMapKeyWithCachedSizes() 766 CASE_TYPE(FIXED64, Fixed64, UInt64) in SerializeMapKeyWithCachedSizes() 767 CASE_TYPE(FIXED32, Fixed32, UInt32) in SerializeMapKeyWithCachedSizes() 768 CASE_TYPE(BOOL, Bool, Bool) in SerializeMapKeyWithCachedSizes() 769 CASE_TYPE(UINT32, UInt32, UInt32) in SerializeMapKeyWithCachedSizes() 770 CASE_TYPE(SFIXED32, SFixed32, Int32) in SerializeMapKeyWithCachedSizes() 771 CASE_TYPE(SFIXED64, SFixed64, Int64) in SerializeMapKeyWithCachedSizes() [all …]
|
/external/protobuf/php/ext/google/protobuf/ |
D | storage.c | 62 #define CASE_TYPE(upb_type, c_type) \ in native_slot_is_default() macro 66 CASE_TYPE(INT32, int32_t ) in native_slot_is_default() 67 CASE_TYPE(UINT32, uint32_t) in native_slot_is_default() 68 CASE_TYPE(ENUM, int32_t ) in native_slot_is_default() 69 CASE_TYPE(INT64, int64_t ) in native_slot_is_default() 70 CASE_TYPE(UINT64, uint64_t) in native_slot_is_default() 71 CASE_TYPE(FLOAT, float ) in native_slot_is_default() 72 CASE_TYPE(DOUBLE, double ) in native_slot_is_default() 73 CASE_TYPE(BOOL, int8_t ) in native_slot_is_default() 75 #undef CASE_TYPE in native_slot_is_default() [all …]
|
D | map.c | 106 #define CASE_TYPE(upb_type, type, c_type, php_type) \ in table_key() macro 117 CASE_TYPE(BOOL, bool, int8_t, BOOL) in table_key() 118 CASE_TYPE(INT32, int32, int32_t, LONG) in table_key() 119 CASE_TYPE(INT64, int64, int64_t, LONG) in table_key() 120 CASE_TYPE(UINT32, uint32, uint32_t, LONG) in table_key() 121 CASE_TYPE(UINT64, uint64, uint64_t, LONG) in table_key() 123 #undef CASE_TYPE in table_key()
|