Searched refs:RPCCall (Results 1 – 5 of 5) sorted by relevance
29 struct RPCCall;877 struct RPCCall FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {889 bool KeyCompareLessThan(const RPCCall *o) const { in KeyCompareLessThan()926 typedef RPCCall Table;930 fbb_.AddOffset(RPCCall::VT_NAME, name); in add_name()933 fbb_.AddOffset(RPCCall::VT_REQUEST, request); in add_request()936 fbb_.AddOffset(RPCCall::VT_RESPONSE, response); in add_response()939 fbb_.AddOffset(RPCCall::VT_ATTRIBUTES, attributes); in add_attributes()942 fbb_.AddOffset(RPCCall::VT_DOCUMENTATION, documentation); in add_documentation()948 flatbuffers::Offset<RPCCall> Finish() { in Finish()[all …]
526 struct RPCCall : public Definition { struct527 Offset<reflection::RPCCall> Serialize(FlatBufferBuilder *builder,530 bool Deserialize(Parser &parser, const reflection::RPCCall *call);540 SymbolTable<RPCCall> calls; argument
90 table RPCCall {100 calls:[RPCCall];
42 FlatBufMethod(const RPCCall *method) : method_(method) { in FlatBufMethod()108 const RPCCall *method_;
2630 auto &rpc = *new RPCCall(); in ParseService()3653 Offset<reflection::RPCCall> RPCCall::Serialize(FlatBufferBuilder *builder, in Serialize()3665 bool RPCCall::Deserialize(Parser &parser, const reflection::RPCCall *call) { in Deserialize()3677 std::vector<Offset<reflection::RPCCall>> servicecall_offsets; in Serialize()3696 auto call = new RPCCall(); in Deserialize()