Home
last modified time | relevance | path

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

12

/external/protobuf/src/google/protobuf/
Dtest_util.h386 EXPECT_EQ(102, reflection->GetInt32(message, in ExpectOneofSetViaReflection()
492 EXPECT_EQ(101, reflection->GetInt32(message, F("optional_int32"))); in ExpectAllFieldsSetViaReflection1()
496 EXPECT_EQ(105, reflection->GetInt32(message, F("optional_sint32"))); in ExpectAllFieldsSetViaReflection1()
500 EXPECT_EQ(109, reflection->GetInt32(message, F("optional_sfixed32"))); in ExpectAllFieldsSetViaReflection1()
515 sub_message->GetReflection()->GetInt32(*sub_message, group_a_)); in ExpectAllFieldsSetViaReflection1()
518 sub_message->GetReflection()->GetInt32(*sub_message, nested_b_)); in ExpectAllFieldsSetViaReflection1()
521 sub_message->GetReflection()->GetInt32(*sub_message, foreign_c_)); in ExpectAllFieldsSetViaReflection1()
524 sub_message->GetReflection()->GetInt32(*sub_message, import_d_)); in ExpectAllFieldsSetViaReflection1()
528 sub_message->GetReflection()->GetInt32(*sub_message, import_e_)); in ExpectAllFieldsSetViaReflection1()
531 sub_message->GetReflection()->GetInt32(*sub_message, nested_b_)); in ExpectAllFieldsSetViaReflection1()
[all …]
Dmap_field_test.cc143 int key = message.GetReflection()->GetInt32(message, key_descriptor_); in TEST_F()
144 int value = message.GetReflection()->GetInt32(message, value_descriptor_); in TEST_F()
156 int key = message.GetReflection()->GetInt32(message, key_descriptor_); in TEST_F()
157 int value = message.GetReflection()->GetInt32(message, value_descriptor_); in TEST_F()
Ddynamic_message.h201 int32 first = reflection->GetInt32(*a, field_); in operator()
202 int32 second = reflection->GetInt32(*b, field_); in operator()
Dmap_test.cc1077 int32 key_int32_int32 = message_int32_int32.GetReflection()->GetInt32( in TEST_F()
1079 int32 value_int32_int32 = message_int32_int32.GetReflection()->GetInt32( in TEST_F()
1084 int32 key_int32_double = message_int32_double.GetReflection()->GetInt32( in TEST_F()
1101 int32 key_int32_message = message_int32_message.GetReflection()->GetInt32( in TEST_F()
1113 int32 key_int32_int32 = message_int32_int32.GetReflection()->GetInt32( in TEST_F()
1115 int32 value_int32_int32 = message_int32_int32.GetReflection()->GetInt32( in TEST_F()
1120 int32 key_int32_double = message_int32_double.GetReflection()->GetInt32( in TEST_F()
1137 int32 key_int32_message = message_int32_message.GetReflection()->GetInt32( in TEST_F()
1151 int32 key_int32_int32 = message_int32_int32->GetReflection()->GetInt32( in TEST_F()
1158 int32 key_int32_double = message_int32_double->GetReflection()->GetInt32( in TEST_F()
[all …]
Dgenerated_message_reflection_unittest.cc658 EXPECT_EQ(12, nested_reflection->GetInt32(*nested, nested_bb)); in TEST()
694 0, reflection->GetInt32(message, descriptor->FindFieldByName("foo_int"))); in TEST()
717 5, reflection->GetInt32(message, descriptor->FindFieldByName("bar_int"))); in TEST()
734 EXPECT_EQ(123, reflection->GetInt32(message, in TEST()
1010 reflection->GetInt32(message, in TEST()
1019 EXPECT_DEATH(reflection->GetInt32( in TEST()
1028 reflection->GetInt32( in TEST()
Dmap_test_util.cc1008 int32 key = sub_message->GetReflection()->GetInt32(*sub_message, in ExpectMapFieldsSetViaReflection()
1010 int32 val = sub_message->GetReflection()->GetInt32(*sub_message, in ExpectMapFieldsSetViaReflection()
1082 int32 key = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection()
1084 int32 val = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection()
1154 int32 key = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection()
1156 int32 val = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection()
1190 int32 key = sub_message->GetReflection()->GetInt32(*sub_message, in ExpectMapFieldsSetViaReflection()
1208 int32 key = sub_message->GetReflection()->GetInt32(*sub_message, in ExpectMapFieldsSetViaReflection()
1262 int32 key = sub_message->GetReflection()->GetInt32(*sub_message, in ExpectMapFieldsSetViaReflection()
1280 int32 key = sub_message->GetReflection()->GetInt32(*sub_message, 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()
/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.go44 return rcv._tab.GetInt32(rcv._tab.Pos + flatbuffers.UOffsetT(0))
51 return rcv._tab.GetInt32(rcv._tab.Pos + flatbuffers.UOffsetT(4))
DTableInNestedNS.go54 return rcv._tab.GetInt32(o + rcv._tab.Pos)
/external/pdfium/fxjs/xfa/
Dcfxjse_arguments.h27 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

12