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

  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Nd.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
NetLib.h 157 UINT32 Fourth; // 4th filed of the head, it depends on Type.
175 UINT32 Fourth;
181 UINT32 Fourth;
    [all...]
  /external/guava/guava-tests/test/com/google/common/reflect/
TypeTokenTest.java 569 private abstract static class Fourth<T, D> extends Third<D, T> {}
571 private static class ConcreteIS extends Fourth<Integer, String> {}
573 private static class ConcreteSI extends Fourth<String, Integer> {}
738 new TypeToken<Fourth<Integer, String>>() {}));
740 new TypeToken<Fourth<String, Integer>>() {}));
    [all...]

Completed in 157 milliseconds