Searched refs:ToEnum (Results 1 – 4 of 4) sorted by relevance
152 util::StatusOr<int> ToEnum(const google::protobuf::Enum* enum_type) const;
262 StatusOr<int> DataPiece::ToEnum(const google::protobuf::Enum* enum_type) const { in ToEnum() function in google::protobuf::util::converter::DataPiece
266 StatusOr<int> e = data.ToEnum(enum_type); in WriteEnum()
2046 if (EnumDecl *ToEnum = cast_or_null<EnumDecl>(ToD)) { in ImportDefinitionIfNeeded() local2047 if (FromEnum->getDefinition() && !ToEnum->getDefinition()) { in ImportDefinitionIfNeeded()2048 ImportDefinition(FromEnum, ToEnum); in ImportDefinitionIfNeeded()2383 bool ASTNodeImporter::IsStructuralMatch(EnumDecl *FromEnum, EnumDecl *ToEnum) { in IsStructuralMatch() argument2387 return Ctx.IsStructurallyEquivalent(FromEnum, ToEnum); in IsStructuralMatch()6164 } else if (EnumDecl *ToEnum = dyn_cast<EnumDecl>(ToDC)) { in ImportContext() local6166 if (ToEnum->isCompleteDefinition()) { in ImportContext()6169 ASTNodeImporter(*this).ImportDefinition(FromEnum, ToEnum, in ImportContext()6172 CompleteDecl(ToEnum); in ImportContext()6522 if (EnumDecl *ToEnum = dyn_cast<EnumDecl>(To)) { in ImportDefinition() local[all …]