Searched refs:underlying_type (Results 1 – 25 of 129) sorted by relevance
123456
45 "underlying_type" : "_ZTIc"62 "underlying_type" : "_ZTIc"79 "underlying_type" : "_ZTIj"100 "underlying_type" : "_ZTIj"121 "underlying_type" : "_ZTIj"
45 "underlying_type" : "_ZTIc"62 "underlying_type" : "_ZTIc"83 "underlying_type" : "_ZTIj"
111 "underlying_type" : "_ZTIj"
170 underlying_type: "unsigned int"
46 static_cast<std::underlying_type<DiffStatus>::type>(f) |47 static_cast<std::underlying_type<DiffStatus>::type>(s));52 static_cast<std::underlying_type<DiffStatus>::type>(f) &53 static_cast<std::underlying_type<DiffStatus>::type>(s));
56 static_cast<std::underlying_type<CompatibilityStatusIR>::type>(f) |57 static_cast<std::underlying_type<CompatibilityStatusIR>::type>(s));63 static_cast<std::underlying_type<CompatibilityStatusIR>::type>(f) &64 static_cast<std::underlying_type<CompatibilityStatusIR>::type>(s));468 void SetUnderlyingType(std::string &&underlying_type) { in SetUnderlyingType() argument469 underlying_type_ = std::move(underlying_type); in SetUnderlyingType()472 void SetUnderlyingType(const std::string &underlying_type) { in SetUnderlyingType() argument473 underlying_type_ = underlying_type; in SetUnderlyingType()
438 underlying_type: "_ZTIj"459 underlying_type: "_ZTIj"480 underlying_type: "_ZTIj"501 underlying_type: "_ZTIj"522 underlying_type: "_ZTIj"
191 underlying_type: "_ZTIj"212 underlying_type: "_ZTIj"
144 optional string underlying_type = 2; field
192 underlying_type: "_ZTIi"
192 underlying_type: "_ZTIj"
192 enum_type_ir.SetUnderlyingType(enum_type_protobuf.underlying_type()); in EnumTypeProtobufToIR()