File message_type_util.cc
FileList > framework > tool > message_type_util.cc
Go to the source code of this file
#include <iostream>#include <string>#include "absl/flags/flag.h"#include "absl/flags/parse.h"#include "absl/log/absl_check.h"#include "absl/strings/ascii.h"#include "absl/strings/str_cat.h"#include "absl/strings/str_replace.h"#include "mediapipe/framework/port/advanced_proto_inc.h"#include "mediapipe/framework/port/file_helpers.h"#include "mediapipe/framework/port/logging.h"#include "mediapipe/util/unused.hpp"
Namespaces
| Type | Name |
|---|---|
| namespace | mediapipe |
Classes
| Type | Name |
|---|---|
| class | DescriptorReader |
Public Functions
| Type | Name |
|---|---|
| ABSL_FLAG (std::string, input_path, "", "Full path of the FileDescriptorSet to summarize. ") |
|
| ABSL_FLAG (std::string, root_type_name_output_path, "", "Where to write the output root message type name. ") |
|
| ABSL_FLAG (std::string, root_type_macro_output_path, "", "Where to write the output root message type macro. ") |
|
| int | main (int argc, char ** argv) |
Public Functions Documentation
function ABSL_FLAG
ABSL_FLAG (
std::string,
input_path,
"",
"Full path of the FileDescriptorSet to summarize. "
)
function ABSL_FLAG
ABSL_FLAG (
std::string,
root_type_name_output_path,
"",
"Where to write the output root message type name. "
)
function ABSL_FLAG
ABSL_FLAG (
std::string,
root_type_macro_output_path,
"",
"Where to write the output root message type macro. "
)
function main
int main (
int argc,
char ** argv
)
The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR-plugins/hand_tracking/mediapipe/framework/tool/message_type_util.cc