Home
last modified time | relevance | path

Searched defs:StartObject (Results 1 – 10 of 10) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
DJsonToken.cs52 internal static JsonToken StartObject{ get { return startObject; } } property in Google.Protobuf.JsonToken
81 StartObject, enumerator
/third_party/vulkan-loader/tests/framework/
Djson_writer.h42 void StartObject() { in StartObject() function
/third_party/protobuf/src/google/protobuf/util/internal/
Dexpecting_objectwriter.h102 virtual ObjectWriter* StartObject(StringPiece name) { in StartObject() function
Djson_objectwriter.cc55 JsonObjectWriter* JsonObjectWriter::StartObject(StringPiece name) { in StartObject() function in google::protobuf::util::converter::JsonObjectWriter
Dprotostream_objectwriter.cc216 void ProtoStreamObjectWriter::AnyWriter::StartObject(StringPiece name) { in StartObject() function in google::protobuf::util::converter::ProtoStreamObjectWriter::AnyWriter
486 ProtoStreamObjectWriter* ProtoStreamObjectWriter::StartObject( in StartObject() function in google::protobuf::util::converter::ProtoStreamObjectWriter
Ddefault_value_objectwriter.cc487 DefaultValueObjectWriter* DefaultValueObjectWriter::StartObject( in StartObject() function in google::protobuf::util::converter::DefaultValueObjectWriter
Dproto_writer.cc457 ProtoWriter* ProtoWriter::StartObject( in StartObject() function in google::protobuf::util::converter::ProtoWriter
/third_party/flatbuffers/lua/flatbuffers/
Dbuilder.lua90 function mt:StartObject(numFields) function
/third_party/flatbuffers/go/
Dbuilder.go80 func (b *Builder) StartObject(numfields int) { func
/third_party/flatbuffers/python/flatbuffers/
Dbuilder.py181 def StartObject(self, numfields): member in Builder