Searched refs:is_placeholder (Results 1 - 4 of 4) sorted by relevance

/external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.isbind/
H A Dis_placeholder.pass.cpp12 // struct is_placeholder
20 static_assert(std::is_placeholder<T>::value == Expected, "");
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dexample-bind.cpp226 template<typename T> struct is_placeholder { struct
276 inline typename safe_tuple_element<is_placeholder<Bound>::value -1,
279 return get<is_placeholder<Bound>::value-1>(args);
313 && !is_placeholder<Bound>::value
335 struct is_placeholder<placeholder<N>> { struct
/external/protobuf/src/google/protobuf/
H A Ddescriptor.h168 bool is_placeholder() const;
729 bool is_placeholder() const;
1088 bool is_placeholder() const;
1311 // the is_placeholder() method). This can allow you to
1479 PROTOBUF_DEFINE_ACCESSOR(Descriptor, is_placeholder, bool)
1525 PROTOBUF_DEFINE_ACCESSOR(EnumDescriptor, is_placeholder, bool)
1558 PROTOBUF_DEFINE_ACCESSOR(FileDescriptor, is_placeholder, bool)
H A Ddescriptor_unittest.cc2150 EXPECT_FALSE(bar_file_->is_placeholder());
2155 EXPECT_TRUE(baz_file->is_placeholder());
2165 EXPECT_FALSE(bar_type_->is_placeholder());
2172 EXPECT_TRUE(baz_type->is_placeholder());
2178 EXPECT_TRUE(qux_type->is_placeholder());
2236 EXPECT_TRUE(extendee->is_placeholder());
2355 EXPECT_FALSE(corge_desc->is_placeholder());
2361 EXPECT_TRUE(quux_field->message_type()->is_placeholder());

Completed in 232 milliseconds