-
Notifications
You must be signed in to change notification settings - Fork 108
/
flatbuffers.yaml
55 lines (55 loc) · 2.06 KB
/
flatbuffers.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
"functions":
- "name": "_ZN11flatbuffers6Parser9SerializeEv"
"params":
- "name": "this"
"type": "bool "
"return_type": "void"
"signature": "void flatbuffers::Parser::Serialize()"
- "name": "_ZN11flatbuffers12_GLOBAL__N_117TextCodeGenerator12GenerateCodeERKNS_6ParserERKNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEESD_"
"params":
- "name": "this"
"type": "bool "
- "name": "parser"
"type": "bool "
- "name": "path"
"type": "bool "
- "name": "filename"
"type": "bool "
"return_type": "int"
"signature": "DW_TAG_enumeration_typeStatus flatbuffers::(anonymous namespace)::TextCodeGenerator::GenerateCode(const Parser &, const string &, const string &)"
- "name": "_ZN11flatbuffers21GenerateTextFromTableERKNS_6ParserEPKvRKNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEEPSB_"
"params":
- "name": "parser"
"type": "bool "
- "name": "table"
"type": "bool "
- "name": "table_name"
"type": "bool "
- "name": "_text"
"type": "bool "
"return_type": "bool"
"signature": "bool flatbuffers::GenerateTextFromTable(const Parser &, const void *, const string &, string *)"
- "name": "_ZN11flatbuffers16GenerateTextFileERKNS_6ParserERKNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEESB_"
"params":
- "name": "parser"
"type": "bool "
- "name": "path"
"type": "bool "
- "name": "file_name"
"type": "bool "
"return_type": "void"
"signature": "const char * flatbuffers::GenerateTextFile(const Parser &, const string &, const string &)"
- "name": "_ZN11flatbuffers11GenTextFileERKNS_6ParserERKNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEESB_"
"params":
- "name": "parser"
"type": "bool "
- "name": "path"
"type": "bool "
- "name": "file_name"
"type": "bool "
"return_type": "void"
"signature": "const char * flatbuffers::GenTextFile(const Parser &, const string &, const string &)"
"language": "c++"
"project": "flatbuffers"
"target_name": "flexverifier_fuzzer"
"target_path": "/src/flatbuffers/tests/fuzzer/flexbuffers_verifier_fuzzer.cc"