forked from google/oss-fuzz-gen
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdraco.yaml
45 lines (45 loc) · 2.09 KB
/
draco.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
"functions":
- "name": "_ZN5draco11CornerTable6CreateERKNS_15IndexTypeVectorINS_9IndexTypeIjNS_19FaceIndex_tag_type_EEENSt3__15arrayINS2_IjNS_21VertexIndex_tag_type_EEELm3EEEEE"
"params":
- "name": ""
"type": "bool "
- "name": ""
"type": "bool "
"return_type": "void"
"signature": "unique_ptr<draco::CornerTable, std::__1::default_delete<draco::CornerTable> > draco::CornerTable::Create(const IndexTypeVector<draco::IndexType<unsigned int, draco::FaceIndex_tag_type_>, std::__1::array<draco::IndexType<unsigned int, draco::VertexIndex_tag_type_>, 3UL> > &)"
- "name": "_ZN5draco10PointCloud26DeduplicateAttributeValuesEv"
"params":
- "name": ""
"type": "bool "
"return_type": "bool"
"signature": "bool draco::PointCloud::DeduplicateAttributeValues()"
- "name": "_ZN5draco11CornerTable4InitERKNS_15IndexTypeVectorINS_9IndexTypeIjNS_19FaceIndex_tag_type_EEENSt3__15arrayINS2_IjNS_21VertexIndex_tag_type_EEELm3EEEEE"
"params":
- "name": ""
"type": "bool "
- "name": ""
"type": "bool "
"return_type": "bool"
"signature": "bool draco::CornerTable::Init(const IndexTypeVector<draco::IndexType<unsigned int, draco::FaceIndex_tag_type_>, std::__1::array<draco::IndexType<unsigned int, draco::VertexIndex_tag_type_>, 3UL> > &)"
- "name": "_ZN5draco14PointAttribute17DeduplicateValuesERKNS_17GeometryAttributeE"
"params":
- "name": ""
"type": "bool "
- "name": ""
"type": "bool "
"return_type": "int"
"signature": "ValueType draco::PointAttribute::DeduplicateValues(const GeometryAttribute &)"
- "name": "_ZN5draco14PointAttribute17DeduplicateValuesERKNS_17GeometryAttributeENS_9IndexTypeIjNS_29AttributeValueIndex_tag_type_EEE"
"params":
- "name": ""
"type": "bool "
- "name": ""
"type": "bool "
- "name": ""
"type": "int"
"return_type": "int"
"signature": "ValueType draco::PointAttribute::DeduplicateValues(const GeometryAttribute &, AttributeValueIndex)"
"language": "c++"
"project": "draco"
"target_name": "draco_mesh_decoder_without_dequantization_fuzzer"
"target_path": "/src/draco/src/draco/tools/fuzz/draco_mesh_decoder_without_dequantization_fuzzer.cc"