Home
last modified time | relevance | path

Searched defs:PA_ALWAYS_INLINE (Results 1 – 1 of 1) sorted by relevance

/external/cronet/base/allocator/partition_allocator/partition_alloc_base/
Dcompiler_specific.h38 #define PA_ALWAYS_INLINE [[clang::always_inline]] inline macro
41 #define PA_ALWAYS_INLINE inline __attribute__((__always_inline__)) macro
43 #define PA_ALWAYS_INLINE __forceinline macro
45 #define PA_ALWAYS_INLINE inline macro