Home | History | Annotate | Download | only in lib_json

Lines Matching defs:asString

702 Value::asString() const
727 return CppTL::ConstString( asString().c_str() );
935 || ( type_ == stringValue && asString() == "" )