Uses of Class
com.google.flatbuffers.reflection.RPCCall
-
Packages that use RPCCall Package Description com.google.flatbuffers.reflection -
-
Uses of RPCCall in com.google.flatbuffers.reflection
Methods in com.google.flatbuffers.reflection that return RPCCall Modifier and Type Method Description RPCCallRPCCall. __assign(int _i, ByteBuffer _bb)static RPCCallRPCCall. __lookup_by_key(RPCCall obj, int vectorLocation, String key, ByteBuffer bb)RPCCallService. calls(int j)RPCCallService. calls(RPCCall obj, int j)RPCCallService. callsByKey(RPCCall obj, String key)RPCCallService. callsByKey(String key)RPCCallRPCCall.Vector. get(int j)RPCCallRPCCall.Vector. get(RPCCall obj, int j)RPCCallRPCCall.Vector. getByKey(RPCCall obj, String key)RPCCallRPCCall.Vector. getByKey(String key)static RPCCallRPCCall. getRootAsRPCCall(ByteBuffer _bb)static RPCCallRPCCall. getRootAsRPCCall(ByteBuffer _bb, RPCCall obj)Methods in com.google.flatbuffers.reflection with parameters of type RPCCall Modifier and Type Method Description static RPCCallRPCCall. __lookup_by_key(RPCCall obj, int vectorLocation, String key, ByteBuffer bb)RPCCallService. calls(RPCCall obj, int j)RPCCallService. callsByKey(RPCCall obj, String key)RPCCallRPCCall.Vector. get(RPCCall obj, int j)RPCCallRPCCall.Vector. getByKey(RPCCall obj, String key)static RPCCallRPCCall. getRootAsRPCCall(ByteBuffer _bb, RPCCall obj)
-