Searched defs:Set (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/error/
H A Derror.h123 void Clear() { Set(kParseErrorNone); }
125 void Set(ParseErrorCode code, size_t offset = 0) { code_ = code; offset_ = offset; } function in struct:ParseResult
/packages/apps/Nfc/nci/jni/extns/pn54x/src/utils/
H A DphNxpConfig.cpp89 inline void Set (unsigned long f) {state |= f;} function in class:CNxpNfcConfig
267 Set (IsStringValue);
325 Set (IsStringValue);
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
H A Dpointer.h568 //!@name Set a value
571 //! Set a value in a subtree, with move semantics.
581 ValueType& Set(ValueType& root, ValueType& value, typename ValueType::AllocatorType& allocator) const { function in class:GenericPointer
585 //! Set a value in a subtree, with copy semantics.
586 ValueType& Set(ValueType& root, const ValueType& value, typename ValueType::AllocatorType& allocator) const { function in class:GenericPointer
590 //! Set a null-terminated string in a subtree.
591 ValueType& Set(ValueType& root, const Ch* value, typename ValueType::AllocatorType& allocator) const { function in class:GenericPointer
596 //! Set a std::basic_string in a subtree.
597 ValueType& Set(ValueType& root, const std::basic_string<Ch>& value, typename ValueType::AllocatorType& allocator) const { function in class:GenericPointer
602 //! Set
608 Set(ValueType& root, T value, typename ValueType::AllocatorType& allocator) const { function in class:GenericPointer
614 ValueType& Set(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, ValueType& value) const { function in class:GenericPointer
620 ValueType& Set(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, const ValueType& value) const { function in class:GenericPointer
626 ValueType& Set(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, const Ch* value) const { function in class:GenericPointer
633 ValueType& Set(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, const std::basic_string<Ch>& value) const { function in class:GenericPointer
644 Set(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, T value) const { function in class:GenericPointer
[all...]

Completed in 104 milliseconds