HomeSort by relevance Sort by last modified time
    Searched refs:ParseField (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCCodeEmitter.cpp 36 enum class ParseField { duplex = 0x0, last0 = 0x1, last1 = 0x2, end = 0x3 };
40 ParseField Field = HexagonMCInstrInfo::isPacketEnd(HMI) ? ParseField::end : ParseField::last0;
  /external/protobuf/src/google/protobuf/
extension_set_heavy.cc 269 bool ExtensionSet::ParseField(uint32 tag, io::CodedInputStream* input,
275 return ParseField(tag, input, &finder, &skipper);
280 return ParseField(tag, input, &finder, &skipper);
540 return ParseField(WireFormatLite::MakeTag(
559 if (!ParseField(tag, input, extension_finder, field_skipper)) {
extension_set.h 163 // register known extensions. The registrations are used by ParseField()
165 // does not use ParseField(); only protocol-compiler-generated parsing
347 bool ParseField(uint32 tag, io::CodedInputStream* input,
357 bool ParseField(uint32 tag, io::CodedInputStream* input,
359 bool ParseField(uint32 tag, io::CodedInputStream* input,
362 bool ParseField(uint32 tag, io::CodedInputStream* input,
546 // ParseField() after field number and was_packed_on_wire is extracted from
554 // Like ParseField(), but this method may parse singular message extensions
    [all...]
extension_set.cc     [all...]
text_format.cc 260 bool ParseField(const FieldDescriptor* field, Message* output) {
    [all...]
descriptor.pb.cc     [all...]

Completed in 265 milliseconds