HomeSort by relevance Sort by last modified time
    Searched refs:proto_type (Results 1 - 8 of 8) sorted by null

  /external/nanopb-c/generator/google/protobuf/
descriptor.py 469 def ProtoTypeToCppProtoType(proto_type):
477 proto_type: the Python proto type (descriptor.FieldDescriptor.TYPE_*)
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/internal/
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)
  /frameworks/base/tools/streaming_proto/
main.cpp 269 string proto_type = get_proto_type(field); local
272 text << indent << "// " << optional_comment << repeated_comment << proto_type << ' '
  /external/protobuf/python/google/protobuf/
descriptor.py 550 def ProtoTypeToCppProtoType(proto_type):
558 proto_type: the Python proto type (descriptor.FieldDescriptor.TYPE_*)
565 return FieldDescriptor._PYTHON_TO_CPP_PROTO_TYPE_MAP[proto_type]
567 raise TypeTransformationError('Unknown proto_type: %s' % proto_type)
    [all...]
  /system/media/camera/docs/
metadata_helpers.py 185 proto_type = typename_to_protobuftype[typeName]
199 return "%s %s" %(prefix, proto_type)
    [all...]
  /external/flatbuffers/src/
idl_parser.cpp 1756 struct type_lookup { const char *proto_type; BaseType fb_type; }; member in struct:flatbuffers::type_lookup
    [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.h 635 #define FUNCS(name, membername, type_t, converter, proto_type) \
638 SET_TYPE(val->ctype, proto_type); \
646 assert(val.ctype == proto_type); \
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
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); \
    [all...]

Completed in 269 milliseconds