Home
last modified time | relevance | path

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

/external/pcre/pcrecpp/
Dpcrecpp.cc95 decltype(pcre2_compile_context_free)*> compile_context_ptr; in Compile() typedef
96 compile_context_ptr compile_context(NULL, pcre2_compile_context_free); in Compile()
101 compile_context = compile_context_ptr(pcre2_compile_context_create(NULL), in Compile()