Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_doc_comment.cc63 bool last_was_empty = false; in WriteDocCommentBodyImpl() local
71 last_was_empty = true; in WriteDocCommentBodyImpl()
73 if (last_was_empty) { in WriteDocCommentBodyImpl()
76 last_was_empty = false; in WriteDocCommentBodyImpl()
/external/grpc-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()
/external/python/cpython2/Lib/
Dmailbox.py841 last_was_empty = False
848 if last_was_empty:
856 last_was_empty = False
858 if last_was_empty:
864 last_was_empty = True
866 last_was_empty = False
/external/python/cpython3/Lib/
Dmailbox.py856 last_was_empty = False
863 if last_was_empty:
871 last_was_empty = False
873 if last_was_empty:
879 last_was_empty = True
881 last_was_empty = False
/external/boringssl/src/ssl/
Dt1_lib.cc3083 bool last_was_empty = false; in ssl_add_clienthello_tlsext() local
3098 last_was_empty = (bytes_written == 4); in ssl_add_clienthello_tlsext()
3119 last_was_empty = false; in ssl_add_clienthello_tlsext()
3130 if (last_was_empty && psk_extension_len == 0) { in ssl_add_clienthello_tlsext()