Home
last modified time | relevance | path

Searched refs:ToEnum (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/src/google/protobuf/util/internal/
Ddatapiece.h152 util::StatusOr<int> ToEnum(const google::protobuf::Enum* enum_type) const;
Ddatapiece.cc262 StatusOr<int> DataPiece::ToEnum(const google::protobuf::Enum* enum_type) const { in ToEnum() function in google::protobuf::util::converter::DataPiece
Dproto_writer.cc266 StatusOr<int> e = data.ToEnum(enum_type); in WriteEnum()
/external/clang/lib/AST/
DASTImporter.cpp2046 if (EnumDecl *ToEnum = cast_or_null<EnumDecl>(ToD)) { in ImportDefinitionIfNeeded() local
2047 if (FromEnum->getDefinition() && !ToEnum->getDefinition()) { in ImportDefinitionIfNeeded()
2048 ImportDefinition(FromEnum, ToEnum); in ImportDefinitionIfNeeded()
2383 bool ASTNodeImporter::IsStructuralMatch(EnumDecl *FromEnum, EnumDecl *ToEnum) { in IsStructuralMatch() argument
2387 return Ctx.IsStructurallyEquivalent(FromEnum, ToEnum); in IsStructuralMatch()
6164 } else if (EnumDecl *ToEnum = dyn_cast<EnumDecl>(ToDC)) { in ImportContext() local
6166 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 …]