Home
last modified time | relevance | path

Searched refs:addFieldName (Results 1 – 17 of 17) sorted by relevance

/dports/finance/quickfix/quickfix-1.15.1/src/ruby/test/
H A DDataDictionaryTestCase.rb114 @object.addFieldName( 1, "Account" )
115 @object.addFieldName( 11, "ClOrdID" )
116 @object.addFieldName( 8, "BeginString" )
/dports/finance/quickfix/quickfix-1.15.1/src/python/test/
H A DDataDictionaryTestCase.py106 self.object.addFieldName( 1, "Account" )
107 self.object.addFieldName( 11, "ClOrdID" )
108 self.object.addFieldName( 8, "BeginString" )
/dports/finance/quickfix/quickfix-1.15.1/src/C++/test/
H A DDataDictionaryTestCase.cpp169 TEST(addFieldName) in SUITE()
174 object.addFieldName( 1, "Account" ); in SUITE()
175 object.addFieldName( 11, "ClOrdID" ); in SUITE()
176 object.addFieldName( 8, "BeginString" ); in SUITE()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/breakpoints/
H A DJavaWatchpoint.java125 addFieldName(attributes, fieldName); in JavaWatchpoint()
455 protected void addFieldName(Map<String, Object> attributes, String fieldName) { in addFieldName() method in JavaWatchpoint
/dports/print/lyx/lyx-2.3.4.2/src/
H A DBiblioInfo.h260 void addFieldName(docstring const & f) { field_names_.insert(f); } in addFieldName() function
/dports/editors/libreoffice/libreoffice-7.2.6.2/wizards/com/sun/star/wizards/table/
H A DFieldFormatter.java149 addFieldName(); in FieldFormatter()
256 private void addFieldName() in addFieldName() method in FieldFormatter
/dports/editors/libreoffice6/libreoffice-6.4.7.2/wizards/com/sun/star/wizards/table/
H A DFieldFormatter.java149 addFieldName(); in FieldFormatter()
256 private void addFieldName() in addFieldName() method in FieldFormatter
/dports/print/lyx/lyx-2.3.4.2/src/insets/
H A DInsetBibtex.cpp817 keylist.addFieldName(name); in parseBibTeXFiles()
/dports/finance/quickfix/quickfix-1.15.1/src/C++/
H A DDataDictionary.cpp282 addFieldName(num, name); in readFromDocument()
H A DDataDictionary.h145 void addFieldName( int field, const std::string& name ) in addFieldName() function
/dports/finance/quickfix/quickfix-1.15.1/src/python2/
H A Dquickfix.py39873 def addFieldName(self, field, name): member in DataDictionary
H A DQuickfixPython.cpp260893 (arg1)->addFieldName(arg2,(std::string const &)*arg3); in _wrap_DataDictionary_addFieldName()
/dports/finance/quickfix/quickfix-1.15.1/src/python/
H A Dquickfix.py39873 def addFieldName(self, field, name): member in DataDictionary
H A DQuickfixPython.cpp260893 (arg1)->addFieldName(arg2,(std::string const &)*arg3); in _wrap_DataDictionary_addFieldName()
/dports/finance/quickfix/quickfix-1.15.1/src/python3/
H A Dquickfix.py39873 def addFieldName(self, field, name): member in DataDictionary
H A DQuickfixPython.cpp260893 (arg1)->addFieldName(arg2,(std::string const &)*arg3); in _wrap_DataDictionary_addFieldName()
/dports/finance/quickfix/quickfix-1.15.1/src/ruby/
H A DQuickfixRuby.cpp218672 (arg1)->addFieldName(arg2,(std::string const &)*arg3); in _wrap_DataDictionary_addFieldName()