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

/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DCommonToken.pm91 sub set_type { subroutine
/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/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/webrtc/talk/app/webrtc/
H A Djsepsessiondescription.h75 void set_type(const std::string& type) { type_ = type; } function in class:webrtc::JsepSessionDescription
/external/libtextclassifier/common/
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/python/cpython2/Lib/bsddb/test/
H A Dtest_dbtables.py345 def set_type(type): function in function:TableDBTestCase.test_Modify
361 mappings={'Type': set_type})
/external/e2fsprogs/ext2ed/
H A Dgeneral_com.c492 void set_type (char *command_line) function
/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/python/cpython2/Lib/email/
H A Dmessage.py643 def set_type(self, type, header='Content-Type', requote=True):
641 def set_type(self, type, header='Content-Type', requote=True): member in class:Message
/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/google-breakpad/src/common/dwarf/
H A Ddwarf2reader_cfi_unittest.cc2324 ELFSectionHeader(unsigned int set_type) argument
2325 : type(set_type), flags(0), address(0), link(0), info(0),
/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 Dport.h306 void set_type(const std::string& type) { type_ = type; } function in class:cricket::Port
/external/libxml2/doc/
H A Dapibuild.py139 def set_type(self, type): member in class:identifier
184 self.set_type(type)
/external/v8/src/compiler/
H A Dnode.h268 void set_type(Type* type) { type_ = type; } function in class:v8::internal::compiler::final
H A Dregister-allocator.cc362 void UsePosition::set_type(UsePositionType type, bool register_beneficial) { function in class:v8::internal::compiler::LiveRangeBoundArray::UsePosition
2421 pos->set_type(new_type, true);
/external/libnl/python/netlink/
H A Dcore.py171 def set_type(self, t, k, handler, obj): member in class:Callback
/external/v8/src/asmjs/
H A Dasm-typer.h157 void set_type(AsmType* type) { type_ = type; } function in class:v8::internal::wasm::final::VariableInfo
/external/llvm/lib/Target/Hexagon/
H A DRDFGraph.h259 static uint16_t set_type(uint16_t A, uint16_t T) { function in namespace:llvm::rdf
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
H A Dmkvmuxer.h631 void set_type(ProjectionType type) { type_ = type; } function in class:mkvmuxer::Projection
694 void set_type(uint64_t type) { type_ = type; } function in class:mkvmuxer::Track
/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.cc4433 set_type(static_cast< ::google::protobuf::FieldDescriptorProto_Type >(value));
4845 set_type(from.type());
5051 void FieldDescriptorProto::set_type(::google::protobuf::FieldDescriptorProto_Type value) { function in class:google::protobuf::FieldDescriptorProto
H A Ddescriptor.pb.h1114 void set_type(::google::protobuf::FieldDescriptorProto_Type value);
4760 inline void FieldDescriptorProto::set_type(::google::protobuf::FieldDescriptorProto_Type value) { function in class:google::protobuf::FieldDescriptorProto
/external/v8/src/ast/
H A Dast.h2207 void set_type(AstType* type) { type_ = type; } function in class:v8::internal::final
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.h2126 void set_type(Type type);
3183 inline void FieldDef::set_type(upb_fieldtype_t type) { function in class:upb::FieldDef
/external/protobuf/php/ext/google/protobuf/
H A Dupb.h1677 void set_type(Type type);
2567 inline void FieldDef::set_type(upb_fieldtype_t type) { function in class:upb::FieldDef

Completed in 1236 milliseconds