Home
last modified time | relevance | path

Searched defs:base_generator (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/detail/
Das_expr.hpp30 struct base_generator struct
32 typedef Generator type;
36 struct base_generator<use_basic_expr<Generator> > struct
38 typedef Generator type;
/aosp_15_r20/external/flatbuffers/src/
H A Didl_gen_json_schema.cpp154 explicit JsonSchemaGenerator(const BaseGenerator &base_generator) in JsonSchemaGenerator()