Home | History | Annotate | Download | only in extensions

Lines Matching refs:key_

23   explicit DictField(const std::string& key) : key_(key), value_() {
29 const std::string& key() const { return key_; }
41 return dict->Set(Var(key_), converter.var());
45 Var value_var = dict.Get(Var(key_));
55 std::string key_;
62 explicit OptionalDictField(const std::string& key) : key_(key) {
68 const std::string& key() const { return key_; }
82 return dict->Set(Var(key_), converter.var());
86 Var value_var = dict.Get(Var(key_));
93 std::string key_;