HomeSort by relevance Sort by last modified time
    Searched refs:TypeB (Results 1 - 3 of 3) sorted by null

  /external/libnfc-nxp/inc/
phNfcHalTypes.h 934 unsigned int TypeB:1;
    [all...]
  /external/chromium/base/
tuple.h 97 typedef B TypeB;
113 typedef B TypeB;
132 typedef B TypeB;
154 typedef B TypeB;
179 typedef B TypeB;
207 typedef B TypeB;
239 typedef B TypeB;
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
IterablesTest.java 288 private interface TypeB {}
289 private static class HasBoth extends TypeA implements TypeB {}
296 Iterable<TypeB> blist = Iterables.filter(alist, TypeB.class);
    [all...]

Completed in 74 milliseconds