Home
last modified time | relevance | path

Searched defs:getLongs (Results 1 – 4 of 4) sorted by relevance

/dports/net/libcmis/libcmis-0.5.2/inc/libcmis/
H A Dproperty.hxx73 std::vector< long > getLongs( ) { return m_longValues; } in getLongs() function in libcmis::Property
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/search/
H A DFieldCache.cpp114 Collection<int64_t> FieldCache::getLongs(const IndexReaderPtr& reader, const String& field) { in getLongs() function in Lucene::FieldCache
119 Collection<int64_t> FieldCache::getLongs(const IndexReaderPtr& reader, const String& field, const L… in getLongs() function in Lucene::FieldCache
H A DFieldCacheImpl.cpp79 Collection<int64_t> FieldCacheImpl::getLongs(const IndexReaderPtr& reader, const String& field) { in getLongs() function in Lucene::FieldCacheImpl
83 Collection<int64_t> FieldCacheImpl::getLongs(const IndexReaderPtr& reader, const String& field, con… in getLongs() function in Lucene::FieldCacheImpl
/dports/astro/oskar/OSKAR-2.8.0/oskar/settings/extern/ezOptionParser/
H A DezOptionParser.hpp1147 void OptionGroup::getLongs(std::vector<long> & out) { in getLongs() function in ez::OptionGroup