Lines Matching refs:cid
311 class_id_type cid(cobject_info_set.size()); in register_type() local
312 cobject_type co(cid, bis); in register_type()
320 cid = result.first->m_class_id; in register_type()
322 const int tid = cid; in register_type()
325 return cid; in register_type()
335 class_id_optional_type cid(class_id_type(0)); in load_preamble() local
336 load(ar, cid); // to be thrown away in load_preamble()
383 const class_id_type cid = register_type(bis); in load_object() local
384 const int i = cid; in load_object()
406 object_id_vector.push_back(aobject(t, cid)); in load_object()
427 class_id_type cid; in load_pointer() local
428 load(ar, cid); in load_pointer()
430 if(BOOST_SERIALIZATION_NULL_POINTER_TAG == cid){ in load_pointer()
436 if(class_id_type(cobject_info_set.size()) <= cid){ in load_pointer()
457 BOOST_VERIFY(register_type(bpis_ptr->get_basic_serializer()) == cid); in load_pointer()
458 int i = cid; in load_pointer()
461 int i = cid; in load_pointer()
505 object_id_vector.push_back(aobject(t, cid)); in load_pointer()