Searched refs:LegacyKotlinMethod (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/flatbuffers/src/ |
H A D | idl_namer.h | 123 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 D | idl_gen_kotlin.cpp | 641 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()
|