Home | History | Annotate | Download | only in utils

Lines Matching refs:type_

49   type_ = STRING;
54 type_ = UNSIGNED;
60 type_ = BYTES;
64 ConfigValue::Type ConfigValue::getType() const { return type_; }
67 CHECK(type_ == STRING);
72 CHECK(type_ == UNSIGNED);
77 CHECK(type_ == BYTES);
84 type_ = STRING;
91 type_ = BYTES;
97 type_ = UNSIGNED;