OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:textStr
(Results
1 - 6
of
6
) sorted by null
/external/deqp-deps/SPIRV-Tools/test/
text_destroy_test.cpp
24
char
textStr
[] = R"(
48
EXPECT_EQ(SPV_SUCCESS, spvTextToBinary(context,
textStr
, strlen(
textStr
),
binary_to_text_test.cpp
41
const char*
textStr
= R"(
62
spv_text_t text = {
textStr
, strlen(
textStr
)};
test_fixture.h
45
char
textStr
[] = "substitute the text member variable with your test";
46
text = {
textStr
, strlen(
textStr
)};
/external/swiftshader/third_party/SPIRV-Tools/test/
text_destroy_test.cpp
24
char
textStr
[] = R"(
48
EXPECT_EQ(SPV_SUCCESS, spvTextToBinary(context,
textStr
, strlen(
textStr
),
binary_to_text_test.cpp
45
const char*
textStr
= R"(
66
spv_text_t text = {
textStr
, strlen(
textStr
)};
test_fixture.h
45
char
textStr
[] = "substitute the text member variable with your test";
46
text = {
textStr
, strlen(
textStr
)};
Completed in 3343 milliseconds