Home
last modified time | relevance | path

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

/aosp12/system/libbase/include/android-base/
H A Dstrings.h74 inline bool ConsumePrefix(std::string_view* s, std::string_view prefix) { in ConsumePrefix() function
/aosp12/system/tools/aidl/
H A Dcomments.cpp48 std::string ConsumePrefix(const std::string& s, std::string_view prefix) { in ConsumePrefix() function
/aosp12/system/libbase/
H A Dstrings_test.cpp299 TEST(strings, ConsumePrefix) { in TEST() argument