Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DARMAttributeParser.cpp28 unsigned ExpectedTag, unsigned ExpectedValue) { in testBuildAttr() argument
39 return (Parser.hasAttribute(ExpectedTag) && in testBuildAttr()
40 Parser.getAttributeValue(ExpectedTag) == ExpectedValue); 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()