Home
last modified time | relevance | path

Searched defs:attributesLength (Results 1 – 12 of 12) sorted by relevance

/third_party/flatbuffers/tests/ts/reflection/
Denum-val.js55 attributesLength() { method in EnumVal
Drpccall.js39 attributesLength() { method in RPCCall
Dservice.js39 attributesLength() { method in Service
Denum.js56 attributesLength() { method in Enum
Dobject.js75 attributesLength() { method in Object_
Dfield.js119 attributesLength() { method in Field
/third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/reflection/
DEnumVal.java42 public int attributesLength() { int o = __offset(14); return o != 0 ? __vector_len(o) : 0; } in attributesLength() method in EnumVal
DRPCCall.java39 public int attributesLength() { int o = __offset(10); return o != 0 ? __vector_len(o) : 0; } in attributesLength() method in RPCCall
DService.java42 public int attributesLength() { int o = __offset(8); return o != 0 ? __vector_len(o) : 0; } in attributesLength() method in Service
DEnum.java45 public int attributesLength() { int o = __offset(12); return o != 0 ? __vector_len(o) : 0; } in attributesLength() method in Enum
DObject.java45 public int attributesLength() { int o = __offset(14); return o != 0 ? __vector_len(o) : 0; } in attributesLength() method in Object
DField.java44 public int attributesLength() { int o = __offset(22); return o != 0 ? __vector_len(o) : 0; } in attributesLength() method in Field