Home
last modified time | relevance | path

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

/third_party/flatbuffers/src/
Didl_gen_swift.cpp950 code_ += "{{ACCESS_TYPE}} class " + ObjectAPIName("{{STRUCTNAME}}") + in GenObjectAPI()
976 GenerateObjectAPIExtensionHeader(ObjectAPIName("{{STRUCTNAME}}")); in GenerateObjectAPITableExtension()
1505 ObjectAPIName(Name(struct_))); in GenTypePointer()
1518 std::string ObjectAPIName(const std::string &name) const { in ObjectAPIName() function in flatbuffers::swift::SwiftGenerator