/third_party/protobuf/src/google/protobuf/ |
H A D | any_test.cc | 52 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 D | drop_unknown_fields_test.cc | 52 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 D | extension_set.cc | 1667 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 D | extension_set.h | 554 int32 int32_value; member
|
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | json_format_test.py | 66 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 D | d8-test.cc | 53 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 D | dbus_dict_helpers.h | 128 dbus_int32_t int32_value; member
|
H A D | dbus_dict_helpers.c | 897 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 D | dbus_new_handlers_p2p.c | 339 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 D | dbus_new_handlers.c | 257 entry.int32_value); in set_network_properties()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/ |
H A D | dbus_dict_helpers.h | 128 dbus_int32_t int32_value; member
|
H A D | dbus_dict_helpers.c | 897 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 D | dbus_new_handlers_p2p.c | 376 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 D | dbus_new_handlers.c | 269 entry.int32_value); in set_network_properties() 412 entry.int32_value); in set_cred_properties()
|
/third_party/benchmark/src/ |
H A D | sysinfo.cc | 103 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 D | json_util_test.cc | 165 "\"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 D | translated-state.cc | 361 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 D | translated-state.h | 167 int32_t int32_value() const;
|
/third_party/node/deps/v8/include/ |
H A D | v8-fast-api-calls.h | 424 int32_t int32_value; member
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-fast-api-calls.h | 433 int32_t int32_value; member
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-js.cc | 1360 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 D | code-stub-assembler.cc | 10880 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 D | code-stub-assembler.h | 3432 TNode<Uint8T> Int32ToUint8Clamped(TNode<Int32T> int32_value);
|