Home | History | Annotate | Download | only in src

Lines Matching refs:descriptor

65         : descriptor(_descriptor_type)
80 void setDescriptorType(int dtype) { descriptor = dtype; }
81 int getDescriptorType() const { return descriptor; }
101 // returns the descriptor size in bytes
104 switch (descriptor)
112 // We use the full length binary descriptor -> 486 bits
120 // We use the random bit selection length binary descriptor
129 // returns the descriptor type
132 switch (descriptor)
150 switch (descriptor)
185 options.descriptor = descriptor;
220 fs << "descriptor" << descriptor;
231 descriptor = (int)fn["descriptor"];
240 int descriptor;