MCPcopy Create free account

hub / github.com/google/flatbuffers / types & classes

Types & classes2,822 in github.com/google/flatbuffers

↓ 72 callersEnumStatus
include/flatbuffers/code_generator.h:38
↓ 60 callersTypeAliasUOffsetT
A UOffsetT stores an unsigned offset into vector data.
go/encode.go:11
↓ 32 callersClassFlexBufferType
kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/FlexBuffersInternals.kt:29
↓ 24 callersClassType
Represents any type in the IDL, which is a combination of the BaseType and additional information for vectors/structs_.
include/flatbuffers/idl.h:195
↓ 21 callersClassFlexBuffersBuilder
kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/FlexBuffersBuilder.kt:20
↓ 20 callersClassParser
include/flatbuffers/idl.h:191
↓ 17 callersClassFlatBufferBuilder
rust/flatbuffers/src/builder.rs:130
↓ 16 callersClassArrayReadWriteBuffer
* Implements `[ReadWriteBuffer]` using [ByteArray] as backing buffer. Using array of bytes are * usually faster than `ByteBuffer`. * * This class i
kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/Buffers.kt:469
↓ 15 callersTypeAliasColor
Composite components of Monster color.
tests/MyGame/Example/Color.go:8
↓ 15 callersTypeAliasSOffsetT
A SOffsetT stores a signed offset into arbitrary data.
go/encode.go:9
↓ 14 callersClassFlatBufferBuilder
* Class that helps you build a FlatBuffer. See the section "Use in Kotlin" in the main FlatBuffers * documentation. */
kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/FlatBufferBuilder.kt:24
↓ 13 callersClassAssert
tests/phpTest.php:601
↓ 12 callersClassArrayReadBuffer
kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/Buffers.kt:406
↓ 12 callersClassJSONParser
* JSONParser class is used to parse a JSON as FlexBuffers. Calling [JSONParser.parse] fiils * [output] and returns a [Reference] ready to be used. *
kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/json.kt:126
↓ 11 callersClassReference
include/flatbuffers/flexbuffers.h:38
↓ 11 callersClassToken
kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/json.kt:772
↓ 11 callersClassTypedVector
[TypedVector] represents an array of scalar elements of the same type in the buffer. */
kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/FlexBuffers.kt:680
↓ 11 callersClassValue
Holds information about the elements inserted on the buffer.
kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/FlexBuffersInternals.kt:161
↓ 11 callersClassValue
If you wish to share a value explicitly (a value not shared automatically through one of the BUILDER_FLAG_SHARE_* flags) you can do so with these func
include/flatbuffers/flexbuffers.h:1443
↓ 10 callersClassMonster
tests/MyGame/Example/Monster.py:10
↓ 10 callersClassValue
Class to represent given value during the encoding process.
python/flatbuffers/flexbuffers.py:900
↓ 9 callersClassArray
include/flatbuffers/array.h:31
↓ 9 callersClassByteWidth
kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/FlexBuffersInternals.kt:27
↓ 9 callersClassScope
Scope is used to the define current space that the scanner is operating.
kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/json.kt:731
↓ 8 callersStructTable
Table wraps a byte slice and provides read access to its data. The variable `Pos` indicates the root of the FlatBuffers object therein.
go/table.go:6
↓ 8 callersClassTest
tests/monster_test_generated.py:223
↓ 8 callersStructTest
tests/MyGame/Example/Test.go:34
↓ 7 callersClassKeyValue
python/flatbuffers/reflection/KeyValue.py:9
↓ 7 callersClassNestedStruct
tests/MyGame/Example/NestedStruct.py:10
↓ 7 callersClassType
Supported types of encoded data. These are used as the upper 6 bits of a type field to indicate the actual type.
python/flatbuffers/flexbuffers.py:160
↓ 6 callersClassAbility
tests/monster_test_generated.py:468
↓ 6 callersClassBlob
rust/flexbuffers/src/lib.rs:89
↓ 6 callersClassIndirectUInt
rust/flexbuffers/src/lib.rs:102
↓ 6 callersClassOffset
Represents a "pointer" to a pointer types (table, string, struct) within the buffer */
kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/Flatbuffers.kt:39
↓ 6 callersClassVector3D
tests/native_type_test_impl.h:7
↓ 5 callersClassKey
Represents a key element in the buffer. Keys are used to reference objects in a [Map] */
kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/FlexBuffers.kt:718
↓ 5 callersClassMethod
An abstract interface representing a method.
grpc/src/compiler/schema_interface.h:49
↓ 5 callersClassObject
python/flatbuffers/reflection/Object.py:9
↓ 5 callersClassReference
* Represents an generic element in the buffer. It can be specialized into scalar types, using for * example, [Reference.toInt], or casted into Flexbu
kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/FlexBuffers.kt:42
↓ 5 callersClassReference
ts/flexbuffers/reference.ts:78
↓ 5 callersClassString
include/flatbuffers/string.h:25
↓ 5 callersTypeAliasVOffsetT
A VOffsetT stores an unsigned offset in a vtable.
go/encode.go:13
↓ 5 callersClassVectorOffset
Represents a "pointer" to a vector type with elements T */
kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/Flatbuffers.kt:58
↓ 4 callersClassArrayReadWriteBuf
Implements {@code ReadBuf} using an array of bytes as a backing storage. Using array of bytes are usually faster than {@code ByteBuffer}. <p>This cla
java/src/main/java/com/google/flatbuffers/ArrayReadWriteBuf.java:12
↓ 4 callersClassArrayStruct
tests/MyGame/Example/ArrayStruct.cs:12
↓ 4 callersClassBitWidth
kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/FlexBuffersInternals.kt:22
↓ 4 callersClassFile
An interface that allows the source generated to be output using various libraries/idls/serializers.
grpc/src/compiler/schema_interface.h:102
↓ 4 callersClassIndirectInt
rust/flexbuffers/src/lib.rs:109
↓ 4 callersClassIntegerRegex
tests/fuzzer/flatbuffers_scalar_fuzzer.cc:118
↓ 4 callersClassNamespace
include/codegen/idl_namer.h:74
↓ 4 callersClassReferrable
tests/monster_test_generated.py:809
↓ 4 callersClassStat
tests/monster_test_generated.py:698
↓ 4 callersClassType
python/flatbuffers/reflection/Type.py:9
↓ 4 callersClassUIntegerRegex
tests/fuzzer/flatbuffers_scalar_fuzzer.cc:134
↓ 3 callersClassCheckedError
A way to make error propagation less error prone by requiring values to be checked. Once you create a value of this type you must either: - Call Check
include/flatbuffers/idl.h:937
↓ 3 callersClassDefaultAllocator
DefaultAllocator uses new/delete to allocate memory regions
include/flatbuffers/default_allocator.h:26
↓ 3 callersEnumDummy
Check with Array<Enum, N>
tests/test.cpp:677
↓ 3 callersClassFloatRegex
tests/fuzzer/flatbuffers_scalar_fuzzer.cc:163
↓ 3 callersClassInParentNamespace
tests/monster_test_generated.py:89
↓ 3 callersClassMonster
tests/monster_test_generated.h:29
↓ 3 callersClassNumpyRequiredForThisFeature
Error raised when user tries to use a feature that requires numpy without having numpy installed.
python/flatbuffers/compat.py:82
↓ 3 callersEnumOptionalByte
tests/optional_scalars/OptionalByte.cs:8
↓ 3 callersClassString
Data accessor for the encoded string bytes.
python/flatbuffers/flexbuffers.py:368
↓ 3 callersClassStructOfStructs
tests/monster_test_generated.py:531
↓ 3 callersClassTypedVector
Data accessor for the encoded typed vector or fixed typed vector bytes.
python/flatbuffers/flexbuffers.py:455
↓ 3 callersClassVec3
tests/MyGame/Example/Vec3.py:9
↓ 3 callersClassVector
[Vector] represents an array of elements in the buffer. The element can be of any type. */
kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/FlexBuffers.kt:642
↓ 2 callersClassArrayTable
tests/MyGame/Example/ArrayTable.py:12
↓ 2 callersClassAttacker
tests/union_vector/Attacker.cs:9
↓ 2 callersClassBlob
Represent an array of bytes in the buffer. */
kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/FlexBuffers.kt:606
↓ 2 callersClassBookReader
tests/union_vector/BookReader.cs:9
↓ 2 callersClassBuf
Class to access underlying buffer object starting from the given offset.
python/flatbuffers/flexbuffers.py:281
↓ 2 callersClassBuilderSizeError
Error caused by causing a Builder to exceed the hardcoded limit of 2 gigabytes.
python/flatbuffers/builder.py:70
↓ 2 callersClassDetachedBuffer
DetachedBuffer is a finished flatbuffer memory region, detached from its builder. The original memory region and allocator are also stored so that the
include/flatbuffers/detached_buffer.h:29
↓ 2 callersClassEnum
python/flatbuffers/reflection/Enum.py:9
↓ 2 callersClassEnumVal
python/flatbuffers/reflection/EnumVal.py:9
↓ 2 callersClassField
python/flatbuffers/reflection/Field.py:9
↓ 2 callersClassField
include/flatbuffers/reflection_generated.h:30
↓ 2 callersClassFoo
tests/rust_usage_test/tests/flexbuffers_tests/binary_format.rs:452
↓ 2 callersClassGalaxy
goldens/py/flatbuffers/goldens/Galaxy.py:9
↓ 2 callersClassInParentNamespace
tests/MyGame/InParentNamespace.py:9
↓ 2 callersClassIndirectFloat
rust/flexbuffers/src/lib.rs:116
↓ 2 callersClassKey
Data accessor for the encoded key bytes.
python/flatbuffers/flexbuffers.py:404
↓ 2 callersClassLCG
Include simple random number generator to ensure results will be the same cross platform. http://en.wikipedia.org/wiki/Park%E2%80%93Miller_random
tests/py_test.py:3109
↓ 2 callersTypeAliasLCG
Include simple random number generator to ensure results will be the same cross platform. http://en.wikipedia.org/wiki/Park%E2%80%93Miller_random_numb
tests/go_test.go:1896
↓ 2 callersEnumLongEnum
tests/MyGame/Example/LongEnum.cs:8
↓ 2 callersClassLongFloatEntry
tests/DictionaryLookup/LongFloatEntry.kt:21
↓ 2 callersClassMap
A Map class that provide support to access Key-Value data from Flexbuffers. */
kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/FlexBuffers.kt:782
↓ 2 callersClassMessage
include/flatbuffers/grpc.h:34
↓ 2 callersClassMonster
tests/MyGame/Example2/Monster.py:9
↓ 2 callersClassMonster
* an example documentation comment: "monster object" */
tests/MyGame/Example/Monster.kt:24
↓ 2 callersClassMonsterExtra
tests/MyGame/MonsterExtra.py:11
↓ 2 callersClassMonsterT
tests/monster_test_generated.py:186
↓ 2 callersClassMyStruct
tests/rust_usage_test/tests/flexbuffers_tests/rwyw.rs:398
↓ 2 callersClassNestedUnionTest
tests/MyGame/Example/NestedUnion/NestedUnionTest.py:12
↓ 2 callersClassOffsetArithmeticError
Error caused by an Offset arithmetic error. Probably caused by bad writing of fields. This is considered an unreachable situation in normal circu
python/flatbuffers/builder.py:33
↓ 2 callersClassPool
Collection of (data, offset) pairs sorted by data for quick access.
python/flatbuffers/flexbuffers.py:1004
↓ 2 callersClassRPCCall
python/flatbuffers/reflection/RPCCall.py:9
↓ 2 callersClassRef
Data accessor for the encoded data bytes.
python/flatbuffers/flexbuffers.py:562
↓ 2 callersClassReferrable
tests/MyGame/Example/Referrable.cs:12
next →1–100 of 2,822, ranked by callers