Home
last modified time | relevance | path

Searched refs:GetInt32 (Results 1 – 25 of 51) sorted by relevance

123

/external/protobuf/src/google/protobuf/
Dtest_util.h391 EXPECT_EQ(102, reflection->GetInt32(message, in ExpectOneofSetViaReflection()
502 EXPECT_EQ(101, reflection->GetInt32(message, F("optional_int32"))); in ExpectAllFieldsSetViaReflection1()
506 EXPECT_EQ(105, reflection->GetInt32(message, F("optional_sint32"))); in ExpectAllFieldsSetViaReflection1()
510 EXPECT_EQ(109, reflection->GetInt32(message, F("optional_sfixed32"))); in ExpectAllFieldsSetViaReflection1()
525 sub_message->GetReflection()->GetInt32(*sub_message, group_a_)); in ExpectAllFieldsSetViaReflection1()
528 sub_message->GetReflection()->GetInt32(*sub_message, nested_b_)); in ExpectAllFieldsSetViaReflection1()
531 sub_message->GetReflection()->GetInt32(*sub_message, foreign_c_)); in ExpectAllFieldsSetViaReflection1()
534 sub_message->GetReflection()->GetInt32(*sub_message, import_d_)); in ExpectAllFieldsSetViaReflection1()
538 sub_message->GetReflection()->GetInt32(*sub_message, import_e_)); in ExpectAllFieldsSetViaReflection1()
541 sub_message->GetReflection()->GetInt32(*sub_message, nested_b_)); in ExpectAllFieldsSetViaReflection1()
[all …]
Ddynamic_message.h187 int32_t first = reflection->GetInt32(*a, field_); in operator()
188 int32_t second = reflection->GetInt32(*b, field_); in operator()
Dmap_field_test.cc173 int key = message.GetReflection()->GetInt32(message, key_descriptor_); in TEST_P()
174 int value = message.GetReflection()->GetInt32(message, value_descriptor_); in TEST_P()
186 int key = message.GetReflection()->GetInt32(message, key_descriptor_); in TEST_P()
187 int value = message.GetReflection()->GetInt32(message, value_descriptor_); in TEST_P()
Dreflection_tester.cc902 int32_t key = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection()
904 int32_t val = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection()
1014 int32_t key = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection()
1016 int32_t val = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection()
1126 int32_t key = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection()
1128 int32_t val = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection()
1184 int32_t key = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection()
1212 int32_t key = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection()
1300 int32_t key = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection()
1328 int32_t key = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection()
[all …]
Ddynamic_message_unittest.cc195 EXPECT_EQ(0, reflection->GetInt32(*message, in TEST_P()
228 EXPECT_EQ(5, reflection->GetInt32(*message, in TEST_P()
Dgenerated_message_reflection_unittest.cc914 EXPECT_EQ(12, nested_reflection->GetInt32(*nested, nested_bb)); in TEST()
950 0, reflection->GetInt32(message, descriptor->FindFieldByName("foo_int"))); in TEST()
973 5, reflection->GetInt32(message, descriptor->FindFieldByName("bar_int"))); in TEST()
990 EXPECT_EQ(123, reflection->GetInt32(message, in TEST()
1269 reflection->GetInt32(message, in TEST()
1278 EXPECT_DEATH(reflection->GetInt32( in TEST()
1287 reflection->GetInt32( in TEST()
Dmap_test.inc1491 int32_t key_int32_int32 = message_int32_int32.GetReflection()->GetInt32(
1493 int32_t value_int32_int32 = message_int32_int32.GetReflection()->GetInt32(
1498 int32_t key_int32_double = message_int32_double.GetReflection()->GetInt32(
1516 message_int32_message.GetReflection()->GetInt32(
1528 int32_t key_int32_int32 = message_int32_int32.GetReflection()->GetInt32(
1530 int32_t value_int32_int32 = message_int32_int32.GetReflection()->GetInt32(
1535 int32_t key_int32_double = message_int32_double.GetReflection()->GetInt32(
1553 message_int32_message.GetReflection()->GetInt32(
1567 int32_t key_int32_int32 = message_int32_int32->GetReflection()->GetInt32(
1575 message_int32_double->GetReflection()->GetInt32(
[all …]
/external/cronet/third_party/protobuf/src/google/protobuf/
Dtest_util.h387 EXPECT_EQ(102, reflection->GetInt32(message, in ExpectOneofSetViaReflection()
493 EXPECT_EQ(101, reflection->GetInt32(message, F("optional_int32"))); in ExpectAllFieldsSetViaReflection1()
497 EXPECT_EQ(105, reflection->GetInt32(message, F("optional_sint32"))); in ExpectAllFieldsSetViaReflection1()
501 EXPECT_EQ(109, reflection->GetInt32(message, F("optional_sfixed32"))); in ExpectAllFieldsSetViaReflection1()
516 sub_message->GetReflection()->GetInt32(*sub_message, group_a_)); in ExpectAllFieldsSetViaReflection1()
519 sub_message->GetReflection()->GetInt32(*sub_message, nested_b_)); in ExpectAllFieldsSetViaReflection1()
522 sub_message->GetReflection()->GetInt32(*sub_message, foreign_c_)); in ExpectAllFieldsSetViaReflection1()
525 sub_message->GetReflection()->GetInt32(*sub_message, import_d_)); in ExpectAllFieldsSetViaReflection1()
529 sub_message->GetReflection()->GetInt32(*sub_message, import_e_)); in ExpectAllFieldsSetViaReflection1()
532 sub_message->GetReflection()->GetInt32(*sub_message, nested_b_)); in ExpectAllFieldsSetViaReflection1()
[all …]
Ddynamic_message.h187 int32_t first = reflection->GetInt32(*a, field_); in operator()
188 int32_t second = reflection->GetInt32(*b, field_); in operator()
Dmap_field_test.cc173 int key = message.GetReflection()->GetInt32(message, key_descriptor_); in TEST_P()
174 int value = message.GetReflection()->GetInt32(message, value_descriptor_); in TEST_P()
186 int key = message.GetReflection()->GetInt32(message, key_descriptor_); in TEST_P()
187 int value = message.GetReflection()->GetInt32(message, value_descriptor_); in TEST_P()
Dreflection_tester.cc902 int32_t key = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection()
904 int32_t val = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection()
1014 int32_t key = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection()
1016 int32_t val = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection()
1126 int32_t key = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection()
1128 int32_t val = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection()
1184 int32_t key = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection()
1212 int32_t key = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection()
1300 int32_t key = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection()
1328 int32_t key = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection()
[all …]
Ddynamic_message_unittest.cc195 EXPECT_EQ(0, reflection->GetInt32(*message, in TEST_P()
228 EXPECT_EQ(5, reflection->GetInt32(*message, in TEST_P()
Dgenerated_message_reflection_unittest.cc928 EXPECT_EQ(12, nested_reflection->GetInt32(*nested, nested_bb)); in TEST()
964 0, reflection->GetInt32(message, descriptor->FindFieldByName("foo_int"))); in TEST()
987 5, reflection->GetInt32(message, descriptor->FindFieldByName("bar_int"))); in TEST()
1004 EXPECT_EQ(123, reflection->GetInt32(message, in TEST()
1283 reflection->GetInt32(message, in TEST()
1292 EXPECT_DEATH(reflection->GetInt32( in TEST()
1301 reflection->GetInt32( in TEST()
Dmap_test.inc1305 int32_t key_int32_int32 = message_int32_int32.GetReflection()->GetInt32(
1307 int32_t value_int32_int32 = message_int32_int32.GetReflection()->GetInt32(
1312 int32_t key_int32_double = message_int32_double.GetReflection()->GetInt32(
1330 message_int32_message.GetReflection()->GetInt32(
1342 int32_t key_int32_int32 = message_int32_int32.GetReflection()->GetInt32(
1344 int32_t value_int32_int32 = message_int32_int32.GetReflection()->GetInt32(
1349 int32_t key_int32_double = message_int32_double.GetReflection()->GetInt32(
1367 message_int32_message.GetReflection()->GetInt32(
1381 int32_t key_int32_int32 = message_int32_int32->GetReflection()->GetInt32(
1389 message_int32_double->GetReflection()->GetInt32(
[all …]
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DRecognitionException.cs170 _index = info.GetInt32("Index"); in RecognitionException()
171 _c = info.GetInt32("C"); in RecognitionException()
172 _line = info.GetInt32("Line"); in RecognitionException()
173 _charPositionInLine = info.GetInt32("CharPositionInLine"); in RecognitionException()
DMismatchedRangeException.cs78 this._a = info.GetInt32("A"); in MismatchedRangeException()
79 this._b = info.GetInt32("B"); in MismatchedRangeException()
DNoViableAltException.cs89 this._decisionNumber = info.GetInt32("DecisionNumber"); in NoViableAltException()
90 this._stateNumber = info.GetInt32("StateNumber"); in NoViableAltException()
DEarlyExitException.cs75 this._decisionNumber = info.GetInt32("DecisionNumber"); in EarlyExitException()
DMismatchedTreeNodeException.cs75 this._expecting = info.GetInt32("Expecting"); in MismatchedTreeNodeException()
DMismatchedTokenException.cs94 this._expecting = info.GetInt32("Expecting"); in MismatchedTokenException()
/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
DStructInNestedNS.go44 return rcv._tab.GetInt32(rcv._tab.Pos + flatbuffers.UOffsetT(0))
51 return rcv._tab.GetInt32(rcv._tab.Pos + flatbuffers.UOffsetT(4))
DTableInNestedNS.go61 return rcv._tab.GetInt32(o + rcv._tab.Pos)
/external/flatbuffers/go/
Dencode.go84 func GetInt32(buf []byte) (n int32) { func
126 return SOffsetT(GetInt32(buf))
Dtable.go108 func (t *Table) GetInt32(off UOffsetT) int32 { func
109 return GetInt32(t.Bytes[off:])
223 return t.GetInt32(t.Pos + UOffsetT(off))
/external/pdfium/core/fpdfapi/font/
Dcfx_cttgsubtable.h149 int32_t GetInt32(FT_Bytes& p) const;

123