Home
last modified time | relevance | path

Searched refs:VectorString (Results 1 – 4 of 4) sorted by relevance

/third_party/flatbuffers/rust/flexbuffers/src/
Dflexbuffer_type.rs80 VectorString = 15, enumerator
157 VectorString => Some(Key), in typed_vector_type()
217 is_ty!(is_vector_string, VectorString);
/third_party/flatbuffers/dart/lib/src/
Dtypes.dart72 …@Deprecated('VectorString is deprecated due to a flaw in the binary format (https://github.com/goo…
73 VectorString,
118 && toInt(self) <= toInt(ValueType.VectorString)
/third_party/flatbuffers/dart/test/
Dflex_types_test.dart30 expect(ValueTypeUtils.isTypedVector(ValueType.VectorString), isTrue);
56 expect(ValueTypeUtils.toTypedVector(ValueType.String,0), equals(ValueType.VectorString));
74 expect(ValueTypeUtils.typedVectorElementType(ValueType.VectorString), equals(ValueType.String));
/third_party/flatbuffers/rust/flexbuffers/src/builder/
Dmod.rs373 FlexBufferType::VectorString, in store_vector()