/external/protobuf/src/google/protobuf/ |
D | test_util.h | 391 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 …]
|
D | dynamic_message.h | 187 int32_t first = reflection->GetInt32(*a, field_); in operator() 188 int32_t second = reflection->GetInt32(*b, field_); in operator()
|
D | map_field_test.cc | 173 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()
|
D | reflection_tester.cc | 902 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 …]
|
D | dynamic_message_unittest.cc | 195 EXPECT_EQ(0, reflection->GetInt32(*message, in TEST_P() 228 EXPECT_EQ(5, reflection->GetInt32(*message, in TEST_P()
|
D | generated_message_reflection_unittest.cc | 914 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()
|
D | map_test.inc | 1491 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/ |
D | test_util.h | 387 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 …]
|
D | dynamic_message.h | 187 int32_t first = reflection->GetInt32(*a, field_); in operator() 188 int32_t second = reflection->GetInt32(*b, field_); in operator()
|
D | map_field_test.cc | 173 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()
|
D | reflection_tester.cc | 902 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 …]
|
D | dynamic_message_unittest.cc | 195 EXPECT_EQ(0, reflection->GetInt32(*message, in TEST_P() 228 EXPECT_EQ(5, reflection->GetInt32(*message, in TEST_P()
|
D | generated_message_reflection_unittest.cc | 928 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()
|
D | map_test.inc | 1305 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/ |
D | RecognitionException.cs | 170 _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()
|
D | MismatchedRangeException.cs | 78 this._a = info.GetInt32("A"); in MismatchedRangeException() 79 this._b = info.GetInt32("B"); in MismatchedRangeException()
|
D | NoViableAltException.cs | 89 this._decisionNumber = info.GetInt32("DecisionNumber"); in NoViableAltException() 90 this._stateNumber = info.GetInt32("StateNumber"); in NoViableAltException()
|
D | EarlyExitException.cs | 75 this._decisionNumber = info.GetInt32("DecisionNumber"); in EarlyExitException()
|
D | MismatchedTreeNodeException.cs | 75 this._expecting = info.GetInt32("Expecting"); in MismatchedTreeNodeException()
|
D | MismatchedTokenException.cs | 94 this._expecting = info.GetInt32("Expecting"); in MismatchedTokenException()
|
/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/ |
D | StructInNestedNS.go | 44 return rcv._tab.GetInt32(rcv._tab.Pos + flatbuffers.UOffsetT(0)) 51 return rcv._tab.GetInt32(rcv._tab.Pos + flatbuffers.UOffsetT(4))
|
D | TableInNestedNS.go | 61 return rcv._tab.GetInt32(o + rcv._tab.Pos)
|
/external/flatbuffers/go/ |
D | encode.go | 84 func GetInt32(buf []byte) (n int32) { func 126 return SOffsetT(GetInt32(buf))
|
D | table.go | 108 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/ |
D | cfx_cttgsubtable.h | 149 int32_t GetInt32(FT_Bytes& p) const;
|