Home
last modified time | relevance | path

Searched refs:is_one_of (Results 1 – 8 of 8) sorted by relevance

/external/grpc-grpc/src/core/lib/gprpp/
Dmanual_constructor.h43 class is_one_of; variable
46 class is_one_of<Member, Member, List...> {
52 class is_one_of<Member, A, List...> {
54 static constexpr const bool value = is_one_of<Member, List...>::value;
58 class is_one_of<Member> {
157 manual_ctor_impl::is_one_of<DerivedType, DerivedTypes...>::value, in FinishInit()
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-indic.hh192 is_one_of (const hb_glyph_info_t &info, unsigned int flags) in is_one_of() function
202 return is_one_of (info, JOINER_FLAGS); in is_joiner()
208 return is_one_of (info, CONSONANT_FLAGS); in is_consonant()
214 return is_one_of (info, FLAG (OT_H)); in is_halant()
Dhb-ot-shape-complex-indic.cc458 is_one_of (info[start ], FLAG (OT_Ra)) && in initial_reordering_consonant_syllable()
459 is_one_of (info[start+1], FLAG (OT_H)) && in initial_reordering_consonant_syllable()
460 is_one_of (info[start+2], FLAG (OT_ZWJ))) in initial_reordering_consonant_syllable()
1127 is_one_of (info[base - 1], FLAG (OT_ZWJ))) in final_reordering_syllable()
1131 is_one_of (info[base], (FLAG (OT_N) | FLAG (OT_H)))) in final_reordering_syllable()
1176 !(is_one_of (info[new_pos], (FLAG (OT_M) | FLAG (OT_H))))) in final_reordering_syllable()
1428 !(is_one_of (info[new_pos - 1], FLAG(OT_M) | FLAG (OT_H)))) in final_reordering_syllable()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFormatProviders.h32 bool, is_one_of<T, uint8_t, int16_t, uint16_t, int32_t, uint32_t,
43 is_one_of<T, char *, const char *>::value> {
49 bool, is_one_of<T, llvm::StringRef, std::string>::value ||
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DFormatProviders.h33 bool, is_one_of<T, uint8_t, int16_t, uint16_t, int32_t, uint32_t,
44 is_one_of<T, char *, const char *>::value> {
DParallel.h39 bool, llvm::is_one_of<T, sequential_execution_policy,
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSTLExtras.h487 template <typename T, typename... Ts> struct is_one_of {
492 struct is_one_of<T, U, Ts...> {
494 std::is_same<T, U>::value || is_one_of<T, Ts...>::value;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DSTLExtras.h772 template <typename T, typename... Ts> struct is_one_of {
777 struct is_one_of<T, U, Ts...> {
779 std::is_same<T, U>::value || is_one_of<T, Ts...>::value;