Searched defs:startObject (Results 1 – 9 of 9) sorted by relevance
80 public abstract NodeCursor startObject(); in startObject() method in NodeCursor148 public NodeCursor startObject() { return new ObjectCursor(_node, this); } in startObject() method in NodeCursor.RootCursor183 public NodeCursor startObject() { return new ObjectCursor(_currentElement, this); } in startObject() method in NodeCursor.ArrayCursor231 public NodeCursor startObject() { return new ObjectCursor(currentNode(), this); } in startObject() method in NodeCursor.ObjectCursor
43 private static readonly JsonToken startObject = new JsonToken(TokenType.StartObject); field in Google.Protobuf.JsonToken
104 static startObject(builder) { method in Object_
342 startObject(numfields: number): void { method in Builder
94 static startObject(builder) { method in Object_
757 public function startObject($numfields) function in Google\\FlatBuffers\\FlatbufferBuilder
82 public static void startObject(FlatBufferBuilder builder) { builder.startTable(8); } in startObject() method in Object