Home
last modified time | relevance | path

Searched defs:str_p (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/core/primitives/
Dprimitives.hpp264 str_p(CharT const* str) in str_p() function
271 str_p(CharT * str) in str_p() function
278 str_p(IteratorT first, IteratorT last) in str_p() function
286 str_p(CharT ch) in str_p() function
/aosp_15_r20/system/update_engine/common/
H A Dutils.cc277 static void AppendBytes(const uint8_t* buf, size_t nbytes, string* str_p) { in AppendBytes()
/aosp_15_r20/external/libtracefs/src/
H A Dtracefs-sqlhist.c486 const char **str_p; in add_string() local