Lines Matching refs:CompSpecMsg
20 from vts.proto import ComponentSpecificationMessage_pb2 as CompSpecMsg unknown
82 if curr_value.type == CompSpecMsg.TYPE_SCALAR:
84 elif curr_value.type == CompSpecMsg.TYPE_STRUCT:
103 if curr_value.type == CompSpecMsg.TYPE_SCALAR:
105 elif curr_value.type == CompSpecMsg.TYPE_STRUCT:
124 if attr.type == CompSpecMsg.TYPE_ENUM:
126 elif attr.type == CompSpecMsg.TYPE_SCALAR:
128 elif attr.type == CompSpecMsg.TYPE_STRING:
130 elif attr.type == CompSpecMsg.TYPE_VECTOR:
132 elif attr.type == CompSpecMsg.TYPE_STRUCT:
134 elif attr.type == CompSpecMsg.TYPE_Array:
164 if var.type == CompSpecMsg.TYPE_PREDEFINED:
166 elif var.type == CompSpecMsg.TYPE_SCALAR:
168 elif var.type == CompSpecMsg.TYPE_VECTOR:
170 elif var.type == CompSpecMsg.TYPE_STRUCT:
172 elif var.type == CompSpecMsg.TYPE_ENUM:
174 elif var.type == CompSpecMsg.TYPE_STRING:
176 elif var.type == CompSpecMsg.TYPE_MASK: