Home
last modified time | relevance | path

Searched refs:SetUnknown (Results 1 – 25 of 31) sorted by relevance

12

/aosp_15_r20/external/golang-protobuf/reflect/protorange/
H A Dexample_test.go41 m.ProtoReflect().SetUnknown(protopack.Message{
51 m.SetUnknown(nil)
/aosp_15_r20/external/golang-protobuf/encoding/prototext/
H A Dencode_test.go898 m.ProtoReflect().SetUnknown(protopack.Message{
915 m.ProtoReflect().SetUnknown(protopack.Message{
934 m.ProtoReflect().SetUnknown(protopack.Message{
950 m.ProtoReflect().SetUnknown(protopack.Message{
970 m.ProtoReflect().SetUnknown(protopack.Message{
/aosp_15_r20/external/golang-protobuf/proto/
H A Dmerge_test.go789 m.ProtoReflect().SetUnknown(protopack.Message{
819 got.ProtoReflect().SetUnknown(protopack.Message{
836 want.ProtoReflect().SetUnknown(protopack.Message{
H A Dreset.go42 m.SetUnknown(nil)
H A Dreset_test.go26 m.ProtoReflect().SetUnknown([]byte{})
H A Dweak_test.go39 m.ProtoReflect().SetUnknown(protopack.Message{
H A Dmessageset.go69 m.SetUnknown(unknown)
H A Dmerge.go100 dst.SetUnknown(append(dst.GetUnknown(), src.GetUnknown()...))
H A Ddecode_test.go149 m.ProtoReflect().SetUnknown(raw)
H A Ddecode.go183 m.SetUnknown(append(m.GetUnknown(), b[:tagLen+valLen]...))
H A Dmessageset_test.go205 m.MessageSet.ProtoReflect().SetUnknown(
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dmfobjects.h324 virtual HRESULT STDMETHODCALLTYPE SetUnknown(
493 HRESULT (STDMETHODCALLTYPE *SetUnknown)(
555 #define IMFAttributes_SetUnknown(This,guidKey,pUnknown) (This)->lpVtbl->SetUnknown(This,guidKey,pUn…
646 return This->lpVtbl->SetUnknown(This,guidKey,pUnknown);
1319 HRESULT (STDMETHODCALLTYPE *SetUnknown)(
1438 #define IMFSample_SetUnknown(This,guidKey,pUnknown) (This)->lpVtbl->SetUnknown(This,guidKey,pUnknow…
1544 return This->lpVtbl->SetUnknown(This,guidKey,pUnknown);
2143 virtual HRESULT STDMETHODCALLTYPE SetUnknown(
2183 HRESULT (STDMETHODCALLTYPE *SetUnknown)(
2204 #define IMFDXGIBuffer_SetUnknown(This,guid,pUnkData) (This)->lpVtbl->SetUnknown(This,guid,pUnkData)
[all …]
Dmfidl.h346 HRESULT (STDMETHODCALLTYPE *SetUnknown)(
484 #define IMFTopologyNode_SetUnknown(This,guidKey,pUnknown) (This)->lpVtbl->SetUnknown(This,guidKey,p…
592 return This->lpVtbl->SetUnknown(This,guidKey,pUnknown);
895 HRESULT (STDMETHODCALLTYPE *SetUnknown)(
1000 #define IMFTopology_SetUnknown(This,guidKey,pUnknown) (This)->lpVtbl->SetUnknown(This,guidKey,pUnkn…
1102 return This->lpVtbl->SetUnknown(This,guidKey,pUnknown);
1855 HRESULT (STDMETHODCALLTYPE *SetUnknown)(
1927 #define IMFStreamDescriptor_SetUnknown(This,guidKey,pUnknown) (This)->lpVtbl->SetUnknown(This,guidK…
2021 return This->lpVtbl->SetUnknown(This,guidKey,pUnknown);
2229 HRESULT (STDMETHODCALLTYPE *SetUnknown)(
[all …]
Dwmcontainer.h2398 HRESULT (STDMETHODCALLTYPE *SetUnknown)(
2529 #define IMFASFProfile_SetUnknown(This,guidKey,pUnknown) (This)->lpVtbl->SetUnknown(This,guidKey,pUn…
2637 return This->lpVtbl->SetUnknown(This,guidKey,pUnknown);
3039 HRESULT (STDMETHODCALLTYPE *SetUnknown)(
3147 #define IMFASFStreamConfig_SetUnknown(This,guidKey,pUnknown) (This)->lpVtbl->SetUnknown(This,guidKe…
3249 return This->lpVtbl->SetUnknown(This,guidKey,pUnknown);
/aosp_15_r20/external/golang-protobuf/internal/impl/
H A Dmessage_reflect_gen.go123 func (m *messageState) SetUnknown(b protoreflect.RawFields) { func
243 func (m *messageReflectWrapper) SetUnknown(b protoreflect.RawFields) { func
H A Dlegacy_message.go549 func (m aberrantMessage) SetUnknown(protoreflect.RawFields) { func
/aosp_15_r20/external/golang-protobuf/reflect/protoreflect/
H A Dvalue.go139 SetUnknown(RawFields) methodSpec
/aosp_15_r20/external/golang-protobuf/internal/testprotos/irregular/
H A Dirregular.go90 func (m *message) SetUnknown(protoreflect.RawFields) { return } func
/aosp_15_r20/external/golang-protobuf/internal/protobuild/
H A Dbuild.go54 m.SetUnknown(protoreflect.RawFields(v.([]byte)))
/aosp_15_r20/external/golang-protobuf/testing/protocmp/
H A Dreflect.go154 func (m reflectMessage) SetUnknown(protoreflect.RawFields) { func
H A Dxform_test.go207 m.ProtoReflect().SetUnknown(protopack.Message{
/aosp_15_r20/external/golang-protobuf/internal/testprotos/nullable/
H A Dnullable_test.go185 m.SetUnknown(m.GetUnknown()) // should not panic
/aosp_15_r20/external/golang-protobuf/internal/msgfmt/
H A Dformat_test.go139 m.ProtoReflect().SetUnknown(protopack.Message{
/aosp_15_r20/external/golang-protobuf/types/dynamicpb/
H A Ddynamic.go327 func (m *Message) SetUnknown(r protoreflect.RawFields) { func
/aosp_15_r20/external/golang-protobuf/internal/cmd/generate-types/
H A Dimpl.go827 func (m *{{.}}) SetUnknown(b protoreflect.RawFields) {

12