Home
last modified time | relevance | path

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

/third_party/elfio/elfio/
Delfio_strings.hpp69 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/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/gn/src/gn/
Dargs.cc382 Value empty_string(nullptr, std::string()); in SetSystemVarsLocked() 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/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
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs6317 let mut empty_string: String = String::new(); localVariable
6397 let mut empty_string: String = String::new(); localVariable