/external/flatbuffers/tests/union_vector/ |
D | Character.kt | 7 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
|
D | Movie.kt | 18 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/ |
D | Any.kt | 9 const val NONE: UByte = 0u 10 const val Monster: UByte = 1u 11 const val TestSimpleTableWithEnum: UByte = 2u 12 const val MyGameExample2Monster: UByte = 3u
|
D | AnyUniqueAliases.kt | 9 const val NONE: UByte = 0u 10 const val M: UByte = 1u 11 const val TS: UByte = 2u 12 const val M2: UByte = 3u
|
D | AnyAmbiguousAliases.kt | 9 const val NONE: UByte = 0u 10 const val M1: UByte = 1u 11 const val M2: UByte = 2u 12 const val M3: UByte = 3u
|
D | Color.kt | 12 const val Red: UByte = 1u 17 const val Green: UByte = 2u 21 const val Blue: UByte = 8u
|
D | TestSimpleTableWithEnum.kt | 20 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()
|
D | Monster.kt | 67 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 …]
|
D | Vec3.kt | 28 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()
|
D | TypeAliases.kt | 34 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/ |
D | reflection.h | 50 reflection::UByte; 102 struct flatbuffers_cpp_type<reflection::BaseType::UByte> {
|
D | mutable.cc | 424 case reflection::UByte: in MergeFrom() 601 case reflection::UByte: in Extend() 639 case reflection::UByte: in Serialize()
|
D | reflection.cc | 145 case reflection::BaseType::UByte: in ParseEnumValue()
|
/external/libtextclassifier/native/utils/grammar/semantics/ |
D | value.h | 98 case reflection::BaseType::UByte: in Create() 101 flatbuffers_cpp_type<reflection::BaseType::UByte>::value>( in Create()
|
/external/libtextclassifier/native/utils/ |
D | lua-utils.cc | 86 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/ |
D | arithmetic-eval.cc | 107 case reflection::BaseType::UByte: in Apply()
|
D | compose-eval.cc | 119 case reflection::BaseType::UByte: { in Apply()
|
/external/flatbuffers/src/ |
D | reflection.cpp | 31 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/ |
D | AttributeLayoutTest.cpp | 351 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/ |
D | reflection.fbs | 14 UByte,
|
/external/flatbuffers/include/flatbuffers/ |
D | idl.h | 50 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) \
|
D | reflection_generated.h | 43 UByte = 4, enumerator 65 UByte, in EnumValuesBaseType()
|
/external/skqp/src/sksl/ |
D | SkSLCompiler.cpp | 108 ADD_TYPE(UByte); in Compiler()
|