Home
last modified time | relevance | path

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

/external/google-benchmark/conan/test_package/
Dtest_package.cpp5 std::string empty_string; in BM_StringCreation() local
/external/google-breakpad/src/common/linux/
Dsynth_elf.h87 Label empty_string; variable
/external/eigen/unsupported/test/
Dcxx11_tensor_io.cpp47 std::string empty_string; in test_output_1d() local
/external/minijail/
Dutil_unittest.cc74 TEST(tokenize, empty_string) { in TEST() argument
/external/pdfium/core/fxcrt/
Dbytestring_unittest.cpp216 ByteString empty_string(""); in TEST() local
319 ByteString empty_string(""); in TEST() local
664 ByteString empty_string(""); in TEST() local
713 ByteString empty_string(""); in TEST() local
1094 ByteStringView empty_string(""); // Pointer to NUL, not NULL pointer. in TEST() local
1218 ByteStringView empty_string(""); in TEST() local
1233 ByteStringView empty_string(""); in TEST() local
1268 ByteStringView empty_string(""); in TEST() local
Dwidestring_unittest.cpp224 WideString empty_string(L""); in TEST() local
327 WideString empty_string(L""); in TEST() local
672 WideString empty_string(L""); in TEST() local
720 WideString empty_string(L""); in TEST() local
1429 WideStringView empty_string(L""); in TEST() local
/external/v8/src/ic/
Dstub-cache.cc131 Name empty_string = ReadOnlyRoots(isolate()).empty_string(); in Clear() local
/external/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
/external/tensorflow/tensorflow/core/platform/
Dstatus.cc113 const string& Status::empty_string() { in empty_string() function in tensorflow::Status
/external/grpc-grpc/test/core/tsi/alts/crypt/
Daes_gcm_test.cc69 char empty_string[] = ""; in gsec_assert_ok() local
/external/v8/src/runtime/
Druntime-regexp.cc692 Handle<String> empty_string = isolate->factory()->empty_string(); in StringReplaceGlobalRegExpWithEmptyString() local
/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h233 static const uint8_t empty_string[] = { 0 /*len*/, 0 /*terminator*/ }; in EmptyString() local
/external/python/cpython2/Python/
Dcompile.c1970 static PyObject *empty_string; in compiler_from_import() local
/external/python/cpython3/Python/
Dcompile.c3202 static PyObject *empty_string; in compiler_from_import() local
/external/deqp/external/openglcts/modules/gles31/
Des31cArrayOfArraysTests.cpp167 static const std::string empty_string = ""; variable