Lines Matching defs:uint_val
1312 StructuredData::UnsignedInteger *uint_val =
1314 if (uint_val) {
1316 uint32_t value = uint_val->GetValue();
1492 StructuredData::UnsignedInteger *uint_val
1494 if (!uint_val) {
1500 uint64_t val_type = uint_val->GetValue();
1518 StructuredData::UnsignedInteger *uint_val = obj_sp->GetAsUnsignedInteger();
1519 if (!uint_val) {
1526 uint64_t completion_type = uint_val->GetValue();
1932 StructuredData::UnsignedInteger *uint_val
1934 if (!uint_val) {
1938 uint64_t arg_type_int = uint_val->GetValue();