Home
last modified time | relevance | path

Searched refs:orig_str (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dutils_test.cpp49 const char* orig_str; member
60 auto process = std::string(GetParam().orig_str); in TEST_P()
64 << "Original string: " << GetParam().orig_str in TEST_P()
69 << "Original string: " << GetParam().orig_str in TEST_P()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dutils_test.cpp49 const char* orig_str; member
60 auto process = std::string(GetParam().orig_str); in TEST_P()
64 << "Original string: " << GetParam().orig_str in TEST_P()
69 << "Original string: " << GetParam().orig_str in TEST_P()
/third_party/spirv-tools/test/opt/
H A Dutils_test.cpp49 const char* orig_str; member
60 auto process = std::string(GetParam().orig_str); in TEST_P()
64 << "Original string: " << GetParam().orig_str in TEST_P()
69 << "Original string: " << GetParam().orig_str in TEST_P()
/third_party/backends/lib/
H A Dgetopt.c440 const char *orig_str = __getopt_nonoption_flags;
441 int len = nonoption_flags_max_len = strlen (orig_str);
449 memset (__mempcpy (__getopt_nonoption_flags, orig_str, len),
437 const char *orig_str = __getopt_nonoption_flags; global() local
/third_party/python/Objects/
H A Dlongobject.c2273 const char *start, *orig_str = str; in PyLong_FromString() local
2625 slen = strlen(orig_str) < 200 ? strlen(orig_str) : 200; in PyLong_FromString()
2626 strobj = PyUnicode_FromStringAndSize(orig_str, slen); in PyLong_FromString()

Completed in 11 milliseconds