Searched refs:CamelCppType (Results 1 – 1 of 1) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | wire_format.cc | 758 #define CASE_TYPE(FieldType, CamelFieldType, CamelCppType) \ in SerializeMapKeyWithCachedSizes() argument 760 WireFormatLite::Write##CamelFieldType(1, value.Get##CamelCppType##Value(), \ in SerializeMapKeyWithCachedSizes() 783 #define CASE_TYPE(FieldType, CamelFieldType, CamelCppType) \ in SerializeMapValueRefWithCachedSizes() argument 785 WireFormatLite::Write##CamelFieldType(2, value.Get##CamelCppType##Value(), \ in SerializeMapValueRefWithCachedSizes() 833 #define CASE_TYPE(CppType, CamelCppType) \ in operator ()() argument 835 return a.Get##CamelCppType##Value() < b.Get##CamelCppType##Value(); \ in operator ()() 1159 #define CASE_TYPE(FieldType, CamelFieldType, CamelCppType) \ in MapKeyDataOnlyByteSize() argument 1162 value.Get##CamelCppType##Value()); in MapKeyDataOnlyByteSize() 1194 #define CASE_TYPE(FieldType, CamelFieldType, CamelCppType) \ in MapValueRefDataOnlyByteSize() argument 1197 value.Get##CamelCppType##Value()); in MapValueRefDataOnlyByteSize()
|