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

  /frameworks/native/services/sensorservice/
traits.h 43 template <typename TList, typename T> struct IndexOf;
46 struct IndexOf<NullType, T> {
51 struct IndexOf<TypeList<T, Tail>, T> {
56 struct IndexOf<TypeList<Head, Tail>, T> {
58 enum { temp = IndexOf<Tail, T>::value };
104 enum { isStdUnsignedInt = TL::IndexOf<UnsignedInts, T>::value >= 0 };
105 enum { isStdSignedInt = TL::IndexOf<SignedInts, T>::value >= 0 };
106 enum { isStdIntegral = TL::IndexOf<OtherInts, T>::value >= 0 || isStdUnsignedInt || isStdSignedInt };
107 enum { isStdFloat = TL::IndexOf<Floats, T>::value >= 0 };
  /ndk/sources/android/crazy_linker/src/
crazy_linker_util.h 171 int index = IndexOf(item);
180 int IndexOf(T item) const;
182 bool Has(T item) const { return IndexOf(item) >= 0; }
197 int Vector<T>::IndexOf(T item) const {
283 int idx = items_.IndexOf(item);
293 int idx = items_.IndexOf(item);
  /external/v8/src/
serialize.cc 431 int index = IndexOf(key);
439 int index = IndexOf(key);
445 int ExternalReferenceEncoder::IndexOf(Address key) const {
    [all...]
  /art/runtime/
debugger.cc     [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 346 milliseconds