Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dwire_format.h85 static inline WireFormatLite::WireType WireTypeForFieldType(
277 return WireTypeForFieldType(field->type()); in WireTypeForField()
281 inline WireFormatLite::WireType WireFormat::WireTypeForFieldType( in WireTypeForFieldType() function
285 return WireFormatLite::WireTypeForFieldType( in WireTypeForFieldType()
Dmessage.cc293 if (WireFormat::WireTypeForFieldType(field->type()) != in ParseLenDelim()
506 if (internal::WireFormat::WireTypeForFieldType(field->type()) != in _InternalParse()
Dwire_format.cc481 WireTypeForFieldType(field->type())) { in ParseAndMergeField()
Dwire_format_lite.h152 static inline WireFormatLite::WireType WireTypeForFieldType( in WireTypeForFieldType() function
Dextension_set.cc1170 WireFormatLite::WireTypeForFieldType(real_type(extension->type)); in FindExtensionInfoFromFieldNumber()
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_extension.cc113 WireFormat::WireTypeForFieldType(descriptor->type()))); in SetVariables()
Djavanano_enum_field.cc77 internal::WireFormat::WireTypeForFieldType(descriptor->type()))); in SetEnumVariables()
Djavanano_message.cc445 WireFormat::WireTypeForFieldType(field->type())); in GenerateMergeFromMethods()
Djavanano_primitive_field.cc225 internal::WireFormat::WireTypeForFieldType(descriptor->type()))); in SetPrimitiveVariables()
/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_message.cc648 internal::WireFormat::WireTypeForFieldType(field->type()); in GenerateMergingMethods()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_message.cc1746 field->number(), WireFormat::WireTypeForFieldType(field->type())); in GenerateFieldMetadata()
1803 field->number(), WireFormat::WireTypeForFieldType(field->type())); in GenerateFieldMetadata()
2153 normal_wiretype = WireFormat::WireTypeForFieldType(field->type()); in GenerateParseOffsets()
3541 WireFormat::WireTypeForFieldType(field->type()); in GenerateMergeFromCodedStream()
Dcpp_helpers.cc1692 auto expected_wiretype = WireFormat::WireTypeForFieldType(field->type()); in ExpectedTag()
/external/tensorflow/tensorflow/core/kernels/
Dencode_proto_op.cc253 auto wire_type = WireFormatLite::WireTypeForFieldType( in WriteField()
Ddecode_proto_op.cc1055 WireFormatLite::WireTypeForFieldType(field.type); in CollectField()
/external/protobuf/conformance/
Dbinary_json_conformance_suite.cc512 WireFormatLite::WireType wire_type = WireFormatLite::WireTypeForFieldType( in TestPrematureEOFForType()
592 WireFormatLite::WireType wire_type = WireFormatLite::WireTypeForFieldType( in TestValidDataForType()
/external/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc822 WireFormatLite::WireType wire_type = WireFormatLite::WireTypeForFieldType( in WriteTag()
Dprotostream_objectsource.cc175 WireFormatLite::WireTypeForFieldType( in FindAndVerifyField()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_message.cc1222 field->number(), WireFormat::WireTypeForFieldType(field->type())); in GenerateParsingConstructor()