HomeSort by relevance Sort by last modified time
    Searched refs:serialized (Results 76 - 100 of 205) sorted by null

1 2 34 5 6 7 8 9

  /external/protobuf/python/google/protobuf/pyext/
descriptor.cc 237 string serialized; local
238 options.SerializeToString(&serialized);
240 reinterpret_cast<const uint8*>(serialized.c_str()), serialized.size());
295 // The cached version of serialized pb. Either NULL, or a Bytes string.
    [all...]
  /external/nanopb-c/generator/google/protobuf/internal/
python_message.py 792 def MergeFromString(self, serialized):
793 length = len(serialized)
795 if self._InternalParse(serialized, 0, length) != length:
    [all...]
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
CodedInputStreamTest.java 811 ByteString serialized = message.toByteString(); local
814 BoolMessage msg2 = BoolMessage.parseFrom(serialized);
818 Int32Message msg3 = Int32Message.parseFrom(serialized);
  /external/protobuf/python/google/protobuf/internal/
test_util.py 356 def ExpectAllFieldsAndExtensionsInOrder(serialized):
357 """Ensures that serialized is the serialization we expect for a message
382 if expected != serialized:
383 raise ValueError('Expected %r, found %r' % (expected, serialized))
python_message.py 94 serialized / deserialized properly.
    [all...]
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/0.13.2/
grpc-core-0.13.2.jar 
  /prebuilts/go/darwin-x86/src/runtime/
heapdump.go 95 // Cache of types that have been serialized already.
98 // have been serialized so far, most recently used first.
158 // If we've definitely serialized the type before,
netpoll_solaris.go 59 // The open and arming mechanisms are serialized using the lock
  /prebuilts/go/linux-x86/src/runtime/
heapdump.go 95 // Cache of types that have been serialized already.
98 // have been serialized so far, most recently used first.
158 // If we've definitely serialized the type before,
netpoll_solaris.go 59 // The open and arming mechanisms are serialized using the lock
  /external/protobuf/ruby/tests/
basic.rb 944 serialized = Recursive1.encode(m)
945 m2 = Recursive1.decode(serialized)
953 serialized = Recursive1.encode(m)
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternUtils.java 1345 String serialized = getString(ENABLED_TRUST_AGENTS, userId); local
    [all...]
  /frameworks/base/tools/aapt/
Images.cpp 58 void* serialized = Res_png_9patch::serialize(info9Patch, xDivs, yDivs, colors); local
59 reinterpret_cast<Res_png_9patch*>(serialized)->deviceToFile();
60 return serialized;
    [all...]
  /frameworks/base/tools/aapt2/compile/
Png.cpp 50 void* serialized = android::Res_png_9patch::serialize(info9Patch, xDivs, local
52 reinterpret_cast<android::Res_png_9patch*>(serialized)->deviceToFile();
53 return serialized;
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
FileDescriptor.cs 165 /// The original serialized binary form of this descriptor.
214 /// <param name="descriptorData">The original serialized descriptor data.
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
PropertiesTest.java     [all...]
  /prebuilts/go/darwin-x86/src/index/suffixarray/
suffixarray_test.go 233 // returns the serialized index size
  /prebuilts/go/linux-x86/src/index/suffixarray/
suffixarray_test.go 233 // returns the serialized index size
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/1.0.1/
grpc-core-1.0.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/1.0.3/
grpc-core-1.0.3.jar 
  /external/protobuf/src/google/protobuf/
arena_unittest.cc 1162 string serialized; local
    [all...]
map_test_util.cc 1309 string serialized; local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
bexport.go 10 The export data is a serialized description of the graph of exported
32 The graph is serialized in in-order fashion, starting with the roots.
33 Each object in the graph is serialized by writing its fields sequentially.
34 If the field is a pointer to another object, that object is serialized in
39 reaching an object that was not serialized before, an integer _index_
43 If the object was already serialized, the encoding is simply the object
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
bexport.go 10 The export data is a serialized description of the graph of exported
32 The graph is serialized in in-order fashion, starting with the roots.
33 Each object in the graph is serialized by writing its fields sequentially.
34 If the field is a pointer to another object, that object is serialized in
39 reaching an object that was not serialized before, an integer _index_
43 If the object was already serialized, the encoding is simply the object
    [all...]
  /frameworks/base/core/java/android/app/
PendingIntent.java 229 Bundle extras, boolean serialized, boolean sticky, int sendingUser) {
    [all...]

Completed in 948 milliseconds

1 2 34 5 6 7 8 9