Searched refs:set_type (Results 1 - 25 of 64) sorted by relevance

123

/external/protobuf/examples/
H A Dadd_person.cc42 phone_number->set_type(tutorial::Person::MOBILE);
44 phone_number->set_type(tutorial::Person::HOME);
46 phone_number->set_type(tutorial::Person::WORK);
/external/google-tv-pairing-protocol/cpp/tests/polo/wire/protobuf/
H A Dprotobufwireadaptertest.cc129 proto.mutable_encoding()->set_type(
134 outer.set_type(OuterMessage_MessageType_MESSAGE_TYPE_CONFIGURATION);
155 outer.set_type(OuterMessage_MessageType_MESSAGE_TYPE_CONFIGURATION_ACK);
173 encoding->set_type(Options_Encoding_EncodingType_ENCODING_TYPE_NUMERIC);
177 encoding->set_type(Options_Encoding_EncodingType_ENCODING_TYPE_ALPHANUMERIC);
181 encoding->set_type(Options_Encoding_EncodingType_ENCODING_TYPE_HEXADECIMAL);
185 encoding->set_type(Options_Encoding_EncodingType_ENCODING_TYPE_QRCODE);
189 outer.set_type(OuterMessage_MessageType_MESSAGE_TYPE_OPTIONS);
225 outer.set_type(OuterMessage_MessageType_MESSAGE_TYPE_PAIRING_REQUEST);
245 outer.set_type(OuterMessage_MessageType_MESSAGE_TYPE_PAIRING_REQUEST_AC
[all...]
/external/vboot_reference/host/include/
H A Dcgpt_params.h38 int set_type; member in struct:CgptAddParams
89 int set_type; member in struct:CgptFindParams
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DSetVector.h42 typedef Set set_type; typedef in class:llvm::SetVector
157 set_type set_; ///< The set.
/external/vboot_reference/cgpt/
H A Dcmd_find.c103 params.set_type = 1;
155 if (!params.set_unique && !params.set_type && !params.set_label) {
H A Dcgpt_add.c34 if (params->set_type) {
86 if (params->set_type)
116 if (!params->set_begin || !params->set_size || !params->set_type) {
H A Dcmd_add.c87 params.set_type = 1;
H A Dcgpt_find.c129 || (params->set_type && GuidEqual(&params->type_guid, &entry->type))) {
/external/llvm/include/llvm/ADT/
H A DSetVector.h45 typedef Set set_type; typedef in class:llvm::SetVector
263 set_type &set_;
266 TestAndEraseFromSet(UnaryPredicate P, set_type &set_)
279 set_type set_; ///< The set.
/external/webrtc/talk/app/webrtc/
H A Djsepsessiondescription.h75 void set_type(const std::string& type) { type_ = type; } function in class:webrtc::JsepSessionDescription
/external/webrtc/webrtc/call/
H A Drtc_event_log.cc251 start_event.set_type(rtclog::Event::LOG_START);
266 event.set_type(rtclog::Event::VIDEO_RECEIVER_CONFIG_EVENT);
304 event.set_type(rtclog::Event::VIDEO_SENDER_CONFIG_EVENT);
353 rtp_event.set_type(rtclog::Event::RTP_EVENT);
355 rtp_event.mutable_rtp_packet()->set_type(ConvertMediaType(media_type));
368 rtcp_event.set_type(rtclog::Event::RTCP_EVENT);
370 rtcp_event.mutable_rtcp_packet()->set_type(ConvertMediaType(media_type));
424 event.set_type(rtclog::Event::AUDIO_PLAYOUT_EVENT);
436 event.set_type(rtclog::Event::BWE_PACKET_LOSS_EVENT);
450 event.set_type(rtclo
[all...]
/external/v8/src/compiler/
H A Dnode-properties.h146 node->set_type(type);
148 static void RemoveType(Node* node) { node->set_type(nullptr); }
H A Dnode.cc125 clone->set_type(node->type());
/external/libtextclassifier/common/
H A Dfml-parser.cc169 descriptor->set_type(name);
222 subfeature->set_type(type);
237 subfeature->set_type(type);
H A Dfeature-descriptors.h55 void set_type(const std::string &type) { type_ = type; } function in class:libtextclassifier::nlp_core::FeatureFunctionDescriptor
104 // See comments for set_type().
/external/autotest/client/cros/bluetooth/
H A Dbluetooth_tester_xmlrpc_server.py311 set_type = self._control.start_discovery(self.index, address_type)
312 if set_type != address_type:
314 '%x != %x', set_type, address_type)
/external/google-tv-pairing-protocol/cpp/src/polo/wire/protobuf/
H A Dprotobufwireadapter.cc54 configuration.mutable_encoding()->set_type(
83 encoding->set_type(EncodingTypeToProto(option.encoding_type()));
92 encoding->set_type(EncodingTypeToProto(option.encoding_type()));
389 outer.set_type(type);
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DCommonToken.pm91 sub set_type { subroutine
/external/webrtc/webrtc/modules/audio_processing/
H A Daudio_processing_impl.cc627 debug_dump_.capture.event_msg->set_type(audioproc::Event::STREAM);
717 debug_dump_.capture.event_msg->set_type(audioproc::Event::STREAM);
895 debug_dump_.render.event_msg->set_type(audioproc::Event::REVERSE_STREAM);
965 debug_dump_.render.event_msg->set_type(audioproc::Event::REVERSE_STREAM);
1453 debug_dump_.capture.event_msg->set_type(audioproc::Event::INIT);
1519 debug_dump_.capture.event_msg->set_type(audioproc::Event::CONFIG);
/external/e2fsprogs/ext2ed/
H A Dext2ed.h258 extern void set_type (char *command_line);
/external/protobuf/src/google/protobuf/util/internal/
H A Ddefault_value_objectwriter.h169 void set_type(const google::protobuf::Type* type) { type_ = type; } function in class:google::protobuf::util::converter::DefaultValueObjectWriter::Node
/external/v8/src/
H A Dbootstrapper.h55 Script::cast(shared->script())->set_type(type_);
/external/webrtc/webrtc/p2p/base/
H A Dcandidate.h116 void set_type(const std::string & type) { type_ = type; } function in class:cricket::Candidate
H A Dstunport.h279 set_type(STUN_PORT_TYPE);
/external/v8/src/asmjs/
H A Dasm-typer.h141 void set_type(AsmType* type) { type_ = type; } function in class:v8::internal::wasm::final::VariableInfo

Completed in 543 milliseconds

123