HomeSort by relevance Sort by last modified time
    Searched defs:IndexOf (Results 1 - 3 of 3) 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 };
  /external/chromium/chrome/browser/history/
top_sites.cc 274 static int IndexOf(const MostVisitedURLList& urls, const GURL& url) {
647 IndexOf(*urls, prepopulate_urls[i].url) == -1) {
702 int cur_index = IndexOf(urls_copy, url);
    [all...]
  /external/v8/src/
serialize.cc 528 int index = IndexOf(key);
536 int index = IndexOf(key);
542 int ExternalReferenceEncoder::IndexOf(Address key) const {
    [all...]

Completed in 200 milliseconds