Home
last modified time | relevance | path

Searched refs:appendFixed (Results 1 – 4 of 4) sorted by relevance

/dports/databases/fastdb/fastdb/jnicli/
H A Djnicli.cpp45 #define APPEND_FIXED(type) appendFixed(SIZE_AND_ALIGNMENT(type))
107 void* appendFixed(size_t size, size_t alignment) { in appendFixed() function in ObjectBuffer
/dports/databases/gigabase/gigabase/jnicli/
H A Djnicli.cpp45 #define APPEND_FIXED(type) appendFixed(SIZE_AND_ALIGNMENT(type))
126 void* appendFixed(size_t size, size_t alignment) { in appendFixed() function in ObjectBuffer
/dports/net/yate/yate-6.4.0-1/
H A Dyateclass.h2852 …String& appendFixed(unsigned int fixedLength, const char* str, unsigned int len = -1, char fill = …
2861 …inline String& appendFixed(unsigned int fixedLength, const String& str, char fill = ' ', int align…
2862 { return appendFixed(fixedLength,str.c_str(),str.length(),fill,align); }
/dports/net/yate/yate-6.4.0-1/engine/
H A DString.cpp1306 String& String::appendFixed(unsigned int fixedLength, const char* str, unsigned int len, char fill,… in appendFixed() function in String