Home
last modified time | relevance | path

Searched refs:proto_type (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/python/google/protobuf/internal/
Dgenerator_test.py62 proto_type = unittest_pb2.TestAllTypes
64 proto_type.NestedMessage.DESCRIPTOR,
65 proto_type.DESCRIPTOR.fields_by_name[field_name].message_type)
/external/nanopb-c/generator/google/protobuf/
Ddescriptor.py469 def ProtoTypeToCppProtoType(proto_type): argument
484 return FieldDescriptor._PYTHON_TO_CPP_PROTO_TYPE_MAP[proto_type]
486 raise TypeTransformationError('Unknown proto_type: %s' % proto_type)
/external/protobuf/python/google/protobuf/
Ddescriptor.py502 def ProtoTypeToCppProtoType(proto_type): argument
517 return FieldDescriptor._PYTHON_TO_CPP_PROTO_TYPE_MAP[proto_type]
519 raise TypeTransformationError('Unknown proto_type: %s' % proto_type)