Home
last modified time | relevance | path

Searched refs:prepend_to (Results 1 – 7 of 7) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/test/testpaint/
H A DPrinter.cpp70 if (call.supports.prepend_to == SPR_NONE) in PrintFunctionCall()
76 std::string prependId = GetImageIdString(call.supports.prepend_to); in PrintFunctionCall()
80 else if (call.supports.prepend_to != SPR_NONE) in PrintFunctionCall()
82 std::string prependId = GetImageIdString(call.supports.prepend_to); in PrintFunctionCall()
H A DFunctionCall.cpp75 if (expected.supports.prepend_to != actual.supports.prepend_to) in AssertsEquals()
H A DFunctionCall.hpp52 int32_t prepend_to; member
H A DPaintIntercept.cpp89 call->supports.prepend_to = SPR_NONE; in PaintWoodenSupports()
96 call->supports.prepend_to = _calls[i].paint.image_id; in PaintWoodenSupports()
/dports/sysutils/flog/flog-1.8/
H A Dflog.c50 int dotime (char* prepend_to);
279 int dotime (char* prepend_to) in dotime() argument
289 memcpy (prepend_to-len, buf, len); in dotime()
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/common/
H A Dutil.py54 def prepend_to(self, key, entry): member in Env
/dports/devel/py-pyquery/pyquery-1.4.3/pyquery/
H A Dpyquery.py1233 def prepend_to(self, value): member in PyQuery