/external/grpc-grpc/src/ruby/lib/grpc/generic/ |
D | client_stub.rb | 150 def request_response(method, req, marshal, unmarshal, argument 227 def client_streamer(method, requests, marshal, unmarshal, argument 318 def server_streamer(method, req, marshal, unmarshal, argument 440 def bidi_streamer(method, requests, marshal, unmarshal, argument 487 def new_active_call(method, marshal, unmarshal, argument
|
D | bidi_call.rb | 44 def initialize(call, marshal, unmarshal, metadata_received: false, argument
|
D | active_call.rb | 88 def initialize(call, marshal, unmarshal, deadline, started: true, argument
|
/external/cronet/stable/third_party/boringssl/src/ssl/test/runner/ |
D | handshake_messages.go | 639 func (m *clientHelloMsg) marshal() []byte { func 1204 func (m *serverHelloMsg) marshal() []byte { func 1388 func (m *encryptedExtensionsMsg) marshal() []byte { func 1449 func (m *serverExtensions) marshal(extensions *cryptobyte.Builder) { func 1730 func (m *clientEncryptedExtensionsMsg) marshal() (x []byte) { func 1810 func (m *helloRetryRequestMsg) marshal() []byte { func 1951 func (m *certificateMsg) marshal() (x []byte) { func 2083 func (m *compressedCertificateMsg) marshal() (x []byte) { func 2123 func (m *serverKeyExchangeMsg) marshal() []byte { func 2149 func (m *certificateStatusMsg) marshal() []byte { func [all …]
|
D | ticket.go | 42 func (s *sessionState) marshal() []byte { func
|
/external/cronet/tot/third_party/boringssl/src/ssl/test/runner/ |
D | handshake_messages.go | 639 func (m *clientHelloMsg) marshal() []byte { func 1204 func (m *serverHelloMsg) marshal() []byte { func 1388 func (m *encryptedExtensionsMsg) marshal() []byte { func 1449 func (m *serverExtensions) marshal(extensions *cryptobyte.Builder) { func 1730 func (m *clientEncryptedExtensionsMsg) marshal() (x []byte) { func 1810 func (m *helloRetryRequestMsg) marshal() []byte { func 1951 func (m *certificateMsg) marshal() (x []byte) { func 2083 func (m *compressedCertificateMsg) marshal() (x []byte) { func 2123 func (m *serverKeyExchangeMsg) marshal() []byte { func 2149 func (m *certificateStatusMsg) marshal() []byte { func [all …]
|
D | ticket.go | 42 func (s *sessionState) marshal() []byte { func
|
/external/boringssl/src/ssl/test/runner/ |
D | handshake_messages.go | 661 func (m *clientHelloMsg) marshal() []byte { func 1260 func (m *serverHelloMsg) marshal() []byte { func 1455 func (m *encryptedExtensionsMsg) marshal() []byte { func 1516 func (m *serverExtensions) marshal(extensions *cryptobyte.Builder) { func 1797 func (m *clientEncryptedExtensionsMsg) marshal() (x []byte) { func 1879 func (m *helloRetryRequestMsg) marshal() []byte { func 2027 func (m *certificateMsg) marshal() (x []byte) { func 2158 func (m *compressedCertificateMsg) marshal() (x []byte) { func 2198 func (m *serverKeyExchangeMsg) marshal() []byte { func 2224 func (m *certificateStatusMsg) marshal() []byte { func [all …]
|
D | ticket.go | 42 func (s *sessionState) marshal() []byte { func
|
/external/golang-protobuf/internal/impl/ |
D | codec_tables.go | 20 marshal func(b []byte, p pointer, f *coderFieldInfo, opts marshalOptions) ([]byte, error) member 29 marshal func(b []byte, v protoreflect.Value, wiretag uint64, opts marshalOptions) ([]byte, error) member
|
D | encode.go | 100 func (mi *MessageInfo) marshal(in piface.MarshalInput) (out piface.MarshalOutput, err error) { func
|
/external/grpc-grpc/src/ruby/bin/ |
D | noproto_client.rb | 30 def self.marshal(_o) singletonMethod in NoProtoMsg
|
D | noproto_server.rb | 30 def self.marshal(_o) singletonMethod in NoProtoMsg
|
/external/grpc-grpc/src/ruby/spec/generic/ |
D | service_spec.rb | 21 def self.marshal(_o) singletonMethod in GoodMsg 160 def marshal(o) method in OnlyMarshal
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue387/ |
D | YamlExecuteProcessContextTest.java | 60 String marshal = "unitStatuses: !!set\n" + " ? status: EXECUTE_STATUS_DONE\n" in parameterizedCollectionTest() local
|
/external/golang-protobuf/cmd/protoc-gen-go/testdata/fieldnames/ |
D | fieldnames.proto | 25 optional string marshal = 11; field
|
/external/golang-protobuf/proto/ |
D | encode.go | 140 func (o MarshalOptions) marshal(b []byte, m protoreflect.Message) (out protoiface.MarshalOutput, er… func
|
/external/python/cpython3/Doc/library/ |
D | pickle.rst | 87 .. _comparison-with-json:
|
/external/golang-protobuf/encoding/prototext/ |
D | encode.go | 110 func (o MarshalOptions) marshal(m proto.Message) ([]byte, error) { func
|
/external/golang-protobuf/encoding/protojson/ |
D | encode.go | 115 func (o MarshalOptions) marshal(m proto.Message) ([]byte, error) { func
|
/external/grpc-grpc/src/ruby/spec/support/ |
D | services.rb | 26 def self.marshal(o) singletonMethod in EchoMsg
|
/external/mesa3d/src/mapi/glapi/gen/ |
D | gl_API.dtd | 42 marshal NMTOKEN #IMPLIED attribute
|
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/ |
D | SoapSerializationEnvelope.java | 587 public void addMapping(String namespace, String name, Class clazz, Marshal marshal) { in addMapping() 800 Object marshal) in writeElement()
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.13.rst | 966 marshal section in Improved Modules
|
/external/mesa3d/src/mesa/main/ |
D | glthread_draw_unroll.c | 827 attrib_func marshal; /* glVertex4fv, etc. */ member
|