Home
last modified time | relevance | path

Searched refs:AppendValue (Results 1 – 14 of 14) sorted by relevance

/external/libbrillo/brillo/dbus/
Ddata_serialization_fuzzer.cc51 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/
Djson_proto_converter.cc31 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
Djson_proto_converter.h38 void AppendValue(const json_proto::JsonValue&);
/external/llvm-project/lldb/source/Host/macosx/cfcpp/
DCFCMutableArray.h31 bool AppendValue(const void *value,
DCFCMutableArray.cpp79 bool CFCMutableArray::AppendValue(const void *value, bool can_create) { in AppendValue() function in CFCMutableArray
/external/llvm-project/lldb/source/Interpreter/
DOptionValueArray.cpp295 AppendValue(value_sp); in SetArgs()
314 copied_array->AppendValue(m_values[i]->DeepCopy()); in DeepCopy()
/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionValueArray.h70 bool AppendValue(const lldb::OptionValueSP &value_sp) { in AppendValue() function
/external/llvm-project/lldb/source/Commands/
DCommandObjectRegister.cpp264 set_indexes.AppendValue(value_sp); in SetOptionValue()
/external/llvm-project/clang/test/ARCMT/
Dobjcmt-arc-cf-annotations.m.result1082 // Same issue, except with "AppendValue" functions.
Dobjcmt-arc-cf-annotations.m1040 // Same issue, except with "AppendValue" functions.
/external/clang/test/ARCMT/
Dobjcmt-arc-cf-annotations.m1040 // Same issue, except with "AppendValue" functions.
Dobjcmt-arc-cf-annotations.m.result1082 // Same issue, except with "AppendValue" functions.
/external/llvm-project/clang/test/Analysis/
Dretain-release.m1146 // Same issue, except with "AppendValue" functions.
/external/clang/test/Analysis/
Dretain-release.m1035 // Same issue, except with "AppendValue" functions.