Home | History | Annotate | Download | only in lib_json

Lines Matching defs:c_str

211 const char* Value::CZString::c_str() const { return cstr_; }
304 duplicateStringValue(value.c_str(), (unsigned int)value.length());
309 value_.string_ = const_cast<char*>(value.c_str());
549 return CppTL::ConstString(asString().c_str());
955 return (*this)[key.c_str()];
959 return (*this)[key.c_str()];
968 return (*this)[key.c_str()];
972 return (*this)[key.c_str()];
984 return get(key.c_str(), defaultValue);
1013 return removeMember(key.c_str());
1019 return get(key.c_str(), defaultValue);
1029 return isMember(key.c_str());
1034 return isMember(key.c_str());
1050 members.push_back(std::string((*it).first.c_str()));
1191 setComment(comment.c_str(), placement);
1349 : key_(key.c_str()), index_(), kind_(kindKey) {}
1370 const char* current = path.c_str();
1385 invalidPath(path, int(current - path.c_str()));