Home
last modified time | relevance | path

Searched refs:int32_value (Results 1 – 25 of 26) sorted by relevance

12

/external/protobuf/src/google/protobuf/
Dany_test.cc53 EXPECT_EQ(12345, submessage.int32_value()); in TEST()
84 EXPECT_EQ(12345, submessage.int32_value()); in TEST()
104 EXPECT_EQ(12345, submessage.int32_value()); in TEST()
145 EXPECT_EQ(12345, payload.int32_value()); in TEST()
162 EXPECT_EQ(12345, payload.int32_value()); in TEST()
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()
Dunittest_drop_unknown_fields.proto44 int32 int32_value = 1; field
55 int32 int32_value = 1; field
Dany_test.proto38 int32 int32_value = 1; field
Dextension_set_heavy.cc608 HANDLE_TYPE(INT32, Int32, int32_value); in InternalSerializeFieldWithCachedSizesToArray()
612 HANDLE_TYPE(SINT32, SInt32, int32_value); in InternalSerializeFieldWithCachedSizesToArray()
616 HANDLE_TYPE(SFIXED32, SFixed32, int32_value); in InternalSerializeFieldWithCachedSizesToArray()
Dextension_set.cc1635 HANDLE_TYPE(INT32, Int32, int32_value); in SerializeFieldWithCachedSizes()
1639 HANDLE_TYPE(SINT32, SInt32, int32_value); in SerializeFieldWithCachedSizes()
1643 HANDLE_TYPE(SFIXED32, SFixed32, int32_value); in SerializeFieldWithCachedSizes()
1766 HANDLE_TYPE(INT32, Int32, int32_value); in ByteSize()
1770 HANDLE_TYPE(SINT32, SInt32, int32_value); in ByteSize()
Dextension_set.h556 int32 int32_value; member
/external/protobuf/python/google/protobuf/internal/
Djson_format_test.py64 message.int32_value = 20
309 self.assertEqual(message.int32_value, 1)
344 self.assertEqual(message.int32_value, -2147483648)
346 self.assertEqual(message.int32_value, 100000)
348 self.assertEqual(message.int32_value, 1)
511 message.int32_value.value = 0
654 int32_value=20,
683 int32_value = wrappers_pb2.Int32Value()
684 int32_value.value = 1234
685 message.Pack(int32_value)
[all …]
/external/tensorflow/tensorflow/python/kernel_tests/proto/
Dproto_op_test_base.py98 field.value.int32_value.append(5)
103 field.value.int32_value.append(10)
108 field.value.int32_value.append(12)
161 value.int32_value.append(-2147483648)
162 value.int32_value.append(2147483647)
224 field.value.int32_value.append(-2147483648)
225 field.value.int32_value.append(2147483647)
230 field.value.int32_value.append(-2147483648)
231 field.value.int32_value.append(2147483647)
236 field.value.int32_value.append(-2147483648)
[all …]
Dtest_example.proto44 repeated int32 int32_value = 5; field
91 repeated int32 int32_value = 5 [packed = true]; field
129 optional int32 int32_value = 5; field
/external/libchrome/dbus/
Dmessage_unittest.cc67 int32_t int32_value = 0; in TEST() local
86 ASSERT_TRUE(reader.PopInt32(&int32_value)); in TEST()
107 EXPECT_EQ(4, int32_value); in TEST()
173 int32_t int32_value = 0; in TEST() local
192 ASSERT_TRUE(reader.PopVariantOfInt32(&int32_value)); in TEST()
213 EXPECT_EQ(4, int32_value); in TEST()
511 int32_t int32_value = 0; in TEST() local
512 ASSERT_TRUE(struct_reader.PopInt32(&int32_value)); in TEST()
513 EXPECT_EQ(123, int32_value); in TEST()
/external/python/apitools/apitools/base/protorpclite/
Dtest_util.py295 int32_value = messages.IntegerField(5, variant=messages.Variant.INT32) variable in OptionalMessage
322 int32_value = messages.IntegerField(5, variable in RepeatedMessage
466 message.int32_value = 1020
479 message.int32_value = 1020
494 message.int32_value = [1020, 718]
/external/libbrillo/brillo/dbus/
Ddata_serialization_test.cc197 int32_t int32_value = 0; in TEST() local
211 EXPECT_TRUE(PopValueFromReader(&reader, &int32_value)); in TEST()
225 EXPECT_EQ(4, int32_value); in TEST()
286 int32_t int32_value = 0; in TEST() local
302 EXPECT_TRUE(PopVariantValueFromReader(&reader, &int32_value)); in TEST()
318 EXPECT_EQ(14, int32_value); in TEST()
351 Any int32_value; in TEST() local
365 EXPECT_TRUE(PopValueFromReader(&reader, &int32_value)); in TEST()
379 EXPECT_EQ(14, int32_value.Get<int32_t>()); in TEST()
/external/protobuf/php/tests/proto/
Dtest_wrapper_type_setters.proto12 google.protobuf.Int32Value int32_value = 5; field
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_dict_helpers.h128 dbus_int32_t int32_value; member
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()
Ddbus_new_handlers_p2p.c376 freq = entry.int32_value; in wpas_dbus_handler_p2p_group_add()
611 freq = entry.int32_value; in wpas_dbus_handler_p2p_connect()
616 go_intent = entry.int32_value; in wpas_dbus_handler_p2p_connect()
Ddbus_new_handlers.c265 entry.int32_value); in set_network_properties()
/external/protobuf/src/google/protobuf/util/
Djson_format_proto3.proto57 int32 int32_value = 2; field
118 google.protobuf.Int32Value int32_value = 2; field
Djson_util_test.cc260 EXPECT_EQ(1024, m.int32_value()); in TEST_F()
347 EXPECT_EQ(1024, generated.int32_value()); in TEST_F()
/external/protobuf/src/google/protobuf/util/internal/testdata/
Ddefault_value_test.proto41 int32 int32_value = 9; field
/external/protobuf/java/util/src/test/proto/com/google/protobuf/util/
Djson_test.proto149 google.protobuf.Int32Value int32_value = 1; field
/external/gemmlowp/fixedpoint/
Dfixedpoint.h699 std::int32_t int32_value) {
703 RoundingDivideByPOT<std::int32_t>(int32_value, 32 - ScalarTypeBits));
/external/protobuf/php/ext/google/protobuf/
Dmessage.c2138 Int32Value, int32_value)
2149 PHP_PROTO_FIELD_ACCESSORS(Int32Value, int32_value, Value, "value")
/external/libabigail/tests/data/test-read-dwarf/
Dtest20-pr19025-libvtkParallelCore-6.1.so.abi616 <enumerator name='int32_value' value='0'/>

12