Home
last modified time | relevance | path

Searched defs:message_type (Results 1 – 25 of 43) sorted by relevance

12

/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFileDescriptor.php16 private $message_type = []; variable in Google\\Protobuf\\Internal\\FileDescriptor
DFieldDescriptor.php23 private $message_type; variable in Google\\Protobuf\\Internal\\FieldDescriptor
122 public function setMessageType($message_type)
DFileDescriptorProto.php56 private $message_type; variable in Google\\Protobuf\\Internal\\FileDescriptorProto
/third_party/protobuf/conformance/
Dconformance_rust.rs57 let message_type = req.message_type(); in do_test() localVariable
Dconformance.proto105 string message_type = 4; field
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dextension.cc119 std::string message_type = ClassName(descriptor_->message_type()); in DetermineObjectiveCClassDefinitions() local
Dmessage_field.cc33 const std::string& message_type = ClassName(descriptor->message_type()); in SetMessageVariables() local
Dfile.cc129 const Descriptor* message_type = descriptor->nested_type(i); in MakeDescriptors() local
291 const Descriptor* message_type = file_->message_type(i); in FileGenerator() local
/third_party/rust/rust/tests/ui/codegen/
Dissue-64401.rs19 message_type: PhantomData<M>, field
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dextension.cc237 const auto message_type = FieldMessageTypeName(descriptor_, options_); in GenerateRegistration() local
/third_party/grpc/src/compiler/
Dpython_generator_helpers.h116 std::string message_type; in GetModuleAndMessagePath() local
/third_party/grpc/src/core/tsi/alts/frame_protector/
Dframe_handler.cc189 size_t message_type = in alts_read_frame_bytes() local
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
Dconsole_printer.py266 def formatMessageTypeBrief(self, message_type, with_color=True): argument
Dhtml_printer.py379 def formatContext(self, context, message_type=None): argument
Dbase_printer.py166 def formatMessageTypeBrief(self, message_type, _with_color=True): argument
Dshared.py218 def __init__(self, message_id, message_type, message, context, argument
/third_party/jerryscript/jerry-core/debugger/
Ddebugger.c1213 jerry_debugger_breakpoint_hit (uint8_t message_type) /**< message type */ in jerry_debugger_breakpoint_hit()
1332 jerry_debugger_send_string (uint8_t message_type, /**< message type */ in jerry_debugger_send_string()
/third_party/protobuf/src/google/protobuf/
Ddescriptor_database.cc237 const std::string& filename, const DescriptorProto& message_type, in AddNestedExtensions()
637 for (const auto& message_type : file.message_type()) { in AddFile() local
724 absl::string_view filename, const DescProto& message_type) { in AddNestedExtensions()
Dreflection_ops.cc192 const Descriptor* message_type = field->message_type(); in IsInitialized() local
Dextension_set_heavy.cc115 const Descriptor* message_type, in GetMessage()
/third_party/grpc/src/core/tsi/alts/zero_copy_frame_protector/
Dalts_iovec_record_protocol.cc153 size_t message_type = load_32_le(header + kZeroCopyFrameLengthFieldSize); in verify_frame_header() local
/third_party/protobuf/python/google/protobuf/
Ddescriptor_pool.py873 def AddExtensionForNested(message_type): argument
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor_pool.cc488 char* message_type; in AddSerializedFile() local
/third_party/protobuf/benchmarks/
Ddescriptor_sv.proto49 repeated DescriptorProto message_type = 4; field
/third_party/lwip/src/core/ipv6/
Ddhcp6.c377 dhcp6_create_msg(struct netif *netif, struct dhcp6 *dhcp6, u8_t message_type, in dhcp6_create_msg()

12