Home
last modified time | relevance | path

Searched refs:ToComment (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/
H A Dtinyxml2.h515 virtual XMLComment* ToComment() { in ToComment() function
534 virtual const XMLComment* ToComment() const { in ToComment() function
802 virtual XMLComment* ToComment() { in ToComment() function
805 virtual const XMLComment* ToComment() const { in ToComment() function
H A Dtinyxml2.cpp914 … return ( compare->ToComment() && XMLUtil::StringEqual( compare->ToComment()->Value(), Value() )); in ShallowEqual()