Home
last modified time | relevance | path

Searched refs:assign_object (Results 1 – 3 of 3) sorted by relevance

/external/sdv/vsomeip/third_party/boost/serialization/src/
Dbasic_xml_grammar.ipp114 assign_impl<T> assign_object(T &t){
270 >> Name [xml::assign_object(rv.object_name)]
279 >> Name [xml::assign_object(rv.object_name)]
328 >> int_p [xml::assign_object(rv.class_id)]
341 >> uint_p [xml::assign_object(rv.object_id)]
379 >> uint_p [xml::assign_object(rv.version)]
425 >> Name [xml::assign_object(rv.class_name)]
/external/flac/include/FLAC++/
Dmetadata.h142 Prototype &assign_object(::FLAC__StreamMetadata *object, bool copy);
309 …inline StreamInfo &assign(::FLAC__StreamMetadata *object, bool copy) { Prototype::assign_object(ob… in assign()
387 …inline Padding &assign(::FLAC__StreamMetadata *object, bool copy) { Prototype::assign_object(objec… in assign()
442 …inline Application &assign(::FLAC__StreamMetadata *object, bool copy) { Prototype::assign_object(o… in assign()
501 …inline SeekTable &assign(::FLAC__StreamMetadata *object, bool copy) { Prototype::assign_object(obj… in assign()
670 …mment &assign(::FLAC__StreamMetadata *object, bool copy) { Prototype::assign_object(object, copy);… in assign()
797 …inline CueSheet &assign(::FLAC__StreamMetadata *object, bool copy) { Prototype::assign_object(obje… in assign()
894 …inline Picture &assign(::FLAC__StreamMetadata *object, bool copy) { Prototype::assign_object(objec… in assign()
976 …inline Unknown &assign(::FLAC__StreamMetadata *object, bool copy) { Prototype::assign_object(objec… in assign()
/external/flac/src/libFLAC++/
Dmetadata.cpp196 Prototype &Prototype::assign_object(::FLAC__StreamMetadata *object, bool copy) in assign_object() function in FLAC::Metadata::Prototype