Home
last modified time | relevance | path

Searched refs:INL (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/
Dwire_format_lite.h236 #define INL GOOGLE_ATTRIBUTE_ALWAYS_INLINE macro
245 static inline bool ReadPrimitive(input, CType* value) INL;
254 RepeatedField<CType>* value) INL;
271 CType* value) INL;
278 RepeatedField<CType>* value) INL;
309 static inline void WriteTag(field_number, WireType type, output) INL;
312 static inline void WriteInt32NoTag (int32 value, output) INL;
313 static inline void WriteInt64NoTag (int64 value, output) INL;
314 static inline void WriteUInt32NoTag (uint32 value, output) INL;
315 static inline void WriteUInt64NoTag (uint64 value, output) INL;
[all …]