Searched refs:underlying_type (Results 1 – 25 of 127) sorted by relevance
123456
49 static_cast<std::underlying_type<DiffStatus>::type>(f) |50 static_cast<std::underlying_type<DiffStatus>::type>(s));55 static_cast<std::underlying_type<DiffStatus>::type>(f) &56 static_cast<std::underlying_type<DiffStatus>::type>(s));
59 static_cast<std::underlying_type<CompatibilityStatusIR>::type>(f) |60 static_cast<std::underlying_type<CompatibilityStatusIR>::type>(s));66 static_cast<std::underlying_type<CompatibilityStatusIR>::type>(f) &67 static_cast<std::underlying_type<CompatibilityStatusIR>::type>(s));486 void SetUnderlyingType(std::string &&underlying_type) { in SetUnderlyingType() argument487 underlying_type_ = std::move(underlying_type); in SetUnderlyingType()490 void SetUnderlyingType(const std::string &underlying_type) { in SetUnderlyingType() argument491 underlying_type_ = underlying_type; in SetUnderlyingType()
209 underlying_type: "type-9"233 underlying_type: "type-9"
477 underlying_type: "type-9"497 underlying_type: "type-9"521 underlying_type: "type-9"
149 optional string underlying_type = 2; field
111 "underlying_type" : "type-6",
170 underlying_type: "unsigned int"
201 underlying_type: "type-6"
201 underlying_type: "type-2"
201 underlying_type: "type-9"
193 enum_type_ir.SetUnderlyingType(enum_type_protobuf.underlying_type()); in EnumTypeProtobufToIR()