Home
last modified time | relevance | path

Searched defs:AnnotatedEnum2 (Results 1 – 4 of 4) sorted by relevance

/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/
H A Dmodule_types.h876 enum class AnnotatedEnum2 : short { enum
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/mcpp2-compare/src/
H A Dmodule.thrift66 enum AnnotatedEnum2 { enum
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/module/
H A Dtypes.pxd397 cdef class AnnotatedEnum2(thrift.py3.types.CompiledEnum): class
H A Dtypes.pyx169 cdef class AnnotatedEnum2(thrift.py3.types.CompiledEnum): class