Home
last modified time | relevance | path

Searched defs:uint32_value (Results 1 – 13 of 13) sorted by relevance

/third_party/protobuf/php/tests/proto/
Dtest_wrapper_type_setters.proto13 google.protobuf.UInt32Value uint32_value = 6; field
/third_party/protobuf/src/google/protobuf/util/internal/testdata/
Ddefault_value_test.proto42 uint32 uint32_value = 11; field
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
Ddbus_dict_helpers.h129 dbus_uint32_t uint32_value; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
Ddbus_dict_helpers.h129 dbus_uint32_t uint32_value; member
/third_party/protobuf/src/google/protobuf/util/
Djson_format_proto3.proto59 uint32 uint32_value = 4; field
124 google.protobuf.UInt32Value uint32_value = 4; field
/third_party/node/deps/v8/src/numbers/
Dconversions-inl.h164 bool DoubleToUint32IfEqualToSelf(double value, uint32_t* uint32_value) { in DoubleToUint32IfEqualToSelf()
/third_party/protobuf/java/util/src/test/proto/com/google/protobuf/util/
Djson_test.proto150 google.protobuf.UInt32Value uint32_value = 2; field
/third_party/node/deps/v8/include/
Dv8-fast-api-calls.h425 uint32_t uint32_value; member
/third_party/benchmark/src/
Dsysinfo.cc94 uint32_t uint32_value; member
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-typedarray-object.c133 uint32_t uint32_value = 0; in ecma_typedarray_setter_number_to_uint32() local
/third_party/protobuf/src/google/protobuf/
Dextension_set.h556 uint32 uint32_value; member
/third_party/node/deps/v8/src/deoptimizer/
Dtranslated-state.cc371 uint32_t TranslatedValue::uint32_value() const { in uint32_value() function in v8::internal::TranslatedValue
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc7794 const TNode<Int32T> uint32_value = SmiToInt32(CAST(number)); in ToUint32() local