Home
last modified time | relevance | path

Searched defs:partialMessage (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DParserTest.java126 TestRequired partialMessage = TestRequired.newBuilder() in testParsePartial() local
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DParserTest.java119 private <T extends MessageLite> void assertParsePartial(Parser<T> parser, T partialMessage) in assertParsePartial()
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
Ddispatch.cc438 std::unique_ptr<Serializable> partialMessage, in sendIfActive()