Lines Matching defs:C2HandleIon
67 struct C2HandleIon : public C2Handle { struct
69 C2HandleIon(int bufferFd, size_t size) in C2HandleIon() function
76 int bufferFd() const { return mFds.mBuffer; } in bufferFd()
77 size_t size() const { in size()
83 struct {
85 } mFds;
86 struct {
90 } mInts;
93 typedef C2HandleIon _type;
94 enum {
101 const static C2Handle cHeader;