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

1 2

  /external/icu/icu4c/source/tools/gencolusb/
extract_unsafe_backwards.cpp 20 #define SERIALIZE 1 //< Default: use UnicodeSet.serialize() and a new internal c'tor
40 #if SERIALIZE
46 int32_t serializedCount = unsafeBackwardSet->serialize(NULL,0,preflightCode);
52 // serialize
53 unsafeBackwardSet->serialize(serializedData, serializedCount, errorCode);
148 #if SERIALIZE
  /external/protobuf/src/google/protobuf/
api.pb.cc 429 ::google::protobuf::internal::WireFormatLite::SERIALIZE,
451 ::google::protobuf::internal::WireFormatLite::SERIALIZE,
485 ::google::protobuf::internal::WireFormatLite::SERIALIZE,
510 ::google::protobuf::internal::WireFormatLite::SERIALIZE,
    [all...]
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,
field_mask.pb.cc 239 ::google::protobuf::internal::WireFormatLite::SERIALIZE,
255 ::google::protobuf::internal::WireFormatLite::SERIALIZE,
source_context.pb.cc 238 ::google::protobuf::internal::WireFormatLite::SERIALIZE,
254 ::google::protobuf::internal::WireFormatLite::SERIALIZE,
any.pb.cc 271 ::google::protobuf::internal::WireFormatLite::SERIALIZE,
293 ::google::protobuf::internal::WireFormatLite::SERIALIZE,
type.pb.cc 508 ::google::protobuf::internal::WireFormatLite::SERIALIZE,
524 ::google::protobuf::internal::WireFormatLite::SERIALIZE,
558 ::google::protobuf::internal::WireFormatLite::SERIALIZE,
576 ::google::protobuf::internal::WireFormatLite::SERIALIZE,
    [all...]
descriptor.pb.cc     [all...]
struct.pb.cc 356 ::google::protobuf::internal::WireFormatLite::SERIALIZE,
379 ::google::protobuf::internal::WireFormatLite::SERIALIZE,
751 ::google::protobuf::internal::WireFormatLite::SERIALIZE,
795 ::google::protobuf::internal::WireFormatLite::SERIALIZE,
    [all...]
wire_format_lite.cc 522 case SERIALIZE:
wire_format_lite.h 321 SERIALIZE = 1,
wire_format.cc     [all...]
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.cc 347 ::google::protobuf::internal::WireFormat::SERIALIZE,
357 ::google::protobuf::internal::WireFormat::SERIALIZE,
383 ::google::protobuf::internal::WireFormat::SERIALIZE,
393 ::google::protobuf::internal::WireFormat::SERIALIZE,
    [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,
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 385 * Serialize
395 (&c->debug_depth, "SERIALIZE", c, HB_FUNC, \
414 DEBUG_MSG_LEVEL (SERIALIZE, this->start, 0, +1,
424 DEBUG_MSG_LEVEL (SERIALIZE, this->start, 0, -1,
798 inline Type& serialize (hb_serialize_context_t *c, const void *base) function in struct:OT::OffsetTo
801 this->set ((char *) t - (char *) base); /* TODO(serialize) Overflow? */
872 inline bool serialize (hb_serialize_context_t *c, function in struct:OT::ArrayOf
877 len.set (items_len); /* TODO(serialize) Overflow? */
882 inline bool serialize (hb_serialize_context_t *c, function in struct:OT::ArrayOf
887 if (unlikely (!serialize (c, items_len))) return_trace (false)
997 inline bool serialize (hb_serialize_context_t *c, function in struct:OT::HeadlessArrayOf
    [all...]

Completed in 641 milliseconds

1 2