Home
last modified time | relevance | path

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

/external/virglrenderer/src/
Dvrend_strbuf.h188 static inline void strarray_free(struct vrend_strarray *sa, bool free_strings) in strarray_free() argument
190 if (free_strings) { in strarray_free()
/external/python/pybind11/include/pybind11/
Dpybind11.h499 static void destruct(detail::function_record *rec, bool free_strings = true) { in PYBIND11_NAMESPACE_BEGIN()
513 if (free_strings) { in PYBIND11_NAMESPACE_BEGIN()