Home
last modified time | relevance | path

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

/third_party/flatbuffers/python/flatbuffers/
Dflexbuffers.py212 def IsInline(type_): member in Type
902 if Type.IsInline(self._type):
913 if Type.IsInline(self._type):
/third_party/flatbuffers/include/flatbuffers/
Dflexbuffers.h86 inline bool IsInline(Type t) { return t <= FBT_FLOAT || t == FBT_BOOL; } in IsInline() function
1445 if (IsInline(type_)) { in ElemWidth()
1474 if (IsInline(type_)) {
/third_party/flatbuffers/tests/
Dpy_flexbuffers_test.py152 Type.IsInline, (Type.NULL, Type.INT, Type.UINT, Type.FLOAT, Type.BOOL))
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp105854 inline bool IsInline() const;