Home | History | Annotate | Download | only in vintf

Lines Matching defs:arch

21 #include "Arch.h"
29 Arch arch = Arch::ARCH_EMPTY;
32 return transport == other.transport && arch == other.arch;
37 return arch < other.arch;
47 // <transport arch="32">passthrough</transport>
48 // <transport arch="64">passthrough</transport>
49 // <transport arch="32+64">passthrough</transport>