Home
last modified time | relevance | path

Searched defs:WriteObject (Results 1 – 25 of 274) sorted by relevance

1234567891011

/dports/security/keepass/KeePass-2.49-Source/KeePassLib/Serialization/
H A DKdbxFile.Write.cs728 private void WriteObject(string name, string value, in WriteObject() method in KeePassLib.Serialization.KdbxFile
743 private void WriteObject(string name, bool value) in WriteObject() method in KeePassLib.Serialization.KdbxFile
750 private void WriteObject(string name, PwUuid value) in WriteObject() method in KeePassLib.Serialization.KdbxFile
758 private void WriteObject(string name, int value) in WriteObject() method in KeePassLib.Serialization.KdbxFile
767 private void WriteObject(string name, uint value) in WriteObject() method in KeePassLib.Serialization.KdbxFile
776 private void WriteObject(string name, long value) in WriteObject() method in KeePassLib.Serialization.KdbxFile
785 private void WriteObject(string name, ulong value) in WriteObject() method in KeePassLib.Serialization.KdbxFile
794 private void WriteObject(string name, DateTime value) in WriteObject() method in KeePassLib.Serialization.KdbxFile
821 private void WriteObject(string name, string strKeyName, string strValueName, in WriteObject() method in KeePassLib.Serialization.KdbxFile
932 private void WriteObject(string name, ProtectedBinary value, bool bAllowRef) in WriteObject() method in KeePassLib.Serialization.KdbxFile
[all …]
/dports/devel/gh/cli-2.4.0/vendor/github.com/sourcegraph/jsonrpc2/
H A Dstream.go17 WriteObject(obj interface{}) error methodSpec
52 func (t *bufferedObjectStream) WriteObject(obj interface{}) error { func
75 WriteObject(stream io.Writer, obj interface{}) error methodSpec
87 func (VarintObjectCodec) WriteObject(stream io.Writer, obj interface{}) error { func
118 func (VSCodeObjectCodec) WriteObject(stream io.Writer, obj interface{}) error { func
170 func (PlainObjectCodec) WriteObject(stream io.Writer, v interface{}) error { func
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/minidump/
H A Dminidump_context_writer.cc170 bool MinidumpContextX86Writer::WriteObject(FileWriterInterface* file_writer) { in WriteObject() function in crashpad::MinidumpContextX86Writer
258 bool MinidumpContextAMD64Writer::WriteObject(FileWriterInterface* file_writer) { in WriteObject() function in crashpad::MinidumpContextAMD64Writer
302 bool MinidumpContextARMWriter::WriteObject(FileWriterInterface* file_writer) { in WriteObject() function in crashpad::MinidumpContextARMWriter
349 bool MinidumpContextARM64Writer::WriteObject(FileWriterInterface* file_writer) { in WriteObject() function in crashpad::MinidumpContextARM64Writer
396 bool MinidumpContextMIPSWriter::WriteObject(FileWriterInterface* file_writer) { in WriteObject() function in crashpad::MinidumpContextMIPSWriter
445 bool MinidumpContextMIPS64Writer::WriteObject( in WriteObject() function in crashpad::MinidumpContextMIPS64Writer
H A Dminidump_module_writer.cc60 bool MinidumpModuleCodeViewRecordPDBLinkWriter<CodeViewRecordType>::WriteObject( in WriteObject() function in crashpad::internal::MinidumpModuleCodeViewRecordPDBLinkWriter
132 bool MinidumpModuleCodeViewRecordBuildIDWriter::WriteObject( in WriteObject() function in crashpad::MinidumpModuleCodeViewRecordBuildIDWriter
205 bool MinidumpModuleMiscDebugRecordWriter::WriteObject( in WriteObject() function in crashpad::MinidumpModuleMiscDebugRecordWriter
409 bool MinidumpModuleWriter::WriteObject(FileWriterInterface* file_writer) { in WriteObject() function in crashpad::MinidumpModuleWriter
475 bool MinidumpModuleListWriter::WriteObject(FileWriterInterface* file_writer) { in WriteObject() function in crashpad::MinidumpModuleListWriter
H A Dminidump_annotation_writer.cc78 bool MinidumpAnnotationWriter::WriteObject(FileWriterInterface* file_writer) { in WriteObject() function in crashpad::MinidumpAnnotationWriter
146 bool MinidumpAnnotationListWriter::WriteObject( in WriteObject() function in crashpad::MinidumpAnnotationListWriter
H A Dminidump_unloaded_module_writer.cc102 bool MinidumpUnloadedModuleWriter::WriteObject( in WriteObject() function in crashpad::MinidumpUnloadedModuleWriter
181 bool MinidumpUnloadedModuleListWriter::WriteObject( in WriteObject() function in crashpad::MinidumpUnloadedModuleListWriter
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/minidump/
H A Dminidump_context_writer.cc170 bool MinidumpContextX86Writer::WriteObject(FileWriterInterface* file_writer) { in WriteObject() function in crashpad::MinidumpContextX86Writer
258 bool MinidumpContextAMD64Writer::WriteObject(FileWriterInterface* file_writer) { in WriteObject() function in crashpad::MinidumpContextAMD64Writer
302 bool MinidumpContextARMWriter::WriteObject(FileWriterInterface* file_writer) { in WriteObject() function in crashpad::MinidumpContextARMWriter
349 bool MinidumpContextARM64Writer::WriteObject(FileWriterInterface* file_writer) { in WriteObject() function in crashpad::MinidumpContextARM64Writer
396 bool MinidumpContextMIPSWriter::WriteObject(FileWriterInterface* file_writer) { in WriteObject() function in crashpad::MinidumpContextMIPSWriter
445 bool MinidumpContextMIPS64Writer::WriteObject( in WriteObject() function in crashpad::MinidumpContextMIPS64Writer
H A Dminidump_module_writer.cc60 bool MinidumpModuleCodeViewRecordPDBLinkWriter<CodeViewRecordType>::WriteObject( in WriteObject() function in crashpad::internal::MinidumpModuleCodeViewRecordPDBLinkWriter
132 bool MinidumpModuleCodeViewRecordBuildIDWriter::WriteObject( in WriteObject() function in crashpad::MinidumpModuleCodeViewRecordBuildIDWriter
205 bool MinidumpModuleMiscDebugRecordWriter::WriteObject( in WriteObject() function in crashpad::MinidumpModuleMiscDebugRecordWriter
409 bool MinidumpModuleWriter::WriteObject(FileWriterInterface* file_writer) { in WriteObject() function in crashpad::MinidumpModuleWriter
475 bool MinidumpModuleListWriter::WriteObject(FileWriterInterface* file_writer) { in WriteObject() function in crashpad::MinidumpModuleListWriter
H A Dminidump_annotation_writer.cc78 bool MinidumpAnnotationWriter::WriteObject(FileWriterInterface* file_writer) { in WriteObject() function in crashpad::MinidumpAnnotationWriter
146 bool MinidumpAnnotationListWriter::WriteObject( in WriteObject() function in crashpad::MinidumpAnnotationListWriter
H A Dminidump_unloaded_module_writer.cc102 bool MinidumpUnloadedModuleWriter::WriteObject( in WriteObject() function in crashpad::MinidumpUnloadedModuleWriter
182 bool MinidumpUnloadedModuleListWriter::WriteObject( in WriteObject() function in crashpad::MinidumpUnloadedModuleListWriter
/dports/games/retroarch/RetroArch-1.9.7/deps/discord-rpc/src/
H A Dserialization.cpp35 struct WriteObject { struct
37 WriteObject(JsonWriter& w) in WriteObject() argument
42 WriteObject(JsonWriter& w, const char* name) in WriteObject() argument
48 ~WriteObject() { writer.EndObject(); } in ~WriteObject() argument
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/discord/src/
H A Dserialization.cpp37 struct WriteObject { struct
39 WriteObject(JsonWriter& w) in WriteObject() argument
45 WriteObject(JsonWriter& w, T& name) in WriteObject() function
51 ~WriteObject() { writer.EndObject(); } in ~WriteObject() argument
/dports/games/supertux2/SuperTux-v0.6.3-Source/external/discord-sdk/src/
H A Dserialization.cpp37 struct WriteObject { struct
39 WriteObject(JsonWriter& w) in WriteObject() argument
45 WriteObject(JsonWriter& w, T& name) in WriteObject() argument
51 ~WriteObject() { writer.EndObject(); } in ~WriteObject() argument
/dports/emulators/mgba/mgba-0.9.2/src/third-party/discord-rpc/src/
H A Dserialization.cpp37 struct WriteObject { struct
39 WriteObject(JsonWriter& w) in WriteObject() argument
45 WriteObject(JsonWriter& w, T& name) in WriteObject() function
51 ~WriteObject() { writer.EndObject(); } in ~WriteObject() argument
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/discord-rpc/src/
H A Dserialization.cpp37 struct WriteObject { struct
39 WriteObject(JsonWriter& w) in WriteObject() argument
45 WriteObject(JsonWriter& w, T& name) in WriteObject() function
51 ~WriteObject() { writer.EndObject(); } in ~WriteObject() argument
/dports/games/warzone2100/warzone2100/3rdparty/discord-rpc/src/
H A Dserialization.cpp37 struct WriteObject { struct
39 WriteObject(JsonWriter& w) in WriteObject() function
45 WriteObject(JsonWriter& w, T& name) in WriteObject() function
51 ~WriteObject() { writer.EndObject(); } in ~WriteObject() argument
/dports/games/libretro-mgba/mgba-6186d45/src/third-party/discord-rpc/src/
H A Dserialization.cpp37 struct WriteObject { struct
39 WriteObject(JsonWriter& w) in WriteObject() argument
45 WriteObject(JsonWriter& w, T& name) in WriteObject() argument
51 ~WriteObject() { writer.EndObject(); } in ~WriteObject() argument
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Marshall/
H A DIWriteContext.cs32 void WriteObject(object obj); in WriteObject() method
42 void WriteObject(ITypeHandler4 handler, object obj); in WriteObject() method
/dports/net/drive/drive-0.4.0/vendor/cloud.google.com/go/storage/internal/apiv2/
H A Dstorage_client.go39 WriteObject []gax.CallOption member
116 WriteObject(context.Context, ...gax.CallOption) (storagepb.Storage_WriteObjectClient, error) methodSpec
184 func (c *Client) WriteObject(ctx context.Context, opts ...gax.CallOption) (storagepb.Storage_WriteO… func
306 func (c *gRPCClient) WriteObject(ctx context.Context, opts ...gax.CallOption) (storagepb.Storage_Wr… func
/dports/net/rclone/rclone-1.57.0/vendor/cloud.google.com/go/storage/internal/apiv2/
H A Dstorage_client.go39 WriteObject []gax.CallOption member
116 WriteObject(context.Context, ...gax.CallOption) (storagepb.Storage_WriteObjectClient, error) methodSpec
184 func (c *Client) WriteObject(ctx context.Context, opts ...gax.CallOption) (storagepb.Storage_WriteO… func
306 func (c *gRPCClient) WriteObject(ctx context.Context, opts ...gax.CallOption) (storagepb.Storage_Wr… func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/cloud.google.com/go/storage/internal/apiv2/
H A Dstorage_client.go39 WriteObject []gax.CallOption member
116 WriteObject(context.Context, ...gax.CallOption) (storagepb.Storage_WriteObjectClient, error) methodSpec
184 func (c *Client) WriteObject(ctx context.Context, opts ...gax.CallOption) (storagepb.Storage_WriteO… func
306 func (c *gRPCClient) WriteObject(ctx context.Context, opts ...gax.CallOption) (storagepb.Storage_Wr… func
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/cloud.google.com/go/storage/internal/apiv2/
H A Dstorage_client.go39 WriteObject []gax.CallOption member
116 WriteObject(context.Context, ...gax.CallOption) (storagepb.Storage_WriteObjectClient, error) methodSpec
184 func (c *Client) WriteObject(ctx context.Context, opts ...gax.CallOption) (storagepb.Storage_WriteO… func
306 func (c *gRPCClient) WriteObject(ctx context.Context, opts ...gax.CallOption) (storagepb.Storage_Wr… func
/dports/www/tusd/google-cloud-go-storage-v1.18.2/storage/internal/apiv2/
H A Dstorage_client.go39 WriteObject []gax.CallOption member
116 WriteObject(context.Context, ...gax.CallOption) (storagepb.Storage_WriteObjectClient, error) methodSpec
184 func (c *Client) WriteObject(ctx context.Context, opts ...gax.CallOption) (storagepb.Storage_WriteO… func
306 func (c *gRPCClient) WriteObject(ctx context.Context, opts ...gax.CallOption) (storagepb.Storage_Wr… func
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/cloud.google.com/go/storage/internal/apiv2/
H A Dstorage_client.go39 WriteObject []gax.CallOption member
116 WriteObject(context.Context, ...gax.CallOption) (storagepb.Storage_WriteObjectClient, error) methodSpec
184 func (c *Client) WriteObject(ctx context.Context, opts ...gax.CallOption) (storagepb.Storage_WriteO… func
306 func (c *gRPCClient) WriteObject(ctx context.Context, opts ...gax.CallOption) (storagepb.Storage_Wr… func
/dports/graphics/opencv/opencv-4.5.3/samples/winrt/ImageManipulations/common/
H A Dsuspensionmanager.cpp42 void WriteObject(Windows::Storage::Streams::DataWriter^ writer, Platform::Object^ object); variable

1234567891011