Home | History | Annotate | Download | only in src

Lines Matching defs:type_

57   FlagType type_;           // What type of flag, bool, int, or string.
64 FlagType type() const { return type_; }
71 ASSERT(type_ == TYPE_BOOL);
76 ASSERT(type_ == TYPE_INT);
81 ASSERT(type_ == TYPE_FLOAT);
86 ASSERT(type_ == TYPE_STRING);
91 ASSERT(type_ == TYPE_STRING);
99 ASSERT(type_ == TYPE_ARGS);
104 ASSERT(type_ == TYPE_BOOL);
109 ASSERT(type_ == TYPE_INT);
114 ASSERT(type_ == TYPE_FLOAT);
119 ASSERT(type_ == TYPE_STRING);
124 ASSERT(type_ == TYPE_ARGS);
130 switch (type_) {
153 switch (type_) {