Home
last modified time | relevance | path

Searched refs:set_empty_strings_to_null (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/
H A Didl.h599 bool set_empty_strings_to_null; member
652 set_empty_strings_to_null(true), in IDLOptions()
/aosp_15_r20/external/flatbuffers/include/flatbuffers/
H A Didl.h666 bool set_empty_strings_to_null; member
730 set_empty_strings_to_null(true), in IDLOptions()
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
H A Didl.h666 bool set_empty_strings_to_null; member
730 set_empty_strings_to_null(true), in IDLOptions()
/aosp_15_r20/external/flatbuffers/src/
H A Dflatc.cpp572 opts.set_empty_strings_to_null = false; in Compile()
H A Didl_gen_cpp.cpp3193 auto empty_value = opts_.set_empty_strings_to_null in GenCreateParam()