Home
last modified time | relevance | path

Searched refs:last_was_empty (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_doc_comment.cc64 bool last_was_empty = false; in WriteDocCommentBodyImpl() local
72 last_was_empty = true; in WriteDocCommentBodyImpl()
74 if (last_was_empty) { in WriteDocCommentBodyImpl()
77 last_was_empty = false; in WriteDocCommentBodyImpl()
/third_party/grpc/src/compiler/
Dcsharp_generator.cc76 bool last_was_empty = false; in GenerateDocCommentBodyImpl() local
88 last_was_empty = true; in GenerateDocCommentBodyImpl()
90 if (last_was_empty) { in GenerateDocCommentBodyImpl()
93 last_was_empty = false; in GenerateDocCommentBodyImpl()
/third_party/python/Lib/
Dmailbox.py859 last_was_empty = False
866 if last_was_empty:
874 last_was_empty = False
876 if last_was_empty:
882 last_was_empty = True
884 last_was_empty = False