Home
last modified time | relevance | path

Searched defs:is_nonempty (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/url/third_party/mozilla/
H A Durl_parse.h45 bool is_nonempty() const { return len > 0; } in is_nonempty() function
/aosp_15_r20/external/openscreen/third_party/mozilla/
H A Durl_parse.h27 bool is_nonempty() const { return (len > 0); } in is_nonempty() function