Home
last modified time | relevance | path

Searched refs:UByte (Results 1 – 23 of 23) sorted by relevance

/external/flatbuffers/tests/union_vector/
DCharacter.kt7 const val NONE: UByte = 0u
8 const val MuLan: UByte = 1u
9 const val Rapunzel: UByte = 2u
10 const val Belle: UByte = 3u
11 const val BookFan: UByte = 4u
12 const val Other: UByte = 5u
13 const val Unused: UByte = 6u
DMovie.kt18 val mainCharacterType : UByte
23 fun mutateMainCharacterType(mainCharacterType: UByte) : Boolean { in mutateMainCharacterType()
35 fun charactersType(j: Int) : UByte { in charactersType()
49 fun mutateCharactersType(j: Int, charactersType: UByte) : Boolean { in charactersTypeInByteBuffer()
78 …fun createMovie(builder: FlatBufferBuilder, mainCharacterType: UByte, mainCharacterOffset: Int, ch… in MovieBufferHasIdentifier()
87 …fun addMainCharacterType(builder: FlatBufferBuilder, mainCharacterType: UByte) = builder.addByte(0… in startMovie()
/external/flatbuffers/tests/MyGame/Example/
DAny.kt9 const val NONE: UByte = 0u
10 const val Monster: UByte = 1u
11 const val TestSimpleTableWithEnum: UByte = 2u
12 const val MyGameExample2Monster: UByte = 3u
DAnyUniqueAliases.kt9 const val NONE: UByte = 0u
10 const val M: UByte = 1u
11 const val TS: UByte = 2u
12 const val M2: UByte = 3u
DAnyAmbiguousAliases.kt9 const val NONE: UByte = 0u
10 const val M1: UByte = 1u
11 const val M2: UByte = 2u
12 const val M3: UByte = 3u
DColor.kt12 const val Red: UByte = 1u
17 const val Green: UByte = 2u
21 const val Blue: UByte = 8u
DTestSimpleTableWithEnum.kt20 val color : UByte
25 fun mutateColor(color: UByte) : Boolean { in mutateColor()
41 fun createTestSimpleTableWithEnum(builder: FlatBufferBuilder, color: UByte) : Int { in createTestSimpleTableWithEnum()
47 … fun addColor(builder: FlatBufferBuilder, color: UByte) = builder.addByte(0, color.toByte(), 2) in startTestSimpleTableWithEnum()
DMonster.kt67 fun inventory(j: Int) : UByte { in nameInByteBuffer()
81 fun mutateInventory(j: Int, inventory: UByte) : Boolean { in inventoryInByteBuffer()
90 val color : UByte
95 fun mutateColor(color: UByte) : Boolean { in mutateColor()
104 val testType : UByte
109 fun mutateTestType(testType: UByte) : Boolean { in mutateTestType()
188 fun testnestedflatbuffer(j: Int) : UByte { in testnestedflatbuffer()
211 fun mutateTestnestedflatbuffer(j: Int, testnestedflatbuffer: UByte) : Boolean { in mutateTestnestedflatbuffer()
445 fun flex(j: Int) : UByte { in flex()
459 fun mutateFlex(j: Int, flex: UByte) : Boolean { in flexInByteBuffer()
[all …]
DVec3.kt28 val test2 : UByte get() = bb.get(bb_pos + 24).toUByte() in mutateX()
29 fun mutateTest2(test2: UByte) : ByteBuffer = bb.put(bb_pos + 24, test2.toByte()) in mutateX()
33 …r: FlatBufferBuilder, x: Float, y: Float, z: Float, test1: Double, test2: UByte, test3_a: Short, t… in mutateX()
DTypeAliases.kt34 val u8 : UByte
39 fun mutateU8(u8: UByte) : Boolean { in mutateU8()
213 …fun createTypeAliases(builder: FlatBufferBuilder, i8: Byte, u8: UByte, i16: Short, u16: UShort, i3… in createTypeAliases()
231 fun addU8(builder: FlatBufferBuilder, u8: UByte) = builder.addByte(1, u8.toByte(), 0) in startTypeAliases()
/external/libtextclassifier/native/utils/flatbuffers/
Dreflection.h50 reflection::UByte;
102 struct flatbuffers_cpp_type<reflection::BaseType::UByte> {
Dmutable.cc424 case reflection::UByte: in MergeFrom()
601 case reflection::UByte: in Extend()
639 case reflection::UByte: in Serialize()
Dreflection.cc145 case reflection::BaseType::UByte: in ParseEnumValue()
/external/libtextclassifier/native/utils/grammar/semantics/
Dvalue.h98 case reflection::BaseType::UByte: in Create()
101 flatbuffers_cpp_type<reflection::BaseType::UByte>::value>( in Create()
/external/libtextclassifier/native/utils/
Dlua-utils.cc86 case reflection::UByte: in GetField()
141 case reflection::UByte: in GetField()
240 case reflection::UByte: in ReadFlatbuffer()
276 case reflection::UByte: in ReadFlatbuffer()
/external/libtextclassifier/native/utils/grammar/semantics/evaluators/
Darithmetic-eval.cc107 case reflection::BaseType::UByte: in Apply()
Dcompose-eval.cc119 case reflection::BaseType::UByte: { in Apply()
/external/flatbuffers/src/
Dreflection.cpp31 case reflection::UByte: return FLATBUFFERS_GET(uint8_t); in GetAnyValueI()
129 case reflection::UByte: FLATBUFFERS_SET(uint8_t ); break; in SetAnyValueI()
563 case reflection::UByte: in VerifyVector()
643 case reflection::UByte: in VerifyObject()
/external/angle/src/tests/gl_tests/
DAttributeLayoutTest.cpp351 Format<GLubyte, GL_UNSIGNED_BYTE, false> UByte(es3); in GetTestCases() local
400 mTestCases.push_back({SByte(M0, 0, 20, mCoord), UByte(M0, 10, 20, mColor)}); in GetTestCases()
/external/flatbuffers/reflection/
Dreflection.fbs14 UByte,
/external/flatbuffers/include/flatbuffers/
Didl.h50 TD(NONE, "", uint8_t, byte, byte, byte, uint8, u8, UByte, UInt8) \
51 …TD(UTYPE, "", uint8_t, byte, byte, byte, uint8, u8, UByte, UInt8) /* begin scal…
54 TD(UCHAR, "ubyte", uint8_t, byte, byte, byte, uint8, u8, UByte, UInt8) \
Dreflection_generated.h43 UByte = 4, enumerator
65 UByte, in EnumValuesBaseType()
/external/skqp/src/sksl/
DSkSLCompiler.cpp108 ADD_TYPE(UByte); in Compiler()