Searched refs:proto_type (Results 1 – 6 of 6) sorted by relevance
/external/protobuf/python/google/protobuf/internal/ |
D | generator_test.py | 67 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/ |
D | descriptor.py | 469 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/ |
D | descriptor.py | 550 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/ |
D | idl_parser.cpp | 1756 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/ |
D | upb.h | 635 #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/ |
D | upb.h | 846 #define FUNCS(name, membername, type_t, converter, proto_type) \ 849 SET_TYPE(val->ctype, proto_type); \ 857 assert(val.ctype == proto_type); \
|