Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/include/flatbuffers/
H A Dflatc.h90 std::string GetShortUsageString(const char *program_name) const;
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
H A Dflatc.h90 std::string GetShortUsageString(const char *program_name) const;
/aosp_15_r20/external/flatbuffers/src/
H A Dflatc_main.cpp38 fprintf(stderr, "%s\n", flatc->GetShortUsageString(g_program_name).c_str()); in Error()
H A Dflatc.cpp296 std::string FlatCompiler::GetShortUsageString(const char *program_name) const { in GetShortUsageString() function in flatbuffers::FlatCompiler