Home
last modified time | relevance | path

Searched refs:string_store (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
Drc_test_helpers.c542 char **string_store; in load_program() local
586 string_store = test->input; in load_program()
597 string_store = test->expected; in load_program()
601 dst = string_store[i++] = malloc((strlen(line) + 1) * in load_program()
/external/flatbuffers/tests/rust_usage_test/tests/
Dintegration_test.rs404 fn string_store() { in string_store() function