Lines Matching defs:ProtobufMarshaller
122 ProtobufMarshaller = std::unique_ptr<Marshaller>(new Marshaller(
137 auto Req = ProtobufMarshaller->fromProtobuf(Request);
150 auto SerializedItem = ProtobufMarshaller->toProtobuf(Item);
182 auto Req = ProtobufMarshaller->fromProtobuf(Request);
196 auto SerializedItem = ProtobufMarshaller->toProtobuf(Item);
225 auto Req = ProtobufMarshaller->fromProtobuf(Request);
238 auto SerializedItem = ProtobufMarshaller->toProtobuf(Item);
269 auto Req = ProtobufMarshaller->fromProtobuf(Request);
285 auto SerializedItem = ProtobufMarshaller->toProtobuf(Item);
315 auto Req = ProtobufMarshaller->fromProtobuf(Request);
331 auto SerializedItem = ProtobufMarshaller->toProtobuf(Subject, Object);
378 std::unique_ptr<Marshaller> ProtobufMarshaller;