Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/internal/
D_parameterized.py296 def _Apply(obj): function
312 return _Apply
/external/llvm-project/libcxx/include/
Dvariant1104 using _Apply = __identity<_Dest>;
1111 using _Apply _LIBCPP_NODEBUG_TYPE = decltype(__test_impl<_Dest>({_VSTD::declval<_Source>()}));
1123 >::template _Apply<_Dest, _Source>;
1159 using _Apply _LIBCPP_NODEBUG_TYPE = __all_overloads<__overload<_Types, _Idx>...>;
1164 __make_indices_imp<sizeof...(_Types), 0> >::template _Apply<_Types...>;
Diterator459 using _Apply = typename _ITER_TRAITS<_Iter>::iterator_concept;
463 using _Apply = typename _ITER_TRAITS<_Iter>::iterator_category;
467 using _Apply = _EnableIf<
474 : _IsValidExpansion<_Tester::template _Apply, _Iter>,
489 using _ITER_CONCEPT = typename __iter_concept_cache<_Iter>::type::template _Apply<_Iter>;