/aosp_15_r20/external/cronet/base/numerics/ |
H A D | byte_conversions.h | 43 std::span<const uint8_t, 1u> bytes) { in U8FromNativeEndian() 54 std::span<const uint8_t, 2u> bytes) { in U16FromNativeEndian() 65 std::span<const uint8_t, 4u> bytes) { in U32FromNativeEndian() 76 std::span<const uint8_t, 8u> bytes) { in U64FromNativeEndian() 90 inline constexpr int8_t I8FromNativeEndian(std::span<const uint8_t, 1u> bytes) { in I8FromNativeEndian() 101 std::span<const uint8_t, 2u> bytes) { in I16FromNativeEndian() 112 std::span<const uint8_t, 4u> bytes) { in I32FromNativeEndian() 123 std::span<const uint8_t, 8u> bytes) { in I64FromNativeEndian() 135 std::span<const uint8_t, 4u> bytes) { in FloatFromNativeEndian() 146 std::span<const uint8_t, 8u> bytes) { in DoubleFromNativeEndian() [all …]
|
H A D | byte_conversions_unittest.cc | 17 constexpr uint8_t bytes[] = {0x12u}; in TEST() local 23 constexpr uint8_t bytes[] = {0x12u, 0x34u}; in TEST() local 29 constexpr uint8_t bytes[] = {0x12u, 0x34u, 0x56u, 0x78u}; in TEST() local 35 constexpr uint8_t bytes[] = {0x12u, 0x34u, 0x56u, 0x78u, in TEST() local 43 constexpr uint8_t bytes[] = {0x12u}; in TEST() local 49 constexpr uint8_t bytes[] = {0x12u, 0x34u}; in TEST() local 55 constexpr uint8_t bytes[] = {0x12u, 0x34u, 0x56u, 0x78u}; in TEST() local 61 constexpr uint8_t bytes[] = {0x12u, 0x34u, 0x56u, 0x78u, in TEST() local 69 constexpr uint8_t bytes[] = {0x12u, 0x34u, 0x56u, 0x78u}; in TEST() local 80 constexpr uint8_t bytes[] = {0x12u, 0x34u, 0x56u, 0x78u, in TEST() local [all …]
|
/aosp_15_r20/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | bcmendian.h | 30 #define BCMSWAP16(val) \ argument 35 #define BCMSWAP32(val) \ argument 42 #define BCMSWAP32BY16(val) \ argument 101 #define bcmswap16(val) ({ \ argument 106 #define bcmswap32(val) ({ \ argument 111 #define bcmswap32by16(val) ({ \ argument 125 #define htol16_ua_store(val, bytes) ({ \ argument 132 #define htol32_ua_store(val, bytes) ({ \ argument 141 #define hton16_ua_store(val, bytes) ({ \ argument 148 #define hton32_ua_store(val, bytes) ({ \ argument [all …]
|
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libartbase/base/ |
D | endian_utils.h | 27 inline void AppendBytes(std::vector<uint8_t>& bytes, T data) { in AppendBytes() 33 inline void Append1BE(std::vector<uint8_t>& bytes, uint8_t value) { in Append1BE() 37 inline void Append2BE(std::vector<uint8_t>& bytes, uint16_t value) { in Append2BE() 41 inline void Append4BE(std::vector<uint8_t>& bytes, uint32_t value) { in Append4BE() 45 inline void Append8BE(std::vector<uint8_t>& bytes, uint64_t value) { in Append8BE() 49 inline void AppendUtf16BE(std::vector<uint8_t>& bytes, const uint16_t* chars, size_t char_count) { in AppendUtf16BE() 56 inline void AppendUtf16CompressedBE(std::vector<uint8_t>& bytes, in AppendUtf16CompressedBE() 66 inline void SetBytes(uint8_t* buf, T val) { in SetBytes() 70 inline void Set1(uint8_t* buf, uint8_t val) { in Set1() 74 inline void Set2BE(uint8_t* buf, uint16_t val) { in Set2BE() [all …]
|
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libartbase/base/ |
D | endian_utils.h | 27 inline void AppendBytes(std::vector<uint8_t>& bytes, T data) { in AppendBytes() 33 inline void Append1BE(std::vector<uint8_t>& bytes, uint8_t value) { in Append1BE() 37 inline void Append2BE(std::vector<uint8_t>& bytes, uint16_t value) { in Append2BE() 41 inline void Append4BE(std::vector<uint8_t>& bytes, uint32_t value) { in Append4BE() 45 inline void Append8BE(std::vector<uint8_t>& bytes, uint64_t value) { in Append8BE() 49 inline void AppendUtf16BE(std::vector<uint8_t>& bytes, const uint16_t* chars, size_t char_count) { in AppendUtf16BE() 56 inline void AppendUtf16CompressedBE(std::vector<uint8_t>& bytes, in AppendUtf16CompressedBE() 66 inline void SetBytes(uint8_t* buf, T val) { in SetBytes() 70 inline void Set1(uint8_t* buf, uint8_t val) { in Set1() 74 inline void Set2BE(uint8_t* buf, uint16_t val) { in Set2BE() [all …]
|
/aosp_15_r20/prebuilts/module_sdk/art/1/host-exports/include/art/libartbase/base/ |
D | endian_utils.h | 27 inline void AppendBytes(std::vector<uint8_t>& bytes, T data) { in AppendBytes() 33 inline void Append1BE(std::vector<uint8_t>& bytes, uint8_t value) { in Append1BE() 37 inline void Append2BE(std::vector<uint8_t>& bytes, uint16_t value) { in Append2BE() 41 inline void Append4BE(std::vector<uint8_t>& bytes, uint32_t value) { in Append4BE() 45 inline void Append8BE(std::vector<uint8_t>& bytes, uint64_t value) { in Append8BE() 49 inline void AppendUtf16BE(std::vector<uint8_t>& bytes, const uint16_t* chars, size_t char_count) { in AppendUtf16BE() 56 inline void AppendUtf16CompressedBE(std::vector<uint8_t>& bytes, in AppendUtf16CompressedBE() 66 inline void SetBytes(uint8_t* buf, T val) { in SetBytes() 70 inline void Set1(uint8_t* buf, uint8_t val) { in Set1() 74 inline void Set2BE(uint8_t* buf, uint16_t val) { in Set2BE() [all …]
|
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libartbase/base/ |
D | endian_utils.h | 27 inline void AppendBytes(std::vector<uint8_t>& bytes, T data) { in AppendBytes() 33 inline void Append1BE(std::vector<uint8_t>& bytes, uint8_t value) { in Append1BE() 37 inline void Append2BE(std::vector<uint8_t>& bytes, uint16_t value) { in Append2BE() 41 inline void Append4BE(std::vector<uint8_t>& bytes, uint32_t value) { in Append4BE() 45 inline void Append8BE(std::vector<uint8_t>& bytes, uint64_t value) { in Append8BE() 49 inline void AppendUtf16BE(std::vector<uint8_t>& bytes, const uint16_t* chars, size_t char_count) { in AppendUtf16BE() 56 inline void AppendUtf16CompressedBE(std::vector<uint8_t>& bytes, in AppendUtf16CompressedBE() 66 inline void SetBytes(uint8_t* buf, T val) { in SetBytes() 70 inline void Set1(uint8_t* buf, uint8_t val) { in Set1() 74 inline void Set2BE(uint8_t* buf, uint16_t val) { in Set2BE() [all …]
|
/aosp_15_r20/prebuilts/module_sdk/art/current/host-exports/include/art/libartbase/base/ |
D | endian_utils.h | 27 inline void AppendBytes(std::vector<uint8_t>& bytes, T data) { in AppendBytes() 33 inline void Append1BE(std::vector<uint8_t>& bytes, uint8_t value) { in Append1BE() 37 inline void Append2BE(std::vector<uint8_t>& bytes, uint16_t value) { in Append2BE() 41 inline void Append4BE(std::vector<uint8_t>& bytes, uint32_t value) { in Append4BE() 45 inline void Append8BE(std::vector<uint8_t>& bytes, uint64_t value) { in Append8BE() 49 inline void AppendUtf16BE(std::vector<uint8_t>& bytes, const uint16_t* chars, size_t char_count) { in AppendUtf16BE() 56 inline void AppendUtf16CompressedBE(std::vector<uint8_t>& bytes, in AppendUtf16CompressedBE() 66 inline void SetBytes(uint8_t* buf, T val) { in SetBytes() 70 inline void Set1(uint8_t* buf, uint8_t val) { in Set1() 74 inline void Set2BE(uint8_t* buf, uint16_t val) { in Set2BE() [all …]
|
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libartbase/base/ |
D | endian_utils.h | 27 inline void AppendBytes(std::vector<uint8_t>& bytes, T data) { in AppendBytes() 33 inline void Append1BE(std::vector<uint8_t>& bytes, uint8_t value) { in Append1BE() 37 inline void Append2BE(std::vector<uint8_t>& bytes, uint16_t value) { in Append2BE() 41 inline void Append4BE(std::vector<uint8_t>& bytes, uint32_t value) { in Append4BE() 45 inline void Append8BE(std::vector<uint8_t>& bytes, uint64_t value) { in Append8BE() 49 inline void AppendUtf16BE(std::vector<uint8_t>& bytes, const uint16_t* chars, size_t char_count) { in AppendUtf16BE() 56 inline void AppendUtf16CompressedBE(std::vector<uint8_t>& bytes, in AppendUtf16CompressedBE() 66 inline void SetBytes(uint8_t* buf, T val) { in SetBytes() 70 inline void Set1(uint8_t* buf, uint8_t val) { in Set1() 74 inline void Set2BE(uint8_t* buf, uint16_t val) { in Set2BE() [all …]
|
/aosp_15_r20/art/libartbase/base/ |
H A D | endian_utils.h | 27 inline void AppendBytes(std::vector<uint8_t>& bytes, T data) { in AppendBytes() 33 inline void Append1BE(std::vector<uint8_t>& bytes, uint8_t value) { in Append1BE() 37 inline void Append2BE(std::vector<uint8_t>& bytes, uint16_t value) { in Append2BE() 41 inline void Append4BE(std::vector<uint8_t>& bytes, uint32_t value) { in Append4BE() 45 inline void Append8BE(std::vector<uint8_t>& bytes, uint64_t value) { in Append8BE() 49 inline void AppendUtf16BE(std::vector<uint8_t>& bytes, const uint16_t* chars, size_t char_count) { in AppendUtf16BE() 56 inline void AppendUtf16CompressedBE(std::vector<uint8_t>& bytes, in AppendUtf16CompressedBE() 66 inline void SetBytes(uint8_t* buf, T val) { in SetBytes() 70 inline void Set1(uint8_t* buf, uint8_t val) { in Set1() 74 inline void Set2BE(uint8_t* buf, uint16_t val) { in Set2BE() [all …]
|
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libartbase/base/ |
D | endian_utils.h | 27 inline void AppendBytes(std::vector<uint8_t>& bytes, T data) { in AppendBytes() 33 inline void Append1BE(std::vector<uint8_t>& bytes, uint8_t value) { in Append1BE() 37 inline void Append2BE(std::vector<uint8_t>& bytes, uint16_t value) { in Append2BE() 41 inline void Append4BE(std::vector<uint8_t>& bytes, uint32_t value) { in Append4BE() 45 inline void Append8BE(std::vector<uint8_t>& bytes, uint64_t value) { in Append8BE() 49 inline void AppendUtf16BE(std::vector<uint8_t>& bytes, const uint16_t* chars, size_t char_count) { in AppendUtf16BE() 56 inline void AppendUtf16CompressedBE(std::vector<uint8_t>& bytes, in AppendUtf16CompressedBE() 66 inline void SetBytes(uint8_t* buf, T val) { in SetBytes() 70 inline void Set1(uint8_t* buf, uint8_t val) { in Set1() 74 inline void Set2BE(uint8_t* buf, uint16_t val) { in Set2BE() [all …]
|
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libartbase/base/ |
D | endian_utils.h | 27 inline void AppendBytes(std::vector<uint8_t>& bytes, T data) { in AppendBytes() 33 inline void Append1BE(std::vector<uint8_t>& bytes, uint8_t value) { in Append1BE() 37 inline void Append2BE(std::vector<uint8_t>& bytes, uint16_t value) { in Append2BE() 41 inline void Append4BE(std::vector<uint8_t>& bytes, uint32_t value) { in Append4BE() 45 inline void Append8BE(std::vector<uint8_t>& bytes, uint64_t value) { in Append8BE() 49 inline void AppendUtf16BE(std::vector<uint8_t>& bytes, const uint16_t* chars, size_t char_count) { in AppendUtf16BE() 56 inline void AppendUtf16CompressedBE(std::vector<uint8_t>& bytes, in AppendUtf16CompressedBE() 66 inline void SetBytes(uint8_t* buf, T val) { in SetBytes() 70 inline void Set1(uint8_t* buf, uint8_t val) { in Set1() 74 inline void Set2BE(uint8_t* buf, uint16_t val) { in Set2BE() [all …]
|
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libartbase/base/ |
D | endian_utils.h | 27 inline void AppendBytes(std::vector<uint8_t>& bytes, T data) { in AppendBytes() 33 inline void Append1BE(std::vector<uint8_t>& bytes, uint8_t value) { in Append1BE() 37 inline void Append2BE(std::vector<uint8_t>& bytes, uint16_t value) { in Append2BE() 41 inline void Append4BE(std::vector<uint8_t>& bytes, uint32_t value) { in Append4BE() 45 inline void Append8BE(std::vector<uint8_t>& bytes, uint64_t value) { in Append8BE() 49 inline void AppendUtf16BE(std::vector<uint8_t>& bytes, const uint16_t* chars, size_t char_count) { in AppendUtf16BE() 56 inline void AppendUtf16CompressedBE(std::vector<uint8_t>& bytes, in AppendUtf16CompressedBE() 66 inline void SetBytes(uint8_t* buf, T val) { in SetBytes() 70 inline void Set1(uint8_t* buf, uint8_t val) { in Set1() 74 inline void Set2BE(uint8_t* buf, uint16_t val) { in Set2BE() [all …]
|
/aosp_15_r20/external/webrtc/rtc_base/ |
H A D | byte_buffer.cc | 19 ByteBufferWriter::ByteBufferWriter(const char* bytes, size_t len) in ByteBufferWriter() 22 ByteBufferReader::ByteBufferReader(const char* bytes, size_t len) { in ByteBufferReader() 26 ByteBufferReader::ByteBufferReader(const char* bytes) { in ByteBufferReader() 38 void ByteBufferReader::Construct(const char* bytes, size_t len) { in Construct() 45 bool ByteBufferReader::ReadUInt8(uint8_t* val) { in ReadUInt8() 52 bool ByteBufferReader::ReadUInt16(uint16_t* val) { in ReadUInt16() 65 bool ByteBufferReader::ReadUInt24(uint32_t* val) { in ReadUInt24() 81 bool ByteBufferReader::ReadUInt32(uint32_t* val) { in ReadUInt32() 94 bool ByteBufferReader::ReadUInt64(uint64_t* val) { in ReadUInt64() 107 bool ByteBufferReader::ReadUVarint(uint64_t* val) { in ReadUVarint() [all …]
|
/aosp_15_r20/external/open-dice/src/ |
H A D | cbor_reader.c | 35 uint64_t* val) { in CborPeekInitialValueAndArgument() 39 uint8_t bytes = 1; in CborPeekInitialValueAndArgument() local 85 uint8_t bytes; in CborReadSize() local 122 static enum CborReadResult CborReadSimple(struct CborIn* in, uint8_t val) { in CborReadSimple() 123 uint8_t bytes; in CborReadSimple() local 138 enum CborReadResult CborReadInt(struct CborIn* in, int64_t* val) { in CborReadInt() 139 uint8_t bytes; in CborReadInt() local 158 enum CborReadResult CborReadUint(struct CborIn* in, uint64_t* val) { in CborReadUint() 159 uint8_t bytes; in CborReadUint() local 192 uint8_t bytes; in CborReadTag() local [all …]
|
/aosp_15_r20/packages/modules/NetworkStack/src/android/net/apf/ |
D | ApfV4GeneratorBase.java | 160 public final Type addAdd(long val) { in addAdd() 168 public final Type addSub(long val) { in addSub() 175 public final Type addMul(long val) { in addMul() 183 public final Type addDiv(long val) { in addDiv() 191 public final Type addAnd(long val) { in addAnd() 199 public final Type addOr(long val) { in addOr() 208 public final Type addLeftShift(int val) { in addLeftShift() 218 public final Type addRightShift(int val) { in addRightShift() 287 public final Type addJumpIfR0Equals(long val, String tgt) { in addJumpIfR0Equals() 296 public abstract Type addCountAndDropIfR0Equals(long val, ApfCounterTracker.Counter cnt) in addCountAndDropIfR0Equals() [all …]
|
D | ApfV6GeneratorBase.java | 175 public final Type addWriteU8(int val) { in addWriteU8() 182 public final Type addWriteU16(int val) { in addWriteU16() 189 public final Type addWriteU32(long val) { in addWriteU32() 196 public final Type addWrite32(int val) { in addWrite32() 203 public final Type addWrite32(@NonNull byte[] bytes) { in addWrite32() 434 public final Type addJumpIfBytesAtR0Equal(@NonNull byte[] bytes, String tgt) in addJumpIfBytesAtR0Equal() 607 public final Type addCountAndDropIfR0Equals(long val, ApfCounterTracker.Counter cnt) in addCountAndDropIfR0Equals() 614 public final Type addCountAndPassIfR0Equals(long val, ApfCounterTracker.Counter cnt) in addCountAndPassIfR0Equals() 621 public final Type addCountAndDropIfR0NotEquals(long val, ApfCounterTracker.Counter cnt) in addCountAndDropIfR0NotEquals() 628 public final Type addCountAndPassIfR0NotEquals(long val, ApfCounterTracker.Counter cnt) in addCountAndPassIfR0NotEquals() [all …]
|
/aosp_15_r20/external/coreboot/src/soc/qualcomm/ipq40xx/ |
H A D | spi.c | 58 int val, int us_delay) in check_bit_state() 86 uint32_t val; in config_spi_state() local 124 uint32_t val; in spi_set_mode() local 334 unsigned int val; in check_fifo_status() local 375 unsigned int bytes) in __blsp_spi_read() 377 uint32_t val; in __blsp_spi_read() local 432 unsigned int bytes) in blsp_spi_read() 454 unsigned int bytes) in __blsp_spi_write() 456 uint32_t val; in __blsp_spi_write() local 547 unsigned int bytes) in blsp_spi_write()
|
/aosp_15_r20/external/coreboot/src/soc/qualcomm/qcs405/ |
H A D | spi.c | 84 int val, int us_delay) in check_bit_state() 112 uint32_t val; in config_spi_state() local 150 uint32_t val; in spi_set_mode() local 386 unsigned int val; in check_fifo_status() local 427 unsigned int bytes) in __blsp_spi_read() 429 uint32_t val; in __blsp_spi_read() local 496 unsigned int bytes) in blsp_spi_read() 518 unsigned int bytes) in __blsp_spi_write() 520 uint32_t val; in __blsp_spi_write() local 625 unsigned int bytes) in blsp_spi_write()
|
/aosp_15_r20/hardware/google/graphics/common/gralloc-headers/pixel-gralloc/ |
D | utils-internal.h | 14 std::vector<uint8_t> encode_helper(const T& val) { in encode_helper() 23 std::vector<uint8_t> encode_helper(const Container& val) { in encode_helper() 39 std::optional<T> decode_helper(const std::vector<uint8_t>& bytes) { in decode_helper() 53 std::optional<Container> decode_helper(const std::vector<uint8_t>& bytes) { in decode_helper() 80 std::vector<uint8_t> encode(const T& val) { in encode() 85 std::optional<T> decode(const std::vector<uint8_t>& bytes) { in decode()
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/ |
H A D | ASN1Integer.java | 20 private final byte[] bytes; field in ASN1Integer 124 public ASN1Integer(byte[] bytes) in ASN1Integer() 129 ASN1Integer(byte[] bytes, boolean clone) in ASN1Integer() 234 static int intValue(byte[] bytes, int start, int signExt) in intValue() 239 int val = bytes[pos] & signExt; in intValue() local 247 static long longValue(byte[] bytes, int start, int signExt) in longValue() 252 long val = bytes[pos] & signExt; in longValue() local 266 static boolean isMalformed(byte[] bytes) in isMalformed() 281 static int signBytesToSkip(byte[] bytes) in signBytesToSkip()
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
H A D | ASN1Integer.java | 18 private final byte[] bytes; field in ASN1Integer 121 public ASN1Integer(byte[] bytes) in ASN1Integer() 126 ASN1Integer(byte[] bytes, boolean clone) in ASN1Integer() 231 static int intValue(byte[] bytes, int start, int signExt) in intValue() 236 int val = bytes[pos] & signExt; in intValue() local 244 static long longValue(byte[] bytes, int start, int signExt) in longValue() 249 long val = bytes[pos] & signExt; in longValue() local 263 static boolean isMalformed(byte[] bytes) in isMalformed() 278 static int signBytesToSkip(byte[] bytes) in signBytesToSkip()
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/ |
H A D | ASN1Integer.java | 20 private final byte[] bytes; field in ASN1Integer 123 public ASN1Integer(byte[] bytes) in ASN1Integer() 128 ASN1Integer(byte[] bytes, boolean clone) in ASN1Integer() 233 static int intValue(byte[] bytes, int start, int signExt) in intValue() 238 int val = bytes[pos] & signExt; in intValue() local 246 static long longValue(byte[] bytes, int start, int signExt) in longValue() 251 long val = bytes[pos] & signExt; in longValue() local 265 static boolean isMalformed(byte[] bytes) in isMalformed() 280 static int signBytesToSkip(byte[] bytes) in signBytesToSkip()
|
/aosp_15_r20/external/flac/src/libFLAC/ |
H A D | bitwriter.c | 210 size_t bytes; in FLAC__bitwriter_get_write_crc16() local 225 size_t bytes; in FLAC__bitwriter_get_write_crc8() local 247 FLAC__bool FLAC__bitwriter_get_buffer(FLAC__BitWriter *bw, const FLAC__byte **buffer, size_t *bytes) in FLAC__bitwriter_get_buffer() 313 …_bool FLAC__bitwriter_write_raw_uint32_nocheck(FLAC__BitWriter *bw, FLAC__uint32 val, uint32_t bit… in FLAC__bitwriter_write_raw_uint32_nocheck() 354 inline FLAC__bool FLAC__bitwriter_write_raw_uint32(FLAC__BitWriter *bw, FLAC__uint32 val, uint32_t … in FLAC__bitwriter_write_raw_uint32() 363 inline FLAC__bool FLAC__bitwriter_write_raw_int32(FLAC__BitWriter *bw, FLAC__int32 val, uint32_t bi… in FLAC__bitwriter_write_raw_int32() 372 inline FLAC__bool FLAC__bitwriter_write_raw_uint64(FLAC__BitWriter *bw, FLAC__uint64 val, uint32_t … in FLAC__bitwriter_write_raw_uint64() 384 inline FLAC__bool FLAC__bitwriter_write_raw_int64(FLAC__BitWriter *bw, FLAC__int64 val, uint32_t bi… in FLAC__bitwriter_write_raw_int64() 393 …ne FLAC__bool FLAC__bitwriter_write_raw_uint32_little_endian(FLAC__BitWriter *bw, FLAC__uint32 val) in FLAC__bitwriter_write_raw_uint32_little_endian() 426 FLAC__bool FLAC__bitwriter_write_unary_unsigned(FLAC__BitWriter *bw, uint32_t val) in FLAC__bitwriter_write_unary_unsigned() [all …]
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/frameworks/native/libs/binder/ndk/include_cpp/android/ |
H A D | persistable_bundle_aidl.h | 177 void putBoolean(const std::string& key, bool val) { in putBoolean() 183 void putInt(const std::string& key, int32_t val) { in putInt() 189 void putLong(const std::string& key, int64_t val) { in putLong() 195 void putDouble(const std::string& key, double val) { in putDouble() 201 void putString(const std::string& key, const std::string& val) { in putString() 269 bool getBoolean(const std::string& key, bool* _Nonnull val) const { in getBoolean() 277 bool getInt(const std::string& key, int32_t* _Nonnull val) const { in getInt() 285 bool getLong(const std::string& key, int64_t* _Nonnull val) const { in getLong() 293 bool getDouble(const std::string& key, double* _Nonnull val) const { in getDouble() 305 bool getString(const std::string& key, std::string* _Nonnull val) const { in getString() [all …]
|