Home
last modified time | relevance | path

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

12

/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/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DRecognitionException.cs224 _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()
DMismatchedRangeException.cs87 this._a = info.GetInt32("A"); in MismatchedRangeException()
88 this._b = info.GetInt32("B"); in MismatchedRangeException()
DNoViableAltException.cs114 this._decisionNumber = info.GetInt32("DecisionNumber"); in NoViableAltException()
115 this._stateNumber = info.GetInt32("StateNumber"); in NoViableAltException()
DEarlyExitException.cs84 this._decisionNumber = info.GetInt32("DecisionNumber"); in EarlyExitException()
DMismatchedTreeNodeException.cs84 this._expecting = info.GetInt32("Expecting"); in MismatchedTreeNodeException()
DMismatchedTokenException.cs101 this._expecting = info.GetInt32("Expecting"); in MismatchedTokenException()
/external/flatbuffers/go/
Dencode.go84 func GetInt32(buf []byte) (n int32) { func
121 return UOffsetT(GetInt32(buf))
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/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
DStructInNestedNS.go23 return rcv._tab.GetInt32(rcv._tab.Pos + flatbuffers.UOffsetT(0))
30 return rcv._tab.GetInt32(rcv._tab.Pos + flatbuffers.UOffsetT(4))
DTableInNestedNS.go32 return rcv._tab.GetInt32(o + rcv._tab.Pos)
/external/protobuf/src/google/protobuf/
Dmap_test_util.cc1001 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 …]
Dmap_test.cc1016 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 …]
Dmap_field_test.cc148 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()
Dgenerated_message_reflection_unittest.cc588 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()
Dtest_util.cc2577 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 …]
Ddynamic_message_unittest.cc184 EXPECT_EQ(0, reflection->GetInt32( in TEST_F()
215 EXPECT_EQ(5, reflection->GetInt32( in TEST_F()
/external/pdfium/fxjs/
Dcfxjse_arguments.h25 int32_t GetInt32(int32_t index) const;
Dcfxjse_arguments.cpp34 int32_t CFXJSE_Arguments::GetInt32(int32_t index) const { in GetInt32() function in CFXJSE_Arguments
/external/pdfium/core/fpdfapi/font/
Dcfx_cttgsubtable.h147 int32_t GetInt32(FT_Bytes& p) const;

12