Searched defs:TypeAttrId (Results 1 – 1 of 1) sorted by relevance
62 struct TypeAttrId { struct63 static constexpr int kSingleType = -1;65 explicit TypeAttrId(const string& _attr_name, int _type_index = kSingleType) in TypeAttrId() function70 explicit TypeAttrId(DataType _fixed_type) in TypeAttrId() argument73 bool operator==(const TypeAttrId& other) const { in operator ==()78 bool operator<(const TypeAttrId& other) const { in operator <()88 string DebugString() const { in DebugString()100 string attr_name;103 int type_index;104 DataType fixed_type;