Searched defs:uint32_value (Results 1 - 7 of 7) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_dict_helpers.h129 dbus_uint32_t uint32_value; member in union:wpa_dbus_dict_entry::__anon31775
/external/libbrillo/brillo/dbus/
H A Ddata_serialization_unittest.cc195 uint32_t uint32_value = 0; local
209 EXPECT_TRUE(PopValueFromReader(&reader, &uint32_value));
223 EXPECT_EQ(5U, uint32_value);
291 uint32_t uint32_value = 0; local
307 EXPECT_TRUE(PopVariantValueFromReader(&reader, &uint32_value));
323 EXPECT_EQ(15U, uint32_value);
356 Any uint32_value; local
370 EXPECT_TRUE(PopValueFromReader(&reader, &uint32_value));
384 EXPECT_EQ(15U, uint32_value.Get<uint32_t>());
/external/v8/src/
H A Dconversions-inl.h125 bool DoubleToUint32IfEqualToSelf(double value, uint32_t* uint32_value) { argument
149 *uint32_value = result & kBottomBitMask;
H A Ddeoptimizer.cc2887 uint32_t TranslatedValue::uint32_value() const { function in class:v8::TranslatedValue
2937 bool is_smi = (uint32_value() <= static_cast<uintptr_t>(Smi::kMaxValue));
2939 return Smi::FromInt(static_cast<int32_t>(uint32_value()));
2945 if (uint32_value() == 0) {
2948 CHECK_EQ(1U, uint32_value());
3012 value_ = Handle<Object>(isolate()->factory()->NewNumber(uint32_value()));
/external/google-benchmark/src/
H A Dsysinfo.cc80 uint32_t uint32_value; member in union:benchmark::__anon7364::ValueUnion::DataT
107 if (Size == sizeof(Buff->uint32_value))
108 return static_cast<int32_t>(Buff->uint32_value);
115 if (Size == sizeof(Buff->uint32_value))
116 return Buff->uint32_value;
/external/libcxx/utils/google-benchmark/src/
H A Dsysinfo.cc80 uint32_t uint32_value; member in union:benchmark::__anon11191::ValueUnion::DataT
107 if (Size == sizeof(Buff->uint32_value))
108 return static_cast<int32_t>(Buff->uint32_value);
115 if (Size == sizeof(Buff->uint32_value))
116 return Buff->uint32_value;
/external/protobuf/src/google/protobuf/
H A Dextension_set.h468 uint32 uint32_value; member in union:google::protobuf::internal::ExtensionSet::Extension::__anon19019

Completed in 318 milliseconds