Home
last modified time | relevance | path

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

/third_party/boost/libs/regex/example/snippets/
Dpartial_regex_grep.cpp53 bool have_more = true; in search() local
54 while(have_more) in search()
66 have_more = read == size; in search()
Dpartial_regex_iterate.cpp42 bool have_more = true; in search() local
44 while(have_more) in search()
56 have_more = read == size; in search()
/third_party/boost/libs/regex/doc/
Dpartial_matches.qbk104 bool have_more = true;
106 while(have_more)
118 have_more = read == size;
/third_party/flatbuffers/include/flatbuffers/
Dutil.h663 bool have_more = i + 1 < buffer_size; in BufferToHexText() local
666 if (have_more) { text += ','; } in BufferToHexText()
668 if (have_more && in BufferToHexText()