Searched refs:type_ (Results 1 – 7 of 7) sorted by relevance
29 Temperature::Temperature() : value_(NAN), type_(DEVICE_TEMPERATURE_UNKNOWN) {} in Temperature()32 value_(value), type_(type) {} in Temperature()43 type_ = p->readInt32(); in readFromParcel()49 p->writeInt32(type_); in writeToParcel()
17 float getType() const {return type_;}; in getType()27 int type_; variable
48 : type_(type) { in LSHProjectionOpModel()127 execution.setInput(LSHProjection::kTypeParam, &type_, sizeof(type_)), in Invoke()135 LSHProjectionType type_; member in android::nn::wrapper::LSHProjectionOpModel
32 type_ = static_cast<LSHProjectionType>( in LSHProjection()146 switch (type_) { in Eval()
65 LSHProjectionType type_;
170 return type_; in Type()174 CHECK(type_ == ContainerEntryType::kResTable) << "reading a kResTable when the type is kResFile"; in GetResTable()194 CHECK(type_ == ContainerEntryType::kResFile) << "reading a kResFile when the type is kResTable"; in GetResFileOffsets()328 entry_.type_ = static_cast<ContainerEntryType>(entry_type); in Next()
77 ContainerEntryType type_ = ContainerEntryType::kResTable; variable