Home
last modified time | relevance | path

Searched refs:GenEnum_ObjectAPI (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/flatbuffers/src/
H A Didl_gen_java.cpp117 GenEnum_ObjectAPI(enum_def, enumcode); in generate()
1319 void GenEnum_ObjectAPI(EnumDef &enum_def, std::string &code) const { in GenEnum_ObjectAPI() function in flatbuffers::java::JavaGenerator
H A Didl_gen_csharp.cpp429 GenEnum_ObjectAPI(enum_def, code_ptr, opts); in GenEnum()
1417 void GenEnum_ObjectAPI(EnumDef &enum_def, std::string *code_ptr, in GenEnum_ObjectAPI() function in flatbuffers::csharp::CSharpGenerator