Home
last modified time | relevance | path

Searched defs:generate_enum (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/src/backends/rust_no_allocation/
Denums.rs22 pub fn generate_enum(id: &str, tags: &[ast::Tag], width: usize) -> TokenStream { in generate_enum() function
/aosp_15_r20/external/pandora/bt-test-interfaces/python/_build/
Dprotoc-gen-custom_grpc172 def generate_enum(imports: List[str], file: FileDescriptorProto, enum: EnumDescriptorProto, res: Li… function
/aosp_15_r20/external/rust/android-crates-io/crates/pest_generator/src/
Dgenerator.rs200 fn generate_enum( in generate_enum() function