Home
last modified time | relevance | path

Searched defs:getRootAsKeyValue (Results 1 – 2 of 2) sorted by relevance

/third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/reflection/
DKeyValue.java25 …public static KeyValue getRootAsKeyValue(ByteBuffer _bb) { return getRootAsKeyValue(_bb, new KeyVa… in getRootAsKeyValue() method in KeyValue
26 …public static KeyValue getRootAsKeyValue(ByteBuffer _bb, KeyValue obj) { _bb.order(ByteOrder.LITTL… in getRootAsKeyValue() method in KeyValue
/third_party/flatbuffers/tests/ts/reflection/
Dkey-value.js14 static getRootAsKeyValue(bb, obj) { method in KeyValue