Searched defs:IsDefault (Results 1 – 11 of 11) sorted by relevance
167 inline bool IsDefault() const { return (as_int() & kMask) == kDefault; } in IsDefault() function346 inline bool IsDefault() const { return tagged_ptr_.IsDefault(); } in IsDefault() function
357 static constexpr bool IsDefault() { return false; } in IsDefault() function358 static constexpr bool IsDefault(const std::string*) { return false; } in IsDefault() function
108 bool IsDefault() const { in IsDefault() function
166 inline bool IsDefault() const { return (as_int() & kMask) == kDefault; } in IsDefault() function353 inline bool IsDefault() const { return tagged_ptr_.IsDefault(); } in IsDefault() function
115 bool IsDefault() const { in IsDefault() function
44 func (o unmarshalOptions) IsDefault() bool { func
181 bool IsDefault() const { return determinism_ == Type::kDefault; } in IsDefault() function
311 bool IsDefault() const { return presence == kDefault; } in IsDefault() function
534 bool IsDefault = false; member
701 bool IsDefault; in getFullSymbolName() local