Searched refs:INL (Results 1 – 1 of 1) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | wire_format_lite.h | 245 #define INL GOOGLE_ATTRIBUTE_ALWAYS_INLINE macro 253 template <typename CType, enum FieldType DeclaredType> INL 259 template <typename CType, enum FieldType DeclaredType> INL 278 template <typename CType, enum FieldType DeclaredType> INL 284 template <typename CType, enum FieldType DeclaredType> INL 355 INL static void WriteTag(field_number, WireType type, output); 358 INL static void WriteInt32NoTag (int32 value, output); 359 INL static void WriteInt64NoTag (int64 value, output); 360 INL static void WriteUInt32NoTag (uint32 value, output); 361 INL static void WriteUInt64NoTag (uint64 value, output); [all …]
|