Home
last modified time | relevance | path

Searched refs:GetSyntax (Results 1 – 7 of 7) sorted by relevance

/external/golang-protobuf/types/known/apipb/
Dapi.pb.go171 func (x *Api) GetSyntax() typepb.Syntax { func
274 func (x *Method) GetSyntax() typepb.Syntax { func
/external/golang-protobuf/reflect/protodesc/
Ddesc.go91 switch fd.GetSyntax() {
97 return nil, errors.New("invalid syntax: %q", fd.GetSyntax())
/external/pdfium/core/fpdfapi/edit/
Dcpdf_creator.cpp257 m_SavedOffset = m_pParser->GetSyntax()->GetDocumentSize(); in WriteDoc_Stage1()
266 m_pParser->GetSyntax()->SetPos(0); in WriteDoc_Stage1()
269 if (!m_pParser->GetSyntax()->ReadBlock(buffer.data(), block_size)) { in WriteDoc_Stage1()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_parser.h119 CPDF_SyntaxParser* GetSyntax() const { return m_pSyntax.get(); } in GetSyntax() function
/external/golang-protobuf/types/known/typepb/
Dtype.pb.go355 func (x *Type) GetSyntax() Syntax { func
572 func (x *Enum) GetSyntax() Syntax { func
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc638 static PyObject* GetSyntax(PyBaseDescriptor *self, void *closure) { in GetSyntax() function
675 { "syntax", (getter)GetSyntax, (setter)NULL, "Syntax"},
1415 static PyObject* GetSyntax(PyFileDescriptor *self, void *closure) { in GetSyntax() function
1442 { "syntax", (getter)GetSyntax, (setter)NULL, "Syntax"},
/external/golang-protobuf/types/descriptorpb/
Ddescriptor.pb.go660 func (x *FileDescriptorProto) GetSyntax() string { func