ONE - On-device Neural Engine
Loading...
Searching...
No Matches
flatbuffers::RPCCall Struct Reference

#include <idl.h>

Collaboration diagram for flatbuffers::RPCCall:

Public Member Functions

Offset< reflection::RPCCall > Serialize (FlatBufferBuilder *builder, const Parser &parser) const
 
bool Deserialize (Parser &parser, const reflection::RPCCall *call)
 
- Public Member Functions inherited from flatbuffers::Definition
 Definition ()
 
flatbuffers::Offset< flatbuffers::Vector< flatbuffers::Offset< reflection::KeyValue > > > SerializeAttributes (FlatBufferBuilder *builder, const Parser &parser) const
 
bool DeserializeAttributes (Parser &parser, const Vector< Offset< reflection::KeyValue > > *attrs)
 

Data Fields

StructDefrequest
 
StructDefresponse
 
- Data Fields inherited from flatbuffers::Definition
std::string name
 
std::string file
 
std::vector< std::string > doc_comment
 
SymbolTable< Valueattributes
 
bool generated
 
Namespacedefined_namespace
 
uoffset_t serialized_location
 
int index
 
int refcount
 

Detailed Description

Definition at line 517 of file idl.h.

Member Function Documentation

◆ Deserialize()

bool flatbuffers::RPCCall::Deserialize ( Parser parser,
const reflection::RPCCall *  call 
)

◆ Serialize()

Offset< reflection::RPCCall > flatbuffers::RPCCall::Serialize ( FlatBufferBuilder builder,
const Parser parser 
) const

Field Documentation

◆ request

StructDef* flatbuffers::RPCCall::request

Definition at line 523 of file idl.h.

◆ response

StructDef * flatbuffers::RPCCall::response

Definition at line 523 of file idl.h.


The documentation for this struct was generated from the following file: