Home
last modified time | relevance | path

Searched refs:ExpectedTag (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/unittests/Support/
DRISCVAttributeParserTest.cpp35 static bool testAttribute(unsigned Tag, unsigned Value, unsigned ExpectedTag, in testAttribute() argument
47 Optional<unsigned> Attr = Parser.getAttributeValue(ExpectedTag); in testAttribute()
DARMAttributeParser.cpp29 unsigned ExpectedTag, unsigned ExpectedValue) { in testBuildAttr() argument
40 Optional<unsigned> Attr = Parser.getAttributeValue(ExpectedTag); in testBuildAttr()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc1688 static uint32 ExpectedTag(const FieldDescriptor* field, in ExpectedTag() function in google::protobuf::compiler::cpp::ParseLoopGenerator
1741 uint32 expected_tag = ExpectedTag(field, &fallback_tag); in GenerateParseLoop()