Searched defs:DataType (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/JavaScriptGlue/
H A DJSObject.h53 int DataType() const { return fDataType; } function in class:JSUserObject
/external/llvm/include/llvm/MC/
H A DMCStreamer.h80 enum DataType { enum in class:llvm::MCStreamer
87 DataType RegionIndicator;
/external/chromium/net/ftp/
H A Dftp_network_transaction.h77 enum DataType { enum in class:net::FtpNetworkTransaction
222 DataType data_type_;
/external/llvm/include/llvm/Support/
H A DCommandLine.h331 template<class DataType> struct OptionValue;
335 template<class DataType, bool isClass>
338 typedef OptionValue<DataType> WrapperType;
342 const DataType &getValue() const { assert(false && "no default value"); }
348 bool compare(const DataType &/*V*/) const { return false; }
354 template<class DataType>
356 DataType Value;
363 const DataType &getValue() const {
368 void setValue(const DataType &V) { Valid = true; Value = V; }
370 bool compare(const DataType
[all...]

Completed in 165 milliseconds