Home
last modified time | relevance | path

Searched defs:getLongest (Results 1 – 10 of 10) sorted by relevance

/dports/games/critterding/critterding-beta12/src/utils/
H A Dlogbuffer.cpp44 void Logbuffer::getLongest() in getLongest() function in Logbuffer
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/java/com/firstworks/sqlrelay/
H A DSQLRCursor.java421 public native int getLongest(int col); in getLongest() method in SQLRCursor
424 public native int getLongest(String col); in getLongest() method in SQLRCursor
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sci/graphics/
H A Dtext32.cpp380 uint GfxText32::getLongest(uint *charIndex, const int16 width) { in getLongest() function in Sci::GfxText32
/dports/games/scummvm/scummvm-2.5.1/engines/sci/graphics/
H A Dtext32.cpp497 uint GfxText32::getLongest(uint *charIndex, const int16 width) { in getLongest() function in Sci::GfxText32
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/cs/
H A DSQLRCursor.cs898 public UInt32 getLongest(UInt32 col) in getLongest() method in SQLRClient.SQLRCursor
904 public UInt32 getLongest(String col) in getLongest() method in SQLRClient.SQLRCursor
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/python/
H A DPySQLRClient.py1073 def getLongest(self, col): member in sqlrcursor
H A DCSQLRelay.cpp1832 static PyObject *getLongest(PyObject *self, PyObject *args) { in getLongest() function
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/c++/
H A Dsqlrcursor.cpp5995 uint32_t sqlrcursor::getLongest(uint32_t col) { in getLongest() function in sqlrcursor
6073 uint32_t sqlrcursor::getLongest(const char *col) { in getLongest() function in sqlrcursor
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/nodejs/
H A Dsqlrelay.cpp2277 RET SQLRCursor::getLongest(const ARGS &args) { in getLongest() function in SQLRCursor
/dports/devel/libnest2d-ultimaker/libnest2d-4d6fb4d/tools/libnfporb/
H A Dlibnfporb.hpp1005 TranslationVector getLongest(const std::vector<TranslationVector>& tvs) { in getLongest() function