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

  /external/icu/icu4c/source/tools/gencolusb/
extract_unsafe_backwards.cpp 18 #define SERIALIZE 1 //< Default: use UnicodeSet.serialize() and a new internal c'tor
38 #if SERIALIZE
44 int32_t serializedCount = unsafeBackwardSet->serialize(NULL,0,preflightCode);
50 // serialize
51 unsafeBackwardSet->serialize(serializedData, serializedCount, errorCode);
144 #if SERIALIZE
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.cc 329 ::google::protobuf::internal::WireFormat::SERIALIZE,
339 ::google::protobuf::internal::WireFormat::SERIALIZE,
365 ::google::protobuf::internal::WireFormat::SERIALIZE,
375 ::google::protobuf::internal::WireFormat::SERIALIZE,
681 ::google::protobuf::internal::WireFormat::SERIALIZE,
691 ::google::protobuf::internal::WireFormat::SERIALIZE,
701 ::google::protobuf::internal::WireFormat::SERIALIZE,
721 ::google::protobuf::internal::WireFormat::SERIALIZE,
732 ::google::protobuf::internal::WireFormat::SERIALIZE,
743 ::google::protobuf::internal::WireFormat::SERIALIZE,
    [all...]
  /external/protobuf/src/google/protobuf/
wire_format.h 109 // Serialize a message in protocol buffer wire format.
191 // Serialize a single field.
204 // Parse/serialize a MessageSet::Item group. Used with messages that use
227 SERIALIZE,
descriptor.pb.cc     [all...]
wire_format.cc     [all...]
wire_format_unittest.cc 82 // Serialize using the generated code.
99 // Serialize using the generated code.
116 // Serialize using the generated code.
130 // Serialize using the generated code.
146 // Serialize using the generated code.
165 // Serialize using the generated code.
182 // Serialize using the generated code.
204 // Serialize and parse to oneof message.
269 TEST(WireFormatTest, Serialize) {
277 // Serialize using the generated code
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
wire_format.h 109 // Serialize a message in protocol buffer wire format.
191 // Serialize a single field.
204 // Parse/serialize a MessageSet::Item group. Used with messages that use
227 SERIALIZE,
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
wire_format.h 109 // Serialize a message in protocol buffer wire format.
191 // Serialize a single field.
204 // Parse/serialize a MessageSet::Item group. Used with messages that use
227 SERIALIZE,
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
wire_format.h 109 // Serialize a message in protocol buffer wire format.
191 // Serialize a single field.
204 // Parse/serialize a MessageSet::Item group. Used with messages that use
227 SERIALIZE,
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wire_format.h 109 // Serialize a message in protocol buffer wire format.
199 // Serialize a single field.
212 // Parse/serialize a MessageSet::Item group. Used with messages that use
235 SERIALIZE = 1,
wire_format_lite.h 321 SERIALIZE = 1,
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
wire_format.h 109 // Serialize a message in protocol buffer wire format.
191 // Serialize a single field.
204 // Parse/serialize a MessageSet::Item group. Used with messages that use
227 SERIALIZE,
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_context.c 52 IMMED_NVC0(push, NVC0_3D(SERIALIZE), 0);
nvc0_query.c 498 unsigned index, boolean *serialize)
502 if (*serialize) {
503 *serialize = FALSE;
505 IMMED_NVC0(nvc0_context(pipe)->base.pushbuf, NVC0_3D(SERIALIZE), 0);
nvc0_state_validate.c 62 boolean serialize = FALSE; local
115 serialize = TRUE;
119 /* only register for writing, otherwise we'd always serialize here */
147 serialize = TRUE;
159 if (serialize)
160 IMMED_NVC0(push, NVC0_3D(SERIALIZE), 0);
nvc0_vbo.c 763 IMMED_NVC0(push, NVC0_3D(SERIALIZE), 0);
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 147 SERIALIZE,
SystemZISelLowering.cpp     [all...]
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 383 * Serialize
393 (&c->debug_depth, "SERIALIZE", c, HB_FUNC, \
412 DEBUG_MSG_LEVEL (SERIALIZE, this->start, 0, +1,
422 DEBUG_MSG_LEVEL (SERIALIZE, this->start, 0, -1,
785 inline Type& serialize (hb_serialize_context_t *c, const void *base) function in struct:OT::OffsetTo
788 this->set ((char *) t - (char *) base); /* TODO(serialize) Overflow? */
856 inline bool serialize (hb_serialize_context_t *c, function in struct:OT::ArrayOf
861 len.set (items_len); /* TODO(serialize) Overflow? */
866 inline bool serialize (hb_serialize_context_t *c, function in struct:OT::ArrayOf
871 if (unlikely (!serialize (c, items_len))) return_trace (false)
980 inline bool serialize (hb_serialize_context_t *c, function in struct:OT::HeadlessArrayOf
    [all...]

Completed in 2274 milliseconds