Home
last modified time | relevance | path

Searched refs:TYPE_BYTES (Results 1 – 25 of 113) sorted by relevance

12345

/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.-summary.pbtxt36 type: TYPE_BYTES
63 type: TYPE_BYTES
104 type: TYPE_BYTES
Dtensorflow.summary.-summary.pbtxt36 type: TYPE_BYTES
63 type: TYPE_BYTES
104 type: TYPE_BYTES
Dtensorflow.summary.-event.pbtxt28 type: TYPE_BYTES
67 type: TYPE_BYTES
Dtensorflow.-event.pbtxt28 type: TYPE_BYTES
67 type: TYPE_BYTES
Dtensorflow.-attr-value.pbtxt9 type: TYPE_BYTES
86 type: TYPE_BYTES
Dtensorflow.train.-bytes-list.pbtxt9 type: TYPE_BYTES
Dtensorflow.-summary-metadata.-plugin-data.pbtxt15 type: TYPE_BYTES
Dtensorflow.summary.-tagged-run-metadata.pbtxt15 type: TYPE_BYTES
Dtensorflow.summary.-summary.-image.pbtxt27 type: TYPE_BYTES
Dtensorflow.-summary.-image.pbtxt27 type: TYPE_BYTES
Dtensorflow.summary.-summary.-audio.pbtxt27 type: TYPE_BYTES
Dtensorflow.-summary.-audio.pbtxt27 type: TYPE_BYTES
Dtensorflow.-summary-metadata.pbtxt43 type: TYPE_BYTES
/external/protobuf/php/src/Google/Protobuf/Internal/FieldDescriptorProto/
DType.php79 const TYPE_BYTES = 12; define in Google\\Protobuf\\Internal\\FieldDescriptorProto\\Type
121 self::TYPE_BYTES => 'TYPE_BYTES',
/external/protobuf/php/src/Google/Protobuf/Field/
DKind.php93 const TYPE_BYTES = 12; define in Google\\Protobuf\\Field\\Kind
144 self::TYPE_BYTES => 'TYPE_BYTES',
/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_field_base.cc211 wrapped_field->type() == FieldDescriptor::TYPE_BYTES) { in type_name()
236 case FieldDescriptor::TYPE_BYTES: in type_name()
278 case FieldDescriptor::TYPE_BYTES: in has_default_value()
376 case FieldDescriptor::TYPE_BYTES: in default_value()
424 case FieldDescriptor::TYPE_BYTES: in capitalized_type_name()
/external/protobuf/python/google/protobuf/internal/
Dtype_checkers.py299 _FieldDescriptor.TYPE_BYTES: wire_format.BytesByteSize,
322 _FieldDescriptor.TYPE_BYTES: encoder.BytesEncoder,
345 _FieldDescriptor.TYPE_BYTES: encoder.BytesSizer,
368 _FieldDescriptor.TYPE_BYTES: decoder.BytesDecoder,
392 _FieldDescriptor.TYPE_BYTES:
/external/protobuf/src/google/protobuf/util/internal/
Ddatapiece.cc220 case TYPE_BYTES: { in ToString()
250 case TYPE_BYTES: { in ValueAsStringOrDefault()
263 if (type_ == TYPE_BYTES) return str_.ToString(); in ToBytes()
414 case TYPE_BYTES: in InternalCopy()
Ddatapiece.h73 TYPE_BYTES = 10, enumerator
100 : type_(TYPE_BYTES), in DataPiece()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc349 case FieldDescriptor::TYPE_BYTES: in GetJavaType()
475 case FieldDescriptor::TYPE_BYTES: in FieldTypeName()
543 if (GetType(field) == FieldDescriptor::TYPE_BYTES) { in DefaultValue()
756 case FieldDescriptor::TYPE_BYTES: { in GetCapitalizedType()
810 case FieldDescriptor::TYPE_BYTES: in FixedSize()
953 } else if (result > FieldDescriptor::TYPE_BYTES) { in GetExperimentalJavaFieldTypeForPacked()
/external/rust/crates/protobuf-codegen/src/field/
Dmod.rs32 | FieldDescriptorProto_Type::TYPE_BYTES => false, in type_is_copy()
83 FieldDescriptorProto_Type::TYPE_BYTES => WireTypeLengthDelimited, in field_type_wire_type()
105 FieldDescriptorProto_Type::TYPE_BYTES => "bytes", in type_protobuf_name()
160 FieldDescriptorProto_Type::TYPE_STRING | FieldDescriptorProto_Type::TYPE_BYTES in rust_storage_type()
267 FieldDescriptorProto_Type::TYPE_BYTES, in rust_storage_type()
389 FieldDescriptorProto_Type::TYPE_BYTES if carllerche_for_bytes => FieldElem::Primitive( in field_elem()
390 FieldDescriptorProto_Type::TYPE_BYTES, in field_elem()
636 FieldDescriptorProto_Type::TYPE_BYTES => { in os_write_fn_param_type()
761 FieldDescriptorProto_Type::TYPE_BYTES => { in default_value_from_proto()
782 FieldDescriptorProto_Type::TYPE_BYTES => { in default_value_from_proto_typed()
[all …]
/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection.h236 type == FieldDescriptor::TYPE_BYTES) { in OffsetValue()
245 type == FieldDescriptor::TYPE_BYTES) { in Inlined()
Dgenerated_message_util.cc246 struct PrimitiveTypeHelper<WireFormatLite::TYPE_BYTES>
402 struct SingularFieldHelper<WireFormatLite::TYPE_BYTES>
472 struct RepeatedFieldHelper<WireFormatLite::TYPE_BYTES>
538 struct PackedFieldHelper<WireFormatLite::TYPE_BYTES>
593 bool IsNull<WireFormatLite::TYPE_BYTES>(const void* ptr) { in IsNull()
653 SERIALIZERS_FOR_TYPE(WireFormatLite::TYPE_BYTES); in SerializeInternal()
698 SERIALIZERS_FOR_TYPE(WireFormatLite::TYPE_BYTES); in SerializeInternalToArray()
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.train.-bytes-list.pbtxt9 type: TYPE_BYTES
/external/perfetto/src/protozero/protoc_plugin/
Dprotozero_plugin.cc186 case FieldDescriptor::TYPE_BYTES: in FieldTypeToProtozeroWireType()
224 case FieldDescriptor::TYPE_BYTES: in FieldTypeToPackedBufferType()
266 case FieldDescriptor::TYPE_BYTES: in FieldToProtoSchemaType()
308 case FieldDescriptor::TYPE_BYTES: in FieldToCppTypeName()
585 } else if (field->type() == FieldDescriptor::TYPE_BYTES) { in GenerateSimpleFieldDescriptor()
708 case FieldDescriptor::TYPE_BYTES: in GenerateDecoder()

12345