HomeSort by relevance Sort by last modified time
    Searched refs:message_set (Results 1 - 10 of 10) sorted by null

  /external/protobuf/src/google/protobuf/
wire_format_unittest.cc 425 proto2_wireformat_unittest::TestMessageSet message_set; local
426 message_set.MutableExtension(
428 message_set.MutableExtension(
430 message_set.mutable_unknown_fields()->AddLengthDelimited(
434 ASSERT_TRUE(message_set.SerializeToString(&data));
468 proto2_wireformat_unittest::TestMessageSet message_set; local
469 message_set.MutableExtension(
471 message_set.MutableExtension(
473 message_set.mutable_unknown_fields()->AddLengthDelimited(
476 int size = message_set.ByteSize()
545 proto2_wireformat_unittest::TestMessageSet message_set; local
589 proto2_wireformat_unittest::TestMessageSet message_set; local
597 proto2_wireformat_unittest::TestMessageSet message_set; local
609 proto2_wireformat_unittest::TestMessageSet message_set; local
    [all...]
text_format_unittest.cc     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
imaplib.py 388 def copy(self, message_set, new_mailbox):
389 """Copy 'message_set' messages onto end of 'new_mailbox'.
391 (typ, [data]) = <instance>.copy(message_set, new_mailbox)
393 return self._simple_command('COPY', message_set, new_mailbox)
432 def fetch(self, message_set, message_parts):
435 (typ, [data, ...]) = <instance>.fetch(message_set, message_parts)
443 typ, dat = self._simple_command(name, message_set, message_parts)
714 def store(self, message_set, command, flags):
717 (typ, [data]) = <instance>.store(message_set, command, flags)
721 typ, dat = self._simple_command('STORE', message_set, command, flags)
    [all...]
  /external/python/cpython2/Lib/
imaplib.py 401 def copy(self, message_set, new_mailbox):
402 """Copy 'message_set' messages onto end of 'new_mailbox'.
404 (typ, [data]) = <instance>.copy(message_set, new_mailbox)
406 return self._simple_command('COPY', message_set, new_mailbox)
445 def fetch(self, message_set, message_parts):
448 (typ, [data, ...]) = <instance>.fetch(message_set, message_parts)
456 typ, dat = self._simple_command(name, message_set, message_parts)
727 def store(self, message_set, command, flags):
730 (typ, [data]) = <instance>.store(message_set, command, flags)
734 typ, dat = self._simple_command('STORE', message_set, command, flags
    [all...]
  /external/python/cpython3/Lib/
imaplib.py 459 def copy(self, message_set, new_mailbox):
460 """Copy 'message_set' messages onto end of 'new_mailbox'.
462 (typ, [data]) = <instance>.copy(message_set, new_mailbox)
464 return self._simple_command('COPY', message_set, new_mailbox)
515 def fetch(self, message_set, message_parts):
518 (typ, [data, ...]) = <instance>.fetch(message_set, message_parts)
526 typ, dat = self._simple_command(name, message_set, message_parts)
825 def store(self, message_set, command, flags):
828 (typ, [data]) = <instance>.store(message_set, command, flags)
832 typ, dat = self._simple_command('STORE', message_set, command, flags
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
imaplib.py 388 def copy(self, message_set, new_mailbox):
389 """Copy 'message_set' messages onto end of 'new_mailbox'.
391 (typ, [data]) = <instance>.copy(message_set, new_mailbox)
393 return self._simple_command('COPY', message_set, new_mailbox)
432 def fetch(self, message_set, message_parts):
435 (typ, [data, ...]) = <instance>.fetch(message_set, message_parts)
443 typ, dat = self._simple_command(name, message_set, message_parts)
714 def store(self, message_set, command, flags):
717 (typ, [data]) = <instance>.store(message_set, command, flags)
721 typ, dat = self._simple_command('STORE', message_set, command, flags
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
imaplib.py 388 def copy(self, message_set, new_mailbox):
389 """Copy 'message_set' messages onto end of 'new_mailbox'.
391 (typ, [data]) = <instance>.copy(message_set, new_mailbox)
393 return self._simple_command('COPY', message_set, new_mailbox)
432 def fetch(self, message_set, message_parts):
435 (typ, [data, ...]) = <instance>.fetch(message_set, message_parts)
443 typ, dat = self._simple_command(name, message_set, message_parts)
714 def store(self, message_set, command, flags):
717 (typ, [data]) = <instance>.store(message_set, command, flags)
721 typ, dat = self._simple_command('STORE', message_set, command, flags
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py 388 def copy(self, message_set, new_mailbox):
389 """Copy 'message_set' messages onto end of 'new_mailbox'.
391 (typ, [data]) = <instance>.copy(message_set, new_mailbox)
393 return self._simple_command('COPY', message_set, new_mailbox)
432 def fetch(self, message_set, message_parts):
435 (typ, [data, ...]) = <instance>.fetch(message_set, message_parts)
443 typ, dat = self._simple_command(name, message_set, message_parts)
714 def store(self, message_set, command, flags):
717 (typ, [data]) = <instance>.store(message_set, command, flags)
721 typ, dat = self._simple_command('STORE', message_set, command, flags
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py 388 def copy(self, message_set, new_mailbox):
389 """Copy 'message_set' messages onto end of 'new_mailbox'.
391 (typ, [data]) = <instance>.copy(message_set, new_mailbox)
393 return self._simple_command('COPY', message_set, new_mailbox)
432 def fetch(self, message_set, message_parts):
435 (typ, [data, ...]) = <instance>.fetch(message_set, message_parts)
443 typ, dat = self._simple_command(name, message_set, message_parts)
714 def store(self, message_set, command, flags):
717 (typ, [data]) = <instance>.store(message_set, command, flags)
721 typ, dat = self._simple_command('STORE', message_set, command, flags
    [all...]
  /external/golang-protobuf/protoc-gen-go/generator/
generator.go     [all...]

Completed in 1322 milliseconds