Searched defs:GOOGLE_ATTRIBUTE_ALWAYS_INLINE (Results 1 - 5 of 5) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Dmessage_lite.cc101 // Note: GCC only allows GOOGLE_ATTRIBUTE_ALWAYS_INLINE on declarations, not
105 GOOGLE_ATTRIBUTE_ALWAYS_INLINE; member in namespace:google::protobuf::__anon10107
108 GOOGLE_ATTRIBUTE_ALWAYS_INLINE; member in namespace:google::protobuf::__anon10107
111 GOOGLE_ATTRIBUTE_ALWAYS_INLINE; member in namespace:google::protobuf::__anon10107
114 GOOGLE_ATTRIBUTE_ALWAYS_INLINE; member in namespace:google::protobuf::__anon10107
117 GOOGLE_ATTRIBUTE_ALWAYS_INLINE; member in namespace:google::protobuf::__anon10107
H A Dwire_format_lite.h236 #define INL GOOGLE_ATTRIBUTE_ALWAYS_INLINE
489 RepeatedField<CType>* value) GOOGLE_ATTRIBUTE_ALWAYS_INLINE; member in class:google::protobuf::internal::WireFormatLite
/external/protobuf/src/google/protobuf/io/
H A Dcoded_stream.cc284 const uint8* buffer, uint32* value) GOOGLE_ATTRIBUTE_ALWAYS_INLINE; member in namespace:google::protobuf::io::__anon10098
H A Dcoded_stream.h177 int* size) GOOGLE_ATTRIBUTE_ALWAYS_INLINE; member in class:google::protobuf::io::CodedInputStream
193 int size) GOOGLE_ATTRIBUTE_ALWAYS_INLINE; member in class:google::protobuf::io::CodedInputStream
223 uint32 ReadTag() GOOGLE_ATTRIBUTE_ALWAYS_INLINE; member in class:google::protobuf::io::CodedInputStream
232 bool ExpectTag(uint32 expected) GOOGLE_ATTRIBUTE_ALWAYS_INLINE; member in class:google::protobuf::io::CodedInputStream
243 uint32 expected) GOOGLE_ATTRIBUTE_ALWAYS_INLINE; member in class:google::protobuf::io::CodedInputStream
660 uint32 value, uint8* target) GOOGLE_ATTRIBUTE_ALWAYS_INLINE; member in class:google::protobuf::io::CodedOutputStream
703 uint32 value, uint8* target) GOOGLE_ATTRIBUTE_ALWAYS_INLINE; member in class:google::protobuf::io::CodedOutputStream
705 uint64 value, uint8* target) GOOGLE_ATTRIBUTE_ALWAYS_INLINE; member in class:google::protobuf::io::CodedOutputStream
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.h180 #ifndef GOOGLE_ATTRIBUTE_ALWAYS_INLINE
184 #define GOOGLE_ATTRIBUTE_ALWAYS_INLINE __attribute__ ((always_inline)) macro
187 #define GOOGLE_ATTRIBUTE_ALWAYS_INLINE macro

Completed in 138 milliseconds