Home | History | Annotate | Download | only in src

Lines Matching refs:type_

211   ValueType Type() const { return static_cast<ValueType>(type_); }
236 const int8 type_; // how to interpret value_
273 type_(FlagValueTraits<FlagType>::kValueType),
281 switch (type_) {
293 if (type_ == FV_BOOL) {
308 } else if (type_ == FV_STRING) {
324 switch (type_) {
372 switch (type_) {
400 switch (type_) {
437 if (type_ > FV_MAX_INDEX) {
442 return &types[type_ * 7];
446 if (type_ != x.type_)
448 switch (type_) {
461 switch (type_) {
474 assert(type_ == x.type_);
475 switch (type_) {