Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Didl_gen_rust.cpp1274 GenKeyFieldMethods(field); in GenTable()
1469 void GenKeyFieldMethods(const FieldDef &field) { in GenKeyFieldMethods() function in flatbuffers::rust::RustGenerator
1741 GenKeyFieldMethods(field); in GenStruct()
Didl_gen_cpp.cpp1703 void GenKeyFieldMethods(const FieldDef &field) { in GenKeyFieldMethods() function in flatbuffers::cpp::CppGenerator
1925 if (field.key) { GenKeyFieldMethods(field); } in GenTable()
2794 if (field.key) { GenKeyFieldMethods(field); } in GenStruct()