Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/classic/example/fundamental/
Dcomments.cpp38 class actor_string class
41 actor_string(std::string &rstr) : in actor_string() function in actor_string
88 result = parse (pCComment, cpp_comment[actor_string(comment_c)]); in main()
126 result = parse (pPComment, pascal_comment[actor_string(comment_pascal)]); in main()
161 confix_p (open_tag, (*body_text)[actor_string(body)], close_tag) in main()
210 (*(body_text - str_p("</b>")))[actor_string(bodydirect)], in main()
/aosp_15_r20/frameworks/base/core/jni/
H A Dandroid_content_res_ApkAssets.cpp513 jstring actor_string = env->NewStringUTF(actor->second.c_str()); in NativeGetOverlayableInfo() local
514 if (env->ExceptionCheck() || actor_string == nullptr) { in NativeGetOverlayableInfo()
523 actor_string in NativeGetOverlayableInfo()