Lines Matching full:as
18 "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
35 * Various type definitions as implementations for Thrift typedef and enum definitions.
43 to act as the client proxy for the operation and mediate the interaction with a remote process
47 encode and send the the result as a response, and handles exceptions.
65 The Thrift Common Lisp library is packaged as the ASDF[[1]] system `thrift`.
87 one must also define the actual functions to which Thrift is to act as the proxy
98 IDL files, as there is no facility to generate them from a service implementation.
160 As the former includes the latter, one uses it to generate the interfaces:
172 other includes (like `shared` within the tutorial) as dependencies.
178 The actual service name, as specified in the `def-service` form in `tutorial.lisp`, is `calculator`…
233 Maps are now represented as hash tables. As data through the call/reply interface is all statically
235 would be sufficient. As the key type is arbitrary, property lists offer no additional convenience:
236 as `getf` operates with `eq` a new access interface would be necessary and they would not be