-
Notifications
You must be signed in to change notification settings - Fork 129
/
Copy pathdouble-conversion.yaml
61 lines (61 loc) · 1.9 KB
/
double-conversion.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
56
57
58
59
60
61
"functions":
- "name": "_ZNK17double_conversion23StringToDoubleConverter14StringToDoubleEPKtiPi"
"params":
- "name": "this"
"type": "bool "
- "name": "buffer"
"type": "bool "
- "name": "length"
"type": "int"
- "name": "processed_characters_count"
"type": "bool "
"return_type": "double"
"signature": "double double_conversion::StringToDoubleConverter::StringToDouble(const uc16 *, int, int *)"
- "name": "_ZN17double_conversion6StrtofENS_6VectorIKcEEi"
"params":
- "name": "buffer"
"type": "bool "
- "name": "exponent"
"type": "int"
- "name": ""
"type": "int"
"return_type": "float"
"signature": "float double_conversion::Strtof(Vector<const char>, int)"
- "name": "_ZN17double_conversion6StrtodENS_6VectorIKcEEi"
"params":
- "name": "buffer"
"type": "bool "
- "name": "exponent"
"type": "int"
- "name": ""
"type": "int"
"return_type": "double"
"signature": "double double_conversion::Strtod(Vector<const char>, int)"
- "name": "_ZNK17double_conversion23StringToDoubleConverter13StringToFloatEPKtiPi"
"params":
- "name": "this"
"type": "bool "
- "name": "buffer"
"type": "bool "
- "name": "length"
"type": "int"
- "name": "processed_characters_count"
"type": "bool "
"return_type": "float"
"signature": "float double_conversion::StringToDoubleConverter::StringToFloat(const uc16 *, int, int *)"
- "name": "_ZNK17double_conversion23StringToDoubleConverter13StringToFloatEPKciPi"
"params":
- "name": "this"
"type": "bool "
- "name": "buffer"
"type": "bool "
- "name": "length"
"type": "int"
- "name": "processed_characters_count"
"type": "bool "
"return_type": "float"
"signature": "float double_conversion::StringToDoubleConverter::StringToFloat(const char *, int, int *)"
"language": "c++"
"project": "double-conversion"
"target_name": "string_to_double_fuzzer"
"target_path": "/src/string_to_double_fuzzer.cc"