Home
last modified time | relevance | path

Searched refs:WriteStruct (Results 1 – 2 of 2) sorted by relevance

/third_party/mingw-w64/mingw-w64-headers/include/
Dcmnquery.h80 …STDMETHOD(WriteStruct)(THIS_ LPCWSTR pSection,LPCWSTR pValueName,LPVOID pStruct,DWORD cbStruct) PU… in DECLARE_INTERFACE_() local
/third_party/protobuf/csharp/src/Google.Protobuf/
DJsonFormatter.cs489 WriteStruct(writer, (IMessage)value); in WriteWellKnownTypeValue()
589 private void WriteStruct(TextWriter writer, IMessage message) in WriteStruct() method in Google.Protobuf.JsonFormatter