Lines Matching defs:value
88 void AppendEscapedStringTo(std::string* str, const Slice& value) { in AppendEscapedStringTo()
152 std::string EscapeString(const Slice& value) { in EscapeString()
268 bool ParseBoolean(const std::string& type, const std::string& value) { in ParseBoolean()
277 uint32_t ParseUint32(const std::string& value) { in ParseUint32()
286 int32_t ParseInt32(const std::string& value) { in ParseInt32()
297 uint64_t ParseUint64(const std::string& value) { in ParseUint64()
322 int64_t ParseInt64(const std::string& value) { in ParseInt64()
347 int ParseInt(const std::string& value) { in ParseInt()
370 double ParseDouble(const std::string& value) { in ParseDouble()
378 size_t ParseSizeT(const std::string& value) { in ParseSizeT()
382 std::vector<int> ParseVectorInt(const std::string& value) { in ParseVectorInt()
398 bool SerializeIntVector(const std::vector<int>& vec, std::string* value) { in SerializeIntVector()