Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/internal/
Dgenerator_test.py67 proto_type = unittest_pb2.TestAllTypes
69 proto_type.NestedMessage.DESCRIPTOR,
70 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.py550 def ProtoTypeToCppProtoType(proto_type): argument
565 return FieldDescriptor._PYTHON_TO_CPP_PROTO_TYPE_MAP[proto_type]
567 raise TypeTransformationError('Unknown proto_type: %s' % proto_type)
/external/flatbuffers/src/
Didl_parser.cpp1756 struct type_lookup { const char *proto_type; BaseType fb_type; }; in ParseTypeFromProtoType() member
1769 for (auto tl = lookup; tl->proto_type; tl++) { in ParseTypeFromProtoType()
1770 if (attribute_ == tl->proto_type) { in ParseTypeFromProtoType()
/external/protobuf/php/ext/google/protobuf/
Dupb.h635 #define FUNCS(name, membername, type_t, converter, proto_type) \ argument
638 SET_TYPE(val->ctype, proto_type); \
646 assert(val.ctype == proto_type); \
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h846 #define FUNCS(name, membername, type_t, converter, proto_type) \
849 SET_TYPE(val->ctype, proto_type); \
857 assert(val.ctype == proto_type); \