Home
last modified time | relevance | path

Searched refs:WireTypeForFieldType (Results 1 – 11 of 11) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dwire_format.h86 static inline WireFormatLite::WireType WireTypeForFieldType(
330 return WireTypeForFieldType(field->type()); in WireTypeForField()
334 inline WireFormatLite::WireType WireFormat::WireTypeForFieldType( in WireTypeForFieldType() function
338 return WireFormatLite::WireTypeForFieldType( in WireTypeForFieldType()
Dwire_format.cc430 WireTypeForFieldType(field->type())) { in ParseAndMergeField()
829 WireTypeForFieldType(field->type())) { in _InternalParseAndMergeField()
Dwire_format_lite.h153 static inline WireFormatLite::WireType WireTypeForFieldType( in WireTypeForFieldType() function
Dextension_set.cc1170 WireFormatLite::WireTypeForFieldType(real_type(extension->type)); in FindExtensionInfoFromFieldNumber()
/third_party/protobuf/conformance/
Dbinary_json_conformance_suite.cc673 WireFormatLite::WireType wire_type = WireFormatLite::WireTypeForFieldType( in TestPrematureEOFForType()
753 WireFormatLite::WireType wire_type = WireFormatLite::WireTypeForFieldType( in TestValidDataForType()
953 WireFormatLite::WireType key_wire_type = WireFormatLite::WireTypeForFieldType( in TestValidDataForMapType()
956 WireFormatLite::WireTypeForFieldType( in TestValidDataForMapType()
1110 WireFormatLite::WireType wire_type = WireFormatLite::WireTypeForFieldType( in TestValidDataForOneofType()
1172 WireFormatLite::WireTypeForFieldType( in TestValidDataForOneofType()
/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_message.cc719 internal::WireFormat::WireTypeForFieldType(field->type()); in GenerateMainParseLoop()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_message.cc1796 field->number(), WireFormat::WireTypeForFieldType(field->type())); in GenerateFieldMetadata()
1853 field->number(), WireFormat::WireTypeForFieldType(field->type())); in GenerateFieldMetadata()
2215 normal_wiretype = WireFormat::WireTypeForFieldType(field->type()); in GenerateParseOffsets()
Dcpp_helpers.cc1751 auto expected_wiretype = WireFormat::WireTypeForFieldType(field->type()); in ExpectedTag()
/third_party/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc828 WireFormatLite::WireType wire_type = WireFormatLite::WireTypeForFieldType( in WriteTag()
Dprotostream_objectsource.cc175 WireFormatLite::WireTypeForFieldType( in FindAndVerifyField()
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_message.cc1215 field->number(), WireFormat::WireTypeForFieldType(field->type())); in GenerateParsingConstructor()