Home
last modified time | relevance | path

Searched refs:int32_value (Results 1 - 23 of 23) sorted by relevance

/third_party/protobuf/src/google/protobuf/
H A Dany_test.cc52 EXPECT_EQ(12345, submessage.int32_value()); in TEST()
83 EXPECT_EQ(12345, submessage.int32_value()); in TEST()
103 EXPECT_EQ(12345, submessage.int32_value()); in TEST()
144 EXPECT_EQ(12345, payload.int32_value()); in TEST()
161 EXPECT_EQ(12345, payload.int32_value()); in TEST()
H A Ddrop_unknown_fields_test.cc52 EXPECT_EQ(1, foo.int32_value()); in TEST()
58 EXPECT_EQ(1, foo_with_extra_fields.int32_value()); in TEST()
76 EXPECT_EQ(1, foo_with_extra_fields.int32_value()); in TEST()
H A Dextension_set.cc1667 HANDLE_TYPE(INT32, Int32, int32_value); in ByteSize()
1671 HANDLE_TYPE(SINT32, SInt32, int32_value); in ByteSize()
2032 HANDLE_TYPE(INT32, Int32, int32_value); in InternalSerializeFieldWithCachedSizesToArray()
2036 HANDLE_TYPE(SINT32, SInt32, int32_value); in InternalSerializeFieldWithCachedSizesToArray()
2040 HANDLE_TYPE(SFIXED32, SFixed32, int32_value); in InternalSerializeFieldWithCachedSizesToArray()
H A Dextension_set.h554 int32 int32_value; member
/third_party/protobuf/python/google/protobuf/internal/
H A Djson_format_test.py66 message.int32_value = 20
312 self.assertEqual(message.int32_value, 1)
361 self.assertEqual(message.int32_value, -2147483648)
363 self.assertEqual(message.int32_value, 100000)
365 self.assertEqual(message.int32_value, 1)
528 message.int32_value.value = 0
671 int32_value=20,
700 int32_value = wrappers_pb2.Int32Value()
701 int32_value.value = 1234
702 message.Pack(int32_value)
[all...]
/third_party/node/deps/v8/src/d8/
H A Dd8-test.cc53 receiver.object_value, should_fallback.bool_value, arg_i32.int32_value, in AddAllFastCallbackPatch()
88 receiver.object_value, should_fallback.bool_value, arg_i32.int32_value, in AddAllFastCallbackNoOptionsPatch()
174 ret.int32_value = AddAllSequenceFastCallback( in AddAllSequenceFastCallbackPatch()
318 ret.int32_value = AddAllTypedArrayFastCallback( in AddAllTypedArrayFastCallbackPatch()
416 ret.int32_value = Add32BitIntFastCallback( in Add32BitIntFastCallbackPatch()
417 receiver.object_value, should_fallback.bool_value, arg_i32.int32_value, in Add32BitIntFastCallbackPatch()
465 ret.int32_value = AddAll32BitIntFastCallback_8Args( in AddAll32BitIntFastCallback_8ArgsPatch()
466 receiver.object_value, should_fallback.bool_value, arg1_i32.int32_value, in AddAll32BitIntFastCallback_8ArgsPatch()
467 arg2_i32.int32_value, arg3_i32.int32_value, arg4_u3 in AddAll32BitIntFastCallback_8ArgsPatch()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
H A Ddbus_dict_helpers.h128 dbus_int32_t int32_value; member
H A Ddbus_dict_helpers.c897 dbus_message_iter_get_basic(iter, &entry->int32_value); in _wpa_dbus_dict_fill_value_from_variant()
899 __func__, entry->int32_value); in _wpa_dbus_dict_fill_value_from_variant()
H A Ddbus_new_handlers_p2p.c339 freq = entry.int32_value; in wpas_dbus_handler_p2p_group_add()
564 freq = entry.int32_value; in wpas_dbus_handler_p2p_connect()
569 go_intent = entry.int32_value; in wpas_dbus_handler_p2p_connect()
H A Ddbus_new_handlers.c257 entry.int32_value); in set_network_properties()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
H A Ddbus_dict_helpers.h128 dbus_int32_t int32_value; member
H A Ddbus_dict_helpers.c897 dbus_message_iter_get_basic(iter, &entry->int32_value); in _wpa_dbus_dict_fill_value_from_variant()
899 __func__, entry->int32_value); in _wpa_dbus_dict_fill_value_from_variant()
H A Ddbus_new_handlers_p2p.c376 freq = entry.int32_value; in wpas_dbus_handler_p2p_group_add()
612 freq = entry.int32_value; in wpas_dbus_handler_p2p_connect()
617 go_intent = entry.int32_value; in wpas_dbus_handler_p2p_connect()
H A Ddbus_new_handlers.c269 entry.int32_value); in set_network_properties()
412 entry.int32_value); in set_cred_properties()
/third_party/benchmark/src/
H A Dsysinfo.cc103 int32_t int32_value; member
130 if (size == sizeof(buff->int32_value)) in GetAsInteger()
131 return buff->int32_value; in GetAsInteger()
/third_party/protobuf/src/google/protobuf/util/
H A Djson_util_test.cc165 "\"int32_value\":0," in TEST_F()
260 EXPECT_EQ(1024, m.int32_value()); in TEST_F()
347 EXPECT_EQ(1024, generated.int32_value()); in TEST_F()
/third_party/node/deps/v8/src/deoptimizer/
H A Dtranslated-state.cc361 int32_t TranslatedValue::int32_value() const { in int32_value() function in v8::internal::TranslatedValue
413 bool is_smi = Smi::IsValid(int32_value()); in GetRawValue()
415 return Smi::FromInt(int32_value()); in GetRawValue()
533 number = int32_value(); in GetValue()
H A Dtranslated-state.h167 int32_t int32_value() const;
/third_party/node/deps/v8/include/
H A Dv8-fast-api-calls.h424 int32_t int32_value; member
/third_party/node/deps/v8/include/v8-include/
H A Dv8-fast-api-calls.h433 int32_t int32_value; member
/third_party/node/deps/v8/src/wasm/
H A Dwasm-js.cc1360 v8::Local<v8::Int32> int32_value; in ToI32() local
1361 if (!value->ToInt32(context).ToLocal(&int32_value)) return false; in ToI32()
1362 if (!int32_value->Int32Value(context).To(i32_value)) return false; in ToI32()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc10880 TNode<Int32T> int32_value) {
10884 TVARIABLE(Word32T, var_value, int32_value);
10885 GotoIf(Uint32LessThanOrEqual(int32_value, int32_255), &done);
10887 GotoIf(Int32LessThan(int32_value, int32_zero), &done);
H A Dcode-stub-assembler.h3432 TNode<Uint8T> Int32ToUint8Clamped(TNode<Int32T> int32_value);

Completed in 68 milliseconds