Lines Matching refs:Add
78 bool Add(const char* key, const char* value);
79 bool Add(const char* key, bool value);
80 bool Add(const char* key, int32_t value);
81 bool Add(const char* key, uint32_t value);
82 bool Add(const char* key, int64_t value);
83 bool Add(const char* key, double value);
84 bool Add(const char* key, const Value& value);
86 bool Add(const char* value);
87 bool Add(bool value);
88 bool Add(int32_t value);
89 bool Add(uint32_t value);
90 bool Add(int64_t value);
91 bool Add(double value);
92 bool Add(const Value& value);