Home
last modified time | relevance | path

Searched defs:empty_string (Results 1 – 25 of 25) sorted by relevance

/third_party/boost/boost/metaparse/v1/cpp11/impl/
Dempty_string.hpp18 struct empty_string struct
20 typedef empty_string type;
22 static constexpr char value[1] = {0};
/third_party/boost/boost/metaparse/v1/cpp98/impl/
Dempty_string.hpp18 struct empty_string struct
20 typedef empty_string type;
22 static const char value[1];
/third_party/boost/libs/metaparse/test/
Dstring.cpp74 typedef metaparse::string<> empty_string; in BOOST_AUTO_TEST_CASE() typedef
/third_party/elfio/elfio/
Delfio_strings.hpp66 char empty_string = '\0'; in add_string() local
/third_party/ffmpeg/libavformat/
Dwsddec.c37 static int empty_string(const char *buf, unsigned size) in empty_string() function
/third_party/flatbuffers/tests/
Dmore_defaults_generated.rs145 let empty_string = { in unpack() localVariable
186 pub fn empty_string(&self) -> &'a str { in empty_string() method
223 pub empty_string: Option<flatbuffers::WIPOffset<&'a str>>, field
302 pub empty_string: String, field
332 let empty_string = Some({ in pack() localVariable
/third_party/cJSON/tests/
Dparse_with_opts.c41 const char empty_string[] = ""; in parse_with_opts_should_handle_empty_strings() local
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cross_parsed_ir.hpp242 std::string empty_string; member in SPIRV_CROSS_NAMESPACE::ParsedIR
/third_party/ltp/testcases/kernel/syscalls/nftw/
Dlib.c247 char *empty_string; in test_ENOENT_empty() local
Dlib64.c247 char *empty_string; in test_ENOENT_empty() local
/third_party/boost/libs/filesystem/doc/
Dpath_table.cpp29 const string empty_string; variable
/third_party/boost/boost/locale/
Dformat.hpp86 CharType empty_string[1]={0}; in void_write() local
Dmessage.hpp451 static const char_type empty_string[1] = {0}; in write() local
/third_party/gn/src/gn/
Dargs.cc382 Value empty_string(nullptr, std::string()); in SetSystemVarsLocked() local
/third_party/boost/boost/date_time/local_time/
Dposix_time_zone.hpp252 const char_type empty_string[2] = {'\0'}; in calc_zone() local
/third_party/python/Include/internal/
Dpycore_interp.h57 PyObject *empty_string; member
68 PyObject *empty_string; member
/third_party/skia/third_party/externals/abseil-cpp/absl/status/
Dstatus.cc188 static std::string* empty_string = new std::string(); in EmptyString() local
/third_party/boost/libs/program_options/src/
Doptions_description.cpp177 static std::string empty_string(""); in long_name() local
/third_party/abseil-cpp/absl/status/
Dstatus.cc188 static std::string* empty_string = new std::string(); in EmptyString() local
/third_party/re2/re2/
Dre2.cc59 static const std::string* empty_string; variable
/third_party/re2/util/
Dpcre.cc103 static const std::string empty_string; variable
/third_party/grpc/test/core/tsi/alts/crypt/
Daes_gcm_test.cc70 char empty_string[] = ""; in gsec_assert_ok() local
/third_party/flatbuffers/include/flatbuffers/
Dflexbuffers.h249 static const char *empty_string = ""; in EmptyString() local
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cArrayOfArraysTests.cpp167 static const std::string empty_string = ""; variable
/third_party/python/Python/
Dcompile.c3383 static PyObject *empty_string; in compiler_from_import() local