Searched refs:BYTES (Results 1 – 7 of 7) sorted by relevance
64 type_ = BYTES; in ConfigValue()82 CHECK(type_ == BYTES); in getBytes()96 type_ = BYTES; in parseFromString()
24 enum Type { UNSIGNED, STRING, BYTES }; enumerator
36 byte[] buffer = new byte[Long.BYTES]; in readLELong()
114 buffer.position(buffer.position() - Integer.BYTES - 1); // Backtrack 5 bytes. in findEndOfCDRecord()
91 case TagType::BYTES: in readKeyParameterFromParcel()124 case TagType::BYTES: in writeKeyParameterToParcel()
229 AuthorizationSetBuilder& Authorization(TypedTag<TagType::BYTES, tag> ttag, const uint8_t* data, in Authorization() argument238 AuthorizationSetBuilder& Authorization(TypedTag<TagType::BYTES, tag> ttag, const char* data, in Authorization() argument
220 MAKE_TAG_VALUE_ACCESSOR(TagType::BYTES, blob) in MAKE_TAG_VALUE_ACCESSOR() argument