Searched refs:il (Results 1 - 7 of 7) sorted by relevance
/foundation/communication/nfc/interfaces/inner_api/common/ |
H A D | ndef_message.cpp | 192 bool il = (tnf == TNF_EMPTY) ? true : (NfcSdkCommon::GetHexStrBytesLen(id) > 0);
in NdefRecordToString() 194 | (sr ? FLAG_SR : 0) | (il ? FLAG_IL : 0)) | (char)tnf;
in NdefRecordToString() 202 if (il) {
in NdefRecordToString() 217 layout.il = (head & FLAG_IL) != 0;
in ParseRecordLayoutHead() 230 } else if (isChunkFound && layout.il) {
in IsInvalidRecordLayoutHead() 231 ErrorLog("IsInvalidRecordLayoutHead, 3rd error for il");
in IsInvalidRecordLayoutHead() 265 layout.idLength = layout.il ? (NfcSdkCommon::GetByteFromHexStr(data, parsedDataIndex++) & 0xFF) : 0;
in ParseRecordLayoutLength()
|
H A D | ndef_message.h | 39 bool il; // id length
member
|
/foundation/multimedia/media_foundation/engine/include/plugin/common/ |
H A D | any.h | 201 * Emplace one content with type of ValueType into object. The content is constructed by il and args. 203 * @tparam ValueType type of conetent. The decay type of ValueType must be constructible from il and args and copy 207 * @param il initializer list 215 decay_t<ValueType>& Emplace(std::initializer_list<U> il, Args&&... args) in Emplace() argument 218 return DoEmplace<decay_t<ValueType>>(il, std::forward<Args>(args)...); in Emplace() 717 * Constructs Any object, whose content is constructed by il and args. The content type is T. 722 * @param il initializer list 727 Any MakeAny(std::initializer_list<U> il, Args&&... args) in MakeAny() argument 730 tmp.Emplace<T, U, Args...>(il, std::forward<Args>(args)...); in MakeAny()
|
/foundation/multimedia/media_foundation/interface/inner_api/meta/ |
H A D | any.h | 287 * Emplace one content with type of ValueType into object. The content is constructed by il and args. 289 * @tparam ValueType type of conetent. The decay type of ValueType must be constructible from il and args and copy 293 * @param il initializer list 301 decay_t<ValueType>& Emplace(std::initializer_list<U> il, Args&&... args) in Emplace() argument 304 return DoEmplace<decay_t<ValueType>>(il, std::forward<Args>(args)...); in Emplace() 916 * Constructs Any object, whose content is constructed by il and args. The content type is T. 921 * @param il initializer list 926 Any MakeAny(std::initializer_list<U> il, Args&&... args) in MakeAny() argument 929 tmp.Emplace<T, U, Args...>(il, std::forward<Args>(args)...); in MakeAny()
|
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
H A D | vector.h | 101 constexpr const E* begin(initializer_list<E> il) noexcept 103 return (il.begin()); 107 constexpr const E* end(initializer_list<E> il) noexcept 109 return (il.end());
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/ |
H A D | cjui_api.h | 3124 ArkUI_Float32 ob, ArkUI_Float32* ojradii, ArkUI_Int32 ojradiiSize, ArkUI_Float32 il, ArkUI_Float32 it,
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 4936 ArkUI_Float32 ob, ArkUI_Float32* ojradii, ArkUI_Int32 ojradiiSize, ArkUI_Float32 il, ArkUI_Float32 it,
|
Completed in 38 milliseconds