/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/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | RecognitionException.cs | 224 _index = info.GetInt32("Index"); in RecognitionException() 225 _c = info.GetInt32("C"); in RecognitionException() 226 _line = info.GetInt32("Line"); in RecognitionException() 227 _charPositionInLine = info.GetInt32("CharPositionInLine"); in RecognitionException()
|
D | MismatchedRangeException.cs | 87 this._a = info.GetInt32("A"); in MismatchedRangeException() 88 this._b = info.GetInt32("B"); in MismatchedRangeException()
|
D | NoViableAltException.cs | 114 this._decisionNumber = info.GetInt32("DecisionNumber"); in NoViableAltException() 115 this._stateNumber = info.GetInt32("StateNumber"); in NoViableAltException()
|
D | EarlyExitException.cs | 84 this._decisionNumber = info.GetInt32("DecisionNumber"); in EarlyExitException()
|
D | MismatchedTreeNodeException.cs | 84 this._expecting = info.GetInt32("Expecting"); in MismatchedTreeNodeException()
|
D | MismatchedTokenException.cs | 101 this._expecting = info.GetInt32("Expecting"); in MismatchedTokenException()
|
/external/flatbuffers/go/ |
D | encode.go | 84 func GetInt32(buf []byte) (n int32) { func 121 return UOffsetT(GetInt32(buf)) 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/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/ |
D | StructInNestedNS.go | 23 return rcv._tab.GetInt32(rcv._tab.Pos + flatbuffers.UOffsetT(0)) 30 return rcv._tab.GetInt32(rcv._tab.Pos + flatbuffers.UOffsetT(4))
|
D | TableInNestedNS.go | 32 return rcv._tab.GetInt32(o + rcv._tab.Pos)
|
/external/protobuf/src/google/protobuf/ |
D | map_test_util.cc | 1001 int32 key = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection() 1003 int32 val = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection() 1075 int32 key = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection() 1077 int32 val = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection() 1147 int32 key = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection() 1149 int32 val = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection() 1183 int32 key = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection() 1201 int32 key = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection() 1255 int32 key = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection() 1273 int32 key = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection() [all …]
|
D | map_test.cc | 1016 int32 key_int32_int32 = message_int32_int32.GetReflection()->GetInt32( in TEST_F() 1018 int32 value_int32_int32 = message_int32_int32.GetReflection()->GetInt32( in TEST_F() 1023 int32 key_int32_double = message_int32_double.GetReflection()->GetInt32( in TEST_F() 1040 int32 key_int32_message = message_int32_message.GetReflection()->GetInt32( in TEST_F() 1053 int32 key_int32_int32 = message_int32_int32.GetReflection()->GetInt32( in TEST_F() 1055 int32 value_int32_int32 = message_int32_int32.GetReflection()->GetInt32( in TEST_F() 1060 int32 key_int32_double = message_int32_double.GetReflection()->GetInt32( in TEST_F() 1077 int32 key_int32_message = message_int32_message.GetReflection()->GetInt32( in TEST_F() 1092 int32 key_int32_int32 = message_int32_int32->GetReflection()->GetInt32( in TEST_F() 1099 int32 key_int32_double = message_int32_double->GetReflection()->GetInt32( in TEST_F() [all …]
|
D | map_field_test.cc | 148 int key = message.GetReflection()->GetInt32(message, key_descriptor_); in TEST_F() 149 int value = message.GetReflection()->GetInt32(message, value_descriptor_); in TEST_F() 161 int key = message.GetReflection()->GetInt32(message, key_descriptor_); in TEST_F() 162 int value = message.GetReflection()->GetInt32(message, value_descriptor_); in TEST_F()
|
D | generated_message_reflection_unittest.cc | 588 EXPECT_EQ(12, nested_reflection->GetInt32(*nested, nested_bb)); in TEST() 622 EXPECT_EQ(0, reflection->GetInt32( in TEST() 643 EXPECT_EQ(5, reflection->GetInt32( in TEST() 659 EXPECT_EQ(123, reflection->GetInt32( in TEST() 810 reflection->GetInt32( in TEST() 820 reflection->GetInt32( in TEST() 828 reflection->GetInt32( in TEST()
|
D | test_util.cc | 2577 EXPECT_EQ(102, reflection->GetInt32( in ExpectOneofSetViaReflection() 2680 EXPECT_EQ(101 , reflection->GetInt32 (message, F("optional_int32" ))); in ExpectAllFieldsSetViaReflection1() 2684 EXPECT_EQ(105 , reflection->GetInt32 (message, F("optional_sint32" ))); in ExpectAllFieldsSetViaReflection1() 2688 EXPECT_EQ(109 , reflection->GetInt32 (message, F("optional_sfixed32"))); in ExpectAllFieldsSetViaReflection1() 2700 EXPECT_EQ(117, sub_message->GetReflection()->GetInt32(*sub_message, group_a_)); in ExpectAllFieldsSetViaReflection1() 2702 EXPECT_EQ(118, sub_message->GetReflection()->GetInt32(*sub_message, nested_b_)); in ExpectAllFieldsSetViaReflection1() 2704 EXPECT_EQ(119, sub_message->GetReflection()->GetInt32(*sub_message, foreign_c_)); in ExpectAllFieldsSetViaReflection1() 2706 EXPECT_EQ(120, sub_message->GetReflection()->GetInt32(*sub_message, import_d_)); in ExpectAllFieldsSetViaReflection1() 2708 EXPECT_EQ(126, sub_message->GetReflection()->GetInt32(*sub_message, import_e_)); in ExpectAllFieldsSetViaReflection1() 2710 EXPECT_EQ(127, sub_message->GetReflection()->GetInt32(*sub_message, nested_b_)); in ExpectAllFieldsSetViaReflection1() [all …]
|
D | dynamic_message_unittest.cc | 184 EXPECT_EQ(0, reflection->GetInt32( in TEST_F() 215 EXPECT_EQ(5, reflection->GetInt32( in TEST_F()
|
/external/pdfium/fxjs/ |
D | cfxjse_arguments.h | 25 int32_t GetInt32(int32_t index) const;
|
D | cfxjse_arguments.cpp | 34 int32_t CFXJSE_Arguments::GetInt32(int32_t index) const { in GetInt32() function in CFXJSE_Arguments
|
/external/pdfium/core/fpdfapi/font/ |
D | cfx_cttgsubtable.h | 147 int32_t GetInt32(FT_Bytes& p) const;
|