HomeSort by relevance Sort by last modified time
    Searched defs:is_one_of (Results 1 - 18 of 18) sorted by null

  /frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
TypeTraits.h 98 struct HIDE is_one_of; member in namespace:android
105 struct HIDE is_one_of<T, T, Us...> : std::true_type {}; struct in namespace:android
111 struct HIDE is_one_of<T, U, Us...> : is_one_of<T, Us...> {}; struct in namespace:android
117 struct HIDE is_one_of<T> : std::false_type {}; struct in namespace:android
141 : std::integral_constant<bool, are_unique<Us...>::value && !is_one_of<T, Us...>::value> {};
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-myanmar.cc 153 is_one_of (const hb_glyph_info_t &info, unsigned int flags) function
163 return is_one_of (info, CONSONANT_FLAGS);
hb-ot-shape-complex-indic.cc 141 is_one_of (const hb_glyph_info_t &info, unsigned int flags) function
151 return is_one_of (info, JOINER_FLAGS);
157 return is_one_of (info, CONSONANT_FLAGS);
163 return is_one_of (info, HALANT_OR_COENG_FLAGS);
701 is_one_of (info[start ], FLAG (OT_Ra)) &&
702 is_one_of (info[start+1], FLAG (OT_H)) &&
703 is_one_of (info[start+2], FLAG (OT_ZWJ)))
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
STLExtras.h 487 template <typename T, typename... Ts> struct is_one_of { struct in namespace:llvm
492 struct is_one_of<T, U, Ts...> { struct in namespace:llvm
494 std::is_same<T, U>::value || is_one_of<T, Ts...>::value;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
STLExtras.h 699 template <typename T, typename... Ts> struct is_one_of { struct in namespace:llvm
704 struct is_one_of<T, U, Ts...> { struct in namespace:llvm
706 std::is_same<T, U>::value || is_one_of<T, Ts...>::value;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
STLExtras.h 699 template <typename T, typename... Ts> struct is_one_of { struct in namespace:llvm
704 struct is_one_of<T, U, Ts...> { struct in namespace:llvm
706 std::is_same<T, U>::value || is_one_of<T, Ts...>::value;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
STLExtras.h 699 template <typename T, typename... Ts> struct is_one_of { struct in namespace:llvm
704 struct is_one_of<T, U, Ts...> { struct in namespace:llvm
706 std::is_same<T, U>::value || is_one_of<T, Ts...>::value;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
STLExtras.h 701 template <typename T, typename... Ts> struct is_one_of { struct in namespace:llvm
706 struct is_one_of<T, U, Ts...> { struct in namespace:llvm
708 std::is_same<T, U>::value || is_one_of<T, Ts...>::value;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
STLExtras.h 701 template <typename T, typename... Ts> struct is_one_of { struct in namespace:llvm
706 struct is_one_of<T, U, Ts...> { struct in namespace:llvm
708 std::is_same<T, U>::value || is_one_of<T, Ts...>::value;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
STLExtras.h 701 template <typename T, typename... Ts> struct is_one_of { struct in namespace:llvm
706 struct is_one_of<T, U, Ts...> { struct in namespace:llvm
708 std::is_same<T, U>::value || is_one_of<T, Ts...>::value;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
STLExtras.h 701 template <typename T, typename... Ts> struct is_one_of { struct in namespace:llvm
706 struct is_one_of<T, U, Ts...> { struct in namespace:llvm
708 std::is_same<T, U>::value || is_one_of<T, Ts...>::value;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
STLExtras.h 699 template <typename T, typename... Ts> struct is_one_of { struct in namespace:llvm
704 struct is_one_of<T, U, Ts...> { struct in namespace:llvm
706 std::is_same<T, U>::value || is_one_of<T, Ts...>::value;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
STLExtras.h 699 template <typename T, typename... Ts> struct is_one_of { struct in namespace:llvm
704 struct is_one_of<T, U, Ts...> { struct in namespace:llvm
706 std::is_same<T, U>::value || is_one_of<T, Ts...>::value;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
STLExtras.h 699 template <typename T, typename... Ts> struct is_one_of { struct in namespace:llvm
704 struct is_one_of<T, U, Ts...> { struct in namespace:llvm
706 std::is_same<T, U>::value || is_one_of<T, Ts...>::value;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
STLExtras.h 701 template <typename T, typename... Ts> struct is_one_of { struct in namespace:llvm
706 struct is_one_of<T, U, Ts...> { struct in namespace:llvm
708 std::is_same<T, U>::value || is_one_of<T, Ts...>::value;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
STLExtras.h 701 template <typename T, typename... Ts> struct is_one_of { struct in namespace:llvm
706 struct is_one_of<T, U, Ts...> { struct in namespace:llvm
708 std::is_same<T, U>::value || is_one_of<T, Ts...>::value;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
STLExtras.h 701 template <typename T, typename... Ts> struct is_one_of { struct in namespace:llvm
706 struct is_one_of<T, U, Ts...> { struct in namespace:llvm
708 std::is_same<T, U>::value || is_one_of<T, Ts...>::value;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
STLExtras.h 701 template <typename T, typename... Ts> struct is_one_of { struct in namespace:llvm
706 struct is_one_of<T, U, Ts...> { struct in namespace:llvm
708 std::is_same<T, U>::value || is_one_of<T, Ts...>::value;
    [all...]

Completed in 1301 milliseconds