mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-07 11:01:01 -08:00
38 lines
1,003 B
Common Lisp
38 lines
1,003 B
Common Lisp
;;; source_context.proto.lisp
|
|
;;;
|
|
;;; Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
|
|
(cl:in-package #:common-lisp-user)
|
|
|
|
#+sbcl
|
|
(cl:progn
|
|
(cl:eval-when (:compile-toplevel) (sb-ext:restrict-compiler-policy 'cl:debug 0 1))
|
|
(cl:declaim (cl:optimize (sb-c:store-coverage-data 0))))
|
|
|
|
(cl:eval-when (:compile-toplevel :load-toplevel :execute)
|
|
(cl:unless (cl:find-package "CL-PROTOBUFS.GOOGLE.PROTOBUF")
|
|
(cl:defpackage "CL-PROTOBUFS.GOOGLE.PROTOBUF" (:use)
|
|
(:local-nicknames (#:pi #:cl-protobufs.implementation)))))
|
|
|
|
(cl:in-package "CL-PROTOBUFS.GOOGLE.PROTOBUF")
|
|
|
|
(cl:eval-when (:compile-toplevel :load-toplevel :execute)
|
|
(pi:define-schema 'source_context
|
|
:syntax :proto3
|
|
|
|
:package "google.protobuf")
|
|
)
|
|
|
|
|
|
;;; Top-Level messages
|
|
|
|
(pi:define-message source-context
|
|
()
|
|
;; Fields
|
|
(file-name
|
|
:index 1 :type cl:string :kind :scalar :label (:optional) :json-name "fileName"))
|
|
|
|
|
|
(cl:export '(file-name
|
|
source-context
|
|
source_context))
|