Home
last modified time | relevance | path

Searched refs:textMessage (Results 1 – 3 of 3) sorted by relevance

/external/golang-protobuf/proto/
Dtext_test.go50 type textMessage struct { struct
53 func (*textMessage) MarshalText() ([]byte, error) { argument
57 func (*textMessage) UnmarshalText(bytes []byte) error { argument
64 func (*textMessage) Reset() {} argument
65 func (*textMessage) String() string { return "" } argument
66 func (*textMessage) ProtoMessage() {} argument
179 if err := proto.MarshalText(buf, &textMessage{}); err != nil {
Dtext_parser_test.go557 msg := &textMessage{}
/external/okhttp/okhttp-ws-tests/src/test/java/com/squareup/okhttp/internal/ws/
DRealWebSocketTest.java105 @Test public void textMessage() throws IOException { in textMessage() method in RealWebSocketTest