/external/pdfium/xfa/src/fxfa/src/parser/ |
D | xfa_script_hostpseudomodel.cpp | 377 bMark = pArguments->GetInt32(3) == 0 ? FALSE : TRUE; in Script_HostPseudoModel_Response() 489 dwType = pArguments->GetInt32(0); in Script_HostPseudoModel_Beep() 584 dwMessageType = pArguments->GetInt32(2); in Script_HostPseudoModel_MessageBox() 590 dwButtonType = pArguments->GetInt32(3); in Script_HostPseudoModel_MessageBox() 660 bShowDialog = pArguments->GetInt32(0) == 0 ? FALSE : TRUE; in Script_HostPseudoModel_Print() 667 nStartPage = pArguments->GetInt32(1); in Script_HostPseudoModel_Print() 671 nEndPage = pArguments->GetInt32(2); in Script_HostPseudoModel_Print() 675 bCanCancel = pArguments->GetInt32(3) == 0 ? FALSE : TRUE; in Script_HostPseudoModel_Print() 682 bShrinkPage = pArguments->GetInt32(4) == 0 ? FALSE : TRUE; in Script_HostPseudoModel_Print() 689 bAsImage = pArguments->GetInt32(5) == 0 ? FALSE : TRUE; in Script_HostPseudoModel_Print() [all …]
|
D | xfa_script_layoutpseudomodel.cpp | 76 iIndex = pArguments->GetInt32(2); in Script_LayoutPseudoModel_HWXY() 361 iIndex = pArguments->GetInt32(0); in Script_LayoutPseudoModel_PageContent() 368 bOnPageArea = pArguments->GetInt32(2) == 0 ? FALSE : TRUE; in Script_LayoutPseudoModel_PageContent()
|
D | xfa_script_signaturepseudomodel.cpp | 114 bClear = pArguments->GetInt32(1) == 0 ? FALSE : TRUE; in Script_SignaturePseudoModel_Clear()
|
D | xfa_object_imp.cpp | 836 iAction = pArguments->GetInt32(2); in Script_NodeClass_AssignNode() 846 bClone = pArguments->GetInt32(0) == 0 ? FALSE : TRUE; in Script_NodeClass_Clone() 884 iValue = pArguments->GetInt32(1); in Script_NodeClass_GetElement() 908 bParent = pArguments->GetInt32(1) == 0 ? FALSE : TRUE; in Script_NodeClass_IsPropertySpecified() 911 iIndex = pArguments->GetInt32(2); in Script_NodeClass_IsPropertySpecified() 946 bIgnoreRoot = pArguments->GetInt32(1) == 0 ? FALSE : TRUE; in Script_NodeClass_LoadXML() 949 bOverwrite = pArguments->GetInt32(2) == 0 ? FALSE : TRUE; in Script_NodeClass_LoadXML() 2208 int32_t iIndex = pArguments->GetInt32(0); in Script_Field_DeleteItem() 2221 int32_t iIndex = pArguments->GetInt32(0); in Script_Field_GetSaveItem() 2271 int32_t iIndex = pArguments->GetInt32(0); in Script_Field_GetItemState() [all …]
|
/external/antlr/antlr-3.4/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/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | RecognitionException.cs | 192 _index = info.GetInt32("Index"); in RecognitionException() 193 _c = info.GetInt32("C"); in RecognitionException() 194 _line = info.GetInt32("Line"); in RecognitionException() 195 _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 | 99 this._decisionNumber = info.GetInt32("DecisionNumber"); in NoViableAltException() 100 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/protobuf/src/google/protobuf/ |
D | generated_message_reflection_unittest.cc | 565 EXPECT_EQ(0, reflection->GetInt32( in TEST() 586 EXPECT_EQ(5, reflection->GetInt32( in TEST() 602 EXPECT_EQ(123, reflection->GetInt32( in TEST() 753 reflection->GetInt32( in TEST() 763 reflection->GetInt32( in TEST() 771 reflection->GetInt32( in TEST()
|
D | dynamic_message_unittest.cc | 164 EXPECT_EQ(0, reflection->GetInt32( in TEST_F() 195 EXPECT_EQ(5, reflection->GetInt32( in TEST_F()
|
D | test_util.cc | 2576 EXPECT_EQ(102, reflection->GetInt32( in ExpectOneofSetViaReflection() 2679 EXPECT_EQ(101 , reflection->GetInt32 (message, F("optional_int32" ))); in ExpectAllFieldsSetViaReflection1() 2683 EXPECT_EQ(105 , reflection->GetInt32 (message, F("optional_sint32" ))); in ExpectAllFieldsSetViaReflection1() 2687 EXPECT_EQ(109 , reflection->GetInt32 (message, F("optional_sfixed32"))); in ExpectAllFieldsSetViaReflection1() 2699 EXPECT_EQ(117, sub_message->GetReflection()->GetInt32(*sub_message, group_a_)); in ExpectAllFieldsSetViaReflection1() 2701 EXPECT_EQ(118, sub_message->GetReflection()->GetInt32(*sub_message, nested_b_)); in ExpectAllFieldsSetViaReflection1() 2703 EXPECT_EQ(119, sub_message->GetReflection()->GetInt32(*sub_message, foreign_c_)); in ExpectAllFieldsSetViaReflection1() 2705 EXPECT_EQ(120, sub_message->GetReflection()->GetInt32(*sub_message, import_d_)); in ExpectAllFieldsSetViaReflection1() 2707 EXPECT_EQ(126, sub_message->GetReflection()->GetInt32(*sub_message, import_e_)); in ExpectAllFieldsSetViaReflection1() 2709 EXPECT_EQ(127, sub_message->GetReflection()->GetInt32(*sub_message, nested_b_)); in ExpectAllFieldsSetViaReflection1() [all …]
|
D | generated_message_reflection.h | 199 int32 GetInt32 (const Message& message,
|
D | message.h | 449 virtual int32 GetInt32 (const Message& message,
|
/external/pdfium/xfa/include/fxjse/ |
D | fxjse.h | 47 int32_t GetInt32(int32_t index) const;
|
/external/pdfium/core/src/fpdfapi/fpdf_font/ |
D | ttgsubtable.h | 337 int32_t GetInt32(FT_Bytes& p) const { in GetInt32() function
|
/external/opencv3/samples/winrt/ImageManipulations/common/ |
D | suspensionmanager.cpp | 345 writer->WriteUInt32(propertyValue->GetInt32());
|
/external/pdfium/xfa/src/fxjse/src/ |
D | class.cpp | 179 int32_t CFXJSE_Arguments::GetInt32(int32_t index) const { in GetInt32() function in CFXJSE_Arguments
|