Home
last modified time | relevance | path

Searched defs:Marshal (Results 1 – 14 of 14) sorted by relevance

/external/golang-protobuf/proto/
Dsize_test.go69 func (m nonptrMessage) Marshal() ([]byte, error) { func
82 func (m *messageWithEmbedding) Marshal() ([]byte, error) { func
Dencode.go185 Marshal() ([]byte, error) methodSpec
Dmessage_set.go105 func (ms *messageSet) Marshal(pb Message) error { func
Dtext.go776 func (tm *TextMarshaler) Marshal(w io.Writer, pb Message) error { func
Dall_test.go286 func (f *fakeMarshaler) Marshal() ([]byte, error) { return f.b, f.err } func
1333 func (nni nonNillableInt) Marshal() ([]byte, error) { func
Dtable_marshal.go132 func (a *InternalMessageInfo) Marshal(b []byte, msg Message, deterministic bool) ([]byte, error) { func
2711 func Marshal(pb Message) ([]byte, error) { func
2737 func (p *Buffer) Marshal(pb Message) error { func
/external/webrtc/talk/app/webrtc/
Dproxy.h141 R Marshal(rtc::Thread* t) { in Marshal() function
161 R Marshal(rtc::Thread* t) { in Marshal() function
181 R Marshal(rtc::Thread* t) { in Marshal() function
202 R Marshal(rtc::Thread* t) { in Marshal() function
223 R Marshal(rtc::Thread* t) { in Marshal() function
246 R Marshal(rtc::Thread* t) { in Marshal() function
271 R Marshal(rtc::Thread* t) { in Marshal() function
297 R Marshal(rtc::Thread* t) { in Marshal() function
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
DMarshal.java30 public interface Marshal { interface
/external/flatbuffers/go/
Dgrpc.go8 func (FlatbuffersCodec) Marshal(v interface{}) ([]byte, error) { func
/external/golang-protobuf/protoc-gen-go/plugin/
Dplugin.pb.go53 func (m *Version) Marshal(b []byte, deterministic bool) ([]byte, error) { func
133 func (m *CodeGeneratorRequest) Marshal(b []byte, deterministic bool) ([]byte, error) { func
200 func (m *CodeGeneratorResponse) Marshal(b []byte, deterministic bool) ([]byte, error) { func
295 func (m *CodeGeneratorResponse_File) Marshal(b []byte, deterministic bool) ([]byte, error) { func
/external/clang/test/SemaTemplate/
Ddestructor-template.cpp68 template <typename T> struct Marshal { struct
/external/boringssl/src/ssl/test/runner/hrss/
Dhrss.go1041 func (pub *PublicKey) Marshal() []byte { func
1099 func (priv *PrivateKey) Marshal() []byte { func
/external/golang-protobuf/jsonpb/
Djsonpb.go129 func (m *Marshaler) Marshal(out io.Writer, pb proto.Message) error { func
/external/tensorflow/tensorflow/core/framework/
Dtensor_test.cc279 TEST(Tensor_Variant, Marshal) { in TEST() argument