Lines Matching defs:proto_path
10 void RunTest(const flatbuffers::IDLOptions &opts, const std::string &proto_path, in RunTest()
51 void proto_test(const std::string &proto_path, const std::string &proto_file) { in proto_test()
66 void proto_test_id(const std::string &proto_path, in proto_test_id()
83 void proto_test_union(const std::string &proto_path, in proto_test_union()
99 void proto_test_union_id(const std::string &proto_path, in proto_test_union_id()
117 void proto_test_union_suffix(const std::string &proto_path, in proto_test_union_suffix()
134 void proto_test_union_suffix_id(const std::string &proto_path, in proto_test_union_suffix_id()
152 void proto_test_include(const std::string &proto_path, in proto_test_include()
169 void proto_test_include_id(const std::string &proto_path, in proto_test_include_id()
187 void proto_test_include_union(const std::string &proto_path, in proto_test_include_union()
205 void proto_test_include_union_id(const std::string &proto_path, in proto_test_include_union_id()
224 void ParseCorruptedProto(const std::string &proto_path) { in ParseCorruptedProto()
286 auto proto_path = tests_data_path + "prototest/"; in ParseProtoTest() local