Searched defs:is_placeholder (Results 1 – 2 of 2) sorted by relevance
226 template<typename T> struct is_placeholder { struct227 static const int value = 0;335 struct is_placeholder<placeholder<N>> { struct336 static const int value = N;
1558 PROTOBUF_DEFINE_ACCESSOR(FileDescriptor, is_placeholder, bool) in PROTOBUF_DEFINE_ACCESSOR() argument