Home
last modified time | relevance | path

Searched refs:u_ (Results 1 – 1 of 1) sorted by relevance

/art/dexlayout/
Ddex_ir.h771 void SetBoolean(bool z) { u_.bool_val_ = z; } in SetBoolean()
772 void SetByte(int8_t b) { u_.byte_val_ = b; } in SetByte()
773 void SetShort(int16_t s) { u_.short_val_ = s; } in SetShort()
774 void SetChar(uint16_t c) { u_.char_val_ = c; } in SetChar()
775 void SetInt(int32_t i) { u_.int_val_ = i; } in SetInt()
776 void SetLong(int64_t l) { u_.long_val_ = l; } in SetLong()
777 void SetFloat(float f) { u_.float_val_ = f; } in SetFloat()
778 void SetDouble(double d) { u_.double_val_ = d; } in SetDouble()
779 void SetStringId(StringId* string_id) { u_.string_val_ = string_id; } in SetStringId()
780 void SetTypeId(TypeId* type_id) { u_.type_val_ = type_id; } in SetTypeId()
[all …]