Searched defs:ParseField (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ | ||
D | HexagonMCCodeEmitter.cpp | 36 enum class ParseField { duplex = 0x0, last0 = 0x1, last1 = 0x2, end = 0x3 }; enum |
/external/protobuf/src/google/protobuf/ | ||
D | extension_set.cc | 1000 bool ExtensionSet::ParseField(uint32 tag, io::CodedInputStream* input, in ParseField() function in google::protobuf::internal::ExtensionSet |
D | extension_set_heavy.cc | 269 bool ExtensionSet::ParseField(uint32 tag, io::CodedInputStream* input, in ParseField() function in google::protobuf::internal::ExtensionSet |
D | text_format.cc | 260 bool ParseField(const FieldDescriptor* field, Message* output) { in ParseField() function in google::protobuf::TextFormat::Parser::ParserImpl |