Searched refs:real_value (Results 1 – 6 of 6) sorted by relevance
39 base::BinaryValue* real_value; in MessageInfoToCastMessage() local50 real_value = static_cast<base::BinaryValue*>(message.data.get()); in MessageInfoToCastMessage()51 if (real_value->GetBuffer()) { in MessageInfoToCastMessage()53 message_proto->set_payload_binary(real_value->GetBuffer(), in MessageInfoToCastMessage()54 real_value->GetSize()); in MessageInfoToCastMessage()
10 %"struct real_value" = type { i32, [5 x i32] }12 %"union u" = type { %"struct real_value" }
50 %struct.real_value = type opaque80 %struct.tree_real_cst = type { %struct.tree_common, %struct.real_value* }
42 %struct.real_value = type opaque68 %struct.tree_real_cst = type { %struct.tree_common, %struct.real_value* }
75 string real_value(buffer, len); in CheckExtendedAttributeValue() local77 EXPECT_EQ(expected_value, real_value); in CheckExtendedAttributeValue()
1715 VerifyCommandOptionValue (const std::string &option, int &real_value) in VerifyCommandOptionValue() argument1723 real_value = 1; in VerifyCommandOptionValue()1725 real_value = 0; in VerifyCommandOptionValue()1729 real_value = Args::StringToUInt32 (option.c_str(), 3); in VerifyCommandOptionValue()1730 if (real_value != 0 && real_value != 1) in VerifyCommandOptionValue()