Searched refs:proto_type (Results 1 – 11 of 11) sorted by relevance
/third_party/grpc/src/compiler/ |
D | ruby_generator_string-inl.h | 120 std::string proto_type = descriptor->full_name(); in RubyTypeOf() local 123 ReplacePrefix(&proto_type, descriptor->file()->package(), ""); in RubyTypeOf() 124 ReplacePrefix(&proto_type, ".", ""); // remove the leading . (no package) in RubyTypeOf() 125 proto_type = RubyPackage(descriptor->file()) + "." + proto_type; in RubyTypeOf() 127 std::string res("." + proto_type); in RubyTypeOf()
|
/third_party/ltp/testcases/network/netstress/ |
D | netstress.c | 97 static uint proto_type; variable 158 switch (proto_type) { in init_socket_opts() 322 if (bind_no_port && proto_type != TYPE_SCTP) { in bind_before_connect() 612 if (proto_type != TYPE_SCTP) in server_fn() 831 proto_type = TYPE_TCP; in set_protocol_type() 833 proto_type = TYPE_UDP; in set_protocol_type() 835 proto_type = TYPE_UDP_LITE; in set_protocol_type() 837 proto_type = TYPE_DCCP; in set_protocol_type() 839 proto_type = TYPE_SCTP; in set_protocol_type() 909 switch (proto_type) { in setup() [all …]
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/aicpu/ |
D | aicpu_util.cc | 71 int AicpuOpUtil::ProtoTypeToMsType(int proto_type) { in ProtoTypeToMsType() argument 72 auto iter = kProtoDataTypeToMsDataTypeMap.find(proto_type); in ProtoTypeToMsType() 74 MS_LOG(ERROR) << "UnSupported proto_type value:" << proto_type; in ProtoTypeToMsType()
|
D | aicpu_util.h | 114 static int ProtoTypeToMsType(int proto_type);
|
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/ |
D | generator_test.py | 61 proto_type = unittest_pb2.TestAllTypes 63 proto_type.NestedMessage.DESCRIPTOR, 64 proto_type.DESCRIPTOR.fields_by_name[field_name].message_type)
|
/third_party/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)
|
/third_party/protobuf/python/google/protobuf/ |
D | descriptor.py | 607 def ProtoTypeToCppProtoType(proto_type): argument 622 return FieldDescriptor._PYTHON_TO_CPP_PROTO_TYPE_MAP[proto_type] 624 raise TypeTransformationError('Unknown proto_type: %s' % proto_type)
|
/third_party/grpc/third_party/upb/upb/ |
D | table.int.h | 85 #define FUNCS(name, membername, type_t, converter, proto_type) \ argument
|
/third_party/flatbuffers/src/ |
D | idl_parser.cpp | 2963 const char *proto_type; in ParseTypeFromProtoType() member 2984 for (auto tl = lookup; tl->proto_type; tl++) { in ParseTypeFromProtoType() 2985 if (attribute_ == tl->proto_type) { in ParseTypeFromProtoType()
|
/third_party/protobuf/php/ext/google/protobuf/ |
D | php-upb.h | 563 #define FUNCS(name, membername, type_t, converter, proto_type) \ argument
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 549 #define FUNCS(name, membername, type_t, converter, proto_type) \ argument
|