Home | History | Annotate | Download | only in common

Lines Matching refs:string

36 #include <string>
59 DictionaryBuilder& Set(const std::string& path, int in_value);
60 DictionaryBuilder& Set(const std::string& path, double in_value);
61 DictionaryBuilder& Set(const std::string& path, const std::string& in_value);
62 DictionaryBuilder& Set(const std::string& path,
64 DictionaryBuilder& Set(const std::string& path, DictionaryBuilder& in_value);
65 DictionaryBuilder& Set(const std::string& path, ListBuilder& in_value);
69 DictionaryBuilder& SetBoolean(const std::string& path, bool in_value);
90 ListBuilder& Append(const std::string& in_value);