Home
last modified time | relevance | path

Searched defs:allow_null (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/third_party/protobuf/php/ext/google/protobuf/
H A Dprotobuf.h85 …IN_ARG_WITH_RETURN_OBJ_INFO_EX(name, return_reference, required_num_args, class_name, allow_null) \ argument
91 …F_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(name, return_reference, required_num_args, type, allow_null) \ argument
94 …F_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(name, return_reference, required_num_args, type, allow_null) \ argument
103 …G_WITH_TENTATIVE_RETURN_TYPE_INFO_EX(name, return_reference, required_num_args, type, allow_null) \ argument
/aosp_15_r20/external/protobuf/php/ext/google/protobuf/
H A Dprotobuf.h85 …IN_ARG_WITH_RETURN_OBJ_INFO_EX(name, return_reference, required_num_args, class_name, allow_null) \ argument
91 …F_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(name, return_reference, required_num_args, type, allow_null) \ argument
94 …F_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(name, return_reference, required_num_args, type, allow_null) \ argument
103 …G_WITH_TENTATIVE_RETURN_TYPE_INFO_EX(name, return_reference, required_num_args, type, allow_null) \ argument
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/fuzzers/sdp/
DsdpFuzzHelpers.h115 bool allow_null) { in generateArbitrarySdpDiscAttr()
134 bool allow_null) { in generateArbitrarySdpDiscRecord()
/aosp_15_r20/frameworks/native/libs/binder/tests/unit_fuzzers/
H A DcommonFuzzHelpers.h33 T getArbitraryVectorElement(FuzzedDataProvider* fdp, std::vector<T> const& vect, bool allow_null) { in getArbitraryVectorElement()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/fuzzers/common/
DcommonFuzzHelpers.h40 T getArbitraryVectorElement(FuzzedDataProvider* fdp, std::vector<T> vect, bool allow_null) { in getArbitraryVectorElement()
/aosp_15_r20/external/wayland/src/
H A Dscanner.c716 const char *allow_null = NULL; in start_element() local