Home
last modified time | relevance | path

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

/external/cronet/buildtools/third_party/libc++/trunk/include/__type_traits/
Dremove_const.h22 struct remove_const { struct
23 using type _LIBCPP_NODEBUG = __remove_const(_Tp); argument
/external/clang/test/SemaTemplate/
Dtemp_class_spec.cpp98 struct remove_const { struct
103 struct remove_const<const T> { struct
107 int remove_const0[is_same<remove_const<const int>::type, int>::value? 1 : -1]; argument
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/meta/meta.unary/
Ddependent_return_type.compile.pass.cpp85 std::remove_const_t<T> remove_const() { in remove_const() function
/external/grpc-grpc/third_party/nanopb/
Dpb_encode.c360 static void *remove_const(const void *p) in remove_const() function