Home
last modified time | relevance | path

Searched defs:textMessage (Results 1 – 2 of 2) sorted by relevance

/external/golang-protobuf/proto/
Dtext_test.go50 type textMessage struct { struct
53 func (*textMessage) MarshalText() ([]byte, error) {
57 func (*textMessage) UnmarshalText(bytes []byte) error {
64 func (*textMessage) Reset() {}
65 func (*textMessage) String() string { return "" }
66 func (*textMessage) ProtoMessage() {}
/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