/external/libbrillo/brillo/dbus/ |
D | data_serialization_fuzzer.cc | 51 void AppendValue(dbus::MessageWriter* writer, bool variant, const T& value) { in AppendValue() function 62 AppendValue(writer, variant, data_provider->ConsumeIntegral<T>()); in GenerateIntAndAppendValue() 141 AppendValue(&writer, variant, data_provider.ConsumeBool()); in LLVMFuzzerTestOneInput() 144 AppendValue(&writer, variant, in LLVMFuzzerTestOneInput() 148 AppendValue(&writer, variant, GenerateValidUTF8(&data_provider)); in LLVMFuzzerTestOneInput() 155 AppendValue(&writer, variant, dbus::ObjectPath(object_path)); in LLVMFuzzerTestOneInput() 164 AppendValue(&writer, variant, vec); in LLVMFuzzerTestOneInput() 173 AppendValue(&writer, variant, vec); in LLVMFuzzerTestOneInput() 177 AppendValue( in LLVMFuzzerTestOneInput() 183 AppendValue(&writer, variant, in LLVMFuzzerTestOneInput() [all …]
|
/external/oss-fuzz/projects/jsoncpp/ |
D | json_proto_converter.cc | 31 AppendValue(value); in AppendArray() 56 AppendValue(json_object.value()); in AppendObject() 60 void JsonProtoConverter::AppendValue(const JsonValue& json_value) { in AppendValue() function in json_proto::JsonProtoConverter
|
D | json_proto_converter.h | 38 void AppendValue(const json_proto::JsonValue&);
|
/external/llvm-project/lldb/source/Host/macosx/cfcpp/ |
D | CFCMutableArray.h | 31 bool AppendValue(const void *value,
|
D | CFCMutableArray.cpp | 79 bool CFCMutableArray::AppendValue(const void *value, bool can_create) { in AppendValue() function in CFCMutableArray
|
/external/llvm-project/lldb/source/Interpreter/ |
D | OptionValueArray.cpp | 295 AppendValue(value_sp); in SetArgs() 314 copied_array->AppendValue(m_values[i]->DeepCopy()); in DeepCopy()
|
/external/llvm-project/lldb/include/lldb/Interpreter/ |
D | OptionValueArray.h | 70 bool AppendValue(const lldb::OptionValueSP &value_sp) { in AppendValue() function
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectRegister.cpp | 264 set_indexes.AppendValue(value_sp); in SetOptionValue()
|
/external/llvm-project/clang/test/ARCMT/ |
D | objcmt-arc-cf-annotations.m.result | 1082 // Same issue, except with "AppendValue" functions.
|
D | objcmt-arc-cf-annotations.m | 1040 // Same issue, except with "AppendValue" functions.
|
/external/clang/test/ARCMT/ |
D | objcmt-arc-cf-annotations.m | 1040 // Same issue, except with "AppendValue" functions.
|
D | objcmt-arc-cf-annotations.m.result | 1082 // Same issue, except with "AppendValue" functions.
|
/external/llvm-project/clang/test/Analysis/ |
D | retain-release.m | 1146 // Same issue, except with "AppendValue" functions.
|
/external/clang/test/Analysis/ |
D | retain-release.m | 1035 // Same issue, except with "AppendValue" functions.
|