Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/src/
H A Didl_namer.h123 std::string LegacyKotlinMethod(const std::string &prefix, const FieldDef &d, in LegacyKotlinMethod() function
128 std::string LegacyKotlinMethod(const std::string &prefix, const StructDef &d, in LegacyKotlinMethod() function
H A Didl_gen_kotlin.cpp641 namer_.LegacyKotlinMethod("finish", struct_def, "Buffer"); in GenerateFinishStructBuffer()
740 auto signature = namer_.LegacyKotlinMethod("add", field, ""); in GenerateAddField()
864 writer += namer_.LegacyKotlinMethod("add", field, "") + in GenerateTableCreator()
1168 auto name = namer_.LegacyKotlinMethod("mutate", field, ""); in GenerateStructGetters()