Home
last modified time | relevance | path

Searched defs:empty_string (Results 1 – 21 of 21) 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/benchmark/conan/test_package/
Dtest_package.cpp5 std::string empty_string; in BM_StringCreation() local
/third_party/boost/libs/metaparse/test/
Dstring.cpp74 typedef metaparse::string<> empty_string; in BOOST_AUTO_TEST_CASE() typedef
/third_party/ffmpeg/libavformat/
Dwsddec.c37 static int empty_string(const char *buf, unsigned size) in empty_string() function
/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/gn/src/gn/
Dargs.cc370 Value empty_string(nullptr, std::string()); in SetSystemVarsLocked() local
/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/boost/boost/date_time/local_time/
Dposix_time_zone.hpp252 const char_type empty_string[2] = {'\0'}; in calc_zone() local
/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/python/Python/
Dcompile.c3268 static PyObject *empty_string; in compiler_from_import() local