Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dmutex.h55 #define GOOGLE_PROTOBUF_CAPABILITY(x) __attribute__((capability(x))) macro
59 #define GOOGLE_PROTOBUF_CAPABILITY(x) macro
96 class PROTOBUF_EXPORT GOOGLE_PROTOBUF_CAPABILITY("mutex") WrappedMutex {