Home
last modified time | relevance | path

Searched refs:appendPointer (Results 1 – 25 of 769) sorted by relevance

12345678910>>...31

/dports/editors/libreoffice/libreoffice-7.2.6.2/pyuno/source/module/
H A Dpyuno_util.cxx136 void appendPointer(OUStringBuffer & buffer, void * pointer) { in appendPointer() function
153 appendPointer(buf, ptr); in logException()
172 appendPointer(buf, ptr); in logReply()
194 appendPointer(buf, ptr); in logCall()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/pyuno/source/module/
H A Dpyuno_util.cxx146 void appendPointer(OUStringBuffer & buffer, void * pointer) { in appendPointer() function
163 appendPointer(buf, ptr); in logException()
182 appendPointer(buf, ptr); in logReply()
205 appendPointer(buf, ptr); in logCall()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/debugger/
H A DJsonWriteBuffer.cpp91 fWriter->appendPointer(nullptr); in writeFlattenable()
184 fWriter->appendPointer(typeface); in writeTypeface()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/debugger/
H A DJsonWriteBuffer.cpp91 fWriter->appendPointer(nullptr); in writeFlattenable()
198 fWriter->appendPointer(typeface); in writeTypeface()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp108 static int appendPointer(char **Buffer, const char *BufferEnd, u64 ptr_value) { in appendPointer() function
178 Res += appendPointer(&Buffer, BufferEnd, va_arg(Args, uptr)); in formatString()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp108 static int appendPointer(char **Buffer, const char *BufferEnd, u64 ptr_value) { in appendPointer() function
178 Res += appendPointer(&Buffer, BufferEnd, va_arg(Args, uptr)); in formatString()
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/scudo/standalone/
H A Dstring_utils.cpp108 static int appendPointer(char **Buffer, const char *BufferEnd, u64 ptr_value) { in appendPointer() function
178 Res += appendPointer(&Buffer, BufferEnd, va_arg(Args, uptr)); in formatString()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp109 static int appendPointer(char **Buffer, const char *BufferEnd, u64 ptr_value) { in appendPointer() function
181 Res += appendPointer(&Buffer, BufferEnd, va_arg(Args, uptr)); in formatString()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp109 static int appendPointer(char **Buffer, const char *BufferEnd, u64 ptr_value) { in appendPointer() function
181 Res += appendPointer(&Buffer, BufferEnd, va_arg(Args, uptr)); in formatString()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp109 static int appendPointer(char **Buffer, const char *BufferEnd, u64 ptr_value) { in appendPointer() function
181 Res += appendPointer(&Buffer, BufferEnd, va_arg(Args, uptr)); in formatString()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp109 static int appendPointer(char **Buffer, const char *BufferEnd, u64 ptr_value) { in appendPointer() function
181 Res += appendPointer(&Buffer, BufferEnd, va_arg(Args, uptr)); in formatString()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp109 static int appendPointer(char **Buffer, const char *BufferEnd, u64 ptr_value) { in appendPointer() function
181 Res += appendPointer(&Buffer, BufferEnd, va_arg(Args, uptr)); in formatString()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp109 static int appendPointer(char **Buffer, const char *BufferEnd, u64 ptr_value) { in appendPointer() function
181 Res += appendPointer(&Buffer, BufferEnd, va_arg(Args, uptr)); in formatString()
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp109 static int appendPointer(char **Buffer, const char *BufferEnd, u64 ptr_value) { in appendPointer() function
181 Res += appendPointer(&Buffer, BufferEnd, va_arg(Args, uptr)); in formatString()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp109 static int appendPointer(char **Buffer, const char *BufferEnd, u64 ptr_value) { in appendPointer() function
181 Res += appendPointer(&Buffer, BufferEnd, va_arg(Args, uptr)); in formatString()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/utils/
H A DSkJSONWriter.h189 void appendPointer(const void* value) { this->beginValue(); this->appendf("\"%p\"", value); } in appendPointer() function
223 DEFINE_NAMED_APPEND(appendPointer, const void *) in DEFINE_NAMED_APPEND()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/utils/
H A DSkJSONWriter.h189 void appendPointer(const void* value) { this->beginValue(); this->appendf("\"%p\"", value); } in appendPointer() function
223 DEFINE_NAMED_APPEND(appendPointer, const void *) in DEFINE_NAMED_APPEND()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/utils/
H A DSkJSONWriter.h189 void appendPointer(const void* value) { this->beginValue(); this->appendf("\"%p\"", value); } in appendPointer() function
223 DEFINE_NAMED_APPEND(appendPointer, const void *) in DEFINE_NAMED_APPEND()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/utils/
H A DSkJSONWriter.h189 void appendPointer(const void* value) { this->beginValue(); this->appendf("\"%p\"", value); } in appendPointer() function
223 DEFINE_NAMED_APPEND(appendPointer, const void *) in DEFINE_NAMED_APPEND()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/utils/
H A DSkJSONWriter.h189 void appendPointer(const void* value) { this->beginValue(); this->appendf("\"%p\"", value); } in appendPointer() function
223 DEFINE_NAMED_APPEND(appendPointer, const void *) in DEFINE_NAMED_APPEND()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/utils/
H A DSkJSONWriter.h189 void appendPointer(const void* value) { this->beginValue(); this->appendf("\"%p\"", value); } in appendPointer() function
223 DEFINE_NAMED_APPEND(appendPointer, const void *) in DEFINE_NAMED_APPEND()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/utils/
H A DSkJSONWriter.h188 void appendPointer(const void* value) { this->beginValue(); this->appendf("\"%p\"", value); } in appendPointer() function
222 DEFINE_NAMED_APPEND(appendPointer, const void *) in DEFINE_NAMED_APPEND()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/trace/
H A DChromeTracingTracer.cpp163 case TRACE_VALUE_TYPE_POINTER: writer->appendPointer(value.as_pointer); break; in trace_value_to_json()
216 writer->appendPointer("id", reinterpret_cast<void*>(traceEvent->fID)); in trace_event_to_json()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/trace/
H A DChromeTracingTracer.cpp163 case TRACE_VALUE_TYPE_POINTER: writer->appendPointer(value.as_pointer); break; in trace_value_to_json()
216 writer->appendPointer("id", reinterpret_cast<void*>(traceEvent->fID)); in trace_event_to_json()
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/
H A Dpointer_unsafe.go267 func (p pointer) appendPointer(q pointer) { func

12345678910>>...31