HomeSort by relevance Sort by last modified time
    Searched refs:SERIALIZE (Results 1 - 25 of 29) 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...]
wrappers.pb.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/nouveau/nvc0/
nvc0_context.c 51 IMMED_NVC0(push, NVC0_3D(SERIALIZE), 0);
94 /* Pretty much any writing by shaders needs a serialize after
98 IMMED_NVC0(push, NVC0_3D(SERIALIZE), 0);
nvc0_program.c 807 IMMED_NVC0(nvc0->base.pushbuf, NVC0_3D(SERIALIZE), 0);
nvc0_state_validate.c 83 bool serialize = false; local
143 serialize = true;
147 /* only register for writing, otherwise we'd always serialize here */
175 serialize = true;
227 if (serialize)
228 IMMED_NVC0(push, NVC0_3D(SERIALIZE), 0);
230 NOUVEAU_DRV_STAT(&nvc0->screen->base, gpu_serialize_count, serialize);
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 147 SERIALIZE,
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 378 * Serialize
397 DEBUG_MSG_LEVEL (SERIALIZE, this->start, 0, +1,
407 DEBUG_MSG_LEVEL (SERIALIZE, this->start, 0, -1,
781 inline Type& serialize (hb_serialize_context_t *c, const void *base) function in struct:OT::OffsetTo
784 this->set ((char *) t - (char *) base); /* TODO(serialize) Overflow? */
855 inline bool serialize (hb_serialize_context_t *c, function in struct:OT::ArrayOf
860 len.set (items_len); /* TODO(serialize) Overflow? */
865 inline bool serialize (hb_serialize_context_t *c, function in struct:OT::ArrayOf
870 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 1071 milliseconds

1 2