Home
last modified time | relevance | path

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

/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dexample-bind.cpp226 template<typename T> struct is_placeholder { struct
227 static const int value = 0;
335 struct is_placeholder<placeholder<N>> { struct
336 static const int value = N;
/external/protobuf/src/google/protobuf/
Ddescriptor.h1558 PROTOBUF_DEFINE_ACCESSOR(FileDescriptor, is_placeholder, bool) in PROTOBUF_DEFINE_ACCESSOR() argument