Home
last modified time | relevance | path

Searched refs:setSyntax (Results 1 – 8 of 8) sorted by relevance

/third_party/protobuf/php/tests/
DWellKnownTest.php142 $m->setSyntax(Syntax::SYNTAX_PROTO2);
190 $m->setSyntax(Syntax::SYNTAX_PROTO2);
345 $m->setSyntax(Syntax::SYNTAX_PROTO2);
/third_party/protobuf/php/src/Google/Protobuf/
DEnum.php194 public function setSyntax($var) function in Google\\Protobuf\\Enum
DType.php228 public function setSyntax($var) function in Google\\Protobuf\\Type
DMethod.php262 public function setSyntax($var) function in Google\\Protobuf\\Method
DApi.php341 public function setSyntax($var) function in Google\\Protobuf\\Api
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyDescriptorPool.java124 this.builder.setSyntax("proto3"); in buildFileDescriptor()
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFileDescriptorProto.php476 public function setSyntax($var) function in Google\\Protobuf\\Internal\\FileDescriptorProto
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DTextFormatTest.java565 .setSyntax("proto3") in createDescriptorForAny()