OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_syntax
(Results
1 - 13
of
13
) sorted by null
/external/protobuf/src/google/protobuf/
api.pb.h
175
void
set_syntax
(::google::protobuf::Syntax value);
316
void
set_syntax
(::google::protobuf::Syntax value);
665
inline void Api::
set_syntax
(::google::protobuf::Syntax value) {
function in class:google::protobuf::Api
873
inline void Method::
set_syntax
(::google::protobuf::Syntax value) {
function in class:google::protobuf::Method
[
all
...]
api.pb.cc
393
set_syntax
(static_cast< ::google::protobuf::Syntax >(value));
635
set_syntax
(from.syntax());
909
void Api::
set_syntax
(::google::protobuf::Syntax value) {
function in class:google::protobuf::Api
1632
void Method::
set_syntax
(::google::protobuf::Syntax value) {
function in class:google::protobuf::Method
[
all
...]
type.pb.h
253
void
set_syntax
(::google::protobuf::Syntax value);
637
void
set_syntax
(::google::protobuf::Syntax value);
1066
inline void Type::
set_syntax
(::google::protobuf::Syntax value) {
function in class:google::protobuf::Type
1506
inline void Enum::
set_syntax
(::google::protobuf::Syntax value) {
function in class:google::protobuf::Enum
[
all
...]
descriptor_unittest.cc
438
proto_syntax2.
set_syntax
("proto2");
452
implicit_proto2.
set_syntax
("proto2");
457
proto_syntax3.
set_syntax
("proto3");
470
proto.
set_syntax
("proto2");
481
proto.
set_syntax
("proto3");
601
json_file.
set_syntax
("proto3");
[
all
...]
type.pb.cc
472
set_syntax
(static_cast< ::google::protobuf::Syntax >(value));
688
set_syntax
(from.syntax());
942
void Type::
set_syntax
(::google::protobuf::Syntax value) {
function in class:google::protobuf::Type
2512
void Enum::
set_syntax
(::google::protobuf::Syntax value) {
function in class:google::protobuf::Enum
[
all
...]
descriptor.pb.h
474
void
set_syntax
(const ::std::string& value);
475
void
set_syntax
(const char* value);
476
void
set_syntax
(const char* value, size_t size);
4128
inline void FileDescriptorProto::
set_syntax
(const ::std::string& value) {
function in class:google::protobuf::FileDescriptorProto
4133
inline void FileDescriptorProto::
set_syntax
(const char* value) {
function in class:google::protobuf::FileDescriptorProto
4138
inline void FileDescriptorProto::
set_syntax
(const char* value, size_t size) {
function in class:google::protobuf::FileDescriptorProto
[
all
...]
descriptor.cc
[
all
...]
descriptor.pb.cc
2388
void FileDescriptorProto::
set_syntax
(const ::std::string& value) {
function in class:google::protobuf::FileDescriptorProto
2393
void FileDescriptorProto::
set_syntax
(const char* value) {
function in class:google::protobuf::FileDescriptorProto
2398
void FileDescriptorProto::
set_syntax
(const char* value, size_t size) {
function in class:google::protobuf::FileDescriptorProto
[
all
...]
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
api.pb.h
175
void
set_syntax
(::google::protobuf::Syntax value);
316
void
set_syntax
(::google::protobuf::Syntax value);
665
inline void Api::
set_syntax
(::google::protobuf::Syntax value) {
function in class:google::protobuf::Api
873
inline void Method::
set_syntax
(::google::protobuf::Syntax value) {
function in class:google::protobuf::Method
[
all
...]
type.pb.h
253
void
set_syntax
(::google::protobuf::Syntax value);
637
void
set_syntax
(::google::protobuf::Syntax value);
1066
inline void Type::
set_syntax
(::google::protobuf::Syntax value) {
function in class:google::protobuf::Type
1506
inline void Enum::
set_syntax
(::google::protobuf::Syntax value) {
function in class:google::protobuf::Enum
[
all
...]
descriptor.pb.h
474
void
set_syntax
(const ::std::string& value);
475
void
set_syntax
(const char* value);
476
void
set_syntax
(const char* value, size_t size);
4128
inline void FileDescriptorProto::
set_syntax
(const ::std::string& value) {
function in class:google::protobuf::FileDescriptorProto
4133
inline void FileDescriptorProto::
set_syntax
(const char* value) {
function in class:google::protobuf::FileDescriptorProto
4138
inline void FileDescriptorProto::
set_syntax
(const char* value, size_t size) {
function in class:google::protobuf::FileDescriptorProto
[
all
...]
/external/protobuf/src/google/protobuf/compiler/
parser.cc
545
if (file != NULL) file->
set_syntax
(syntax_identifier_);
[
all
...]
/external/protobuf/ruby/ext/google/protobuf_c/
upb.h
3302
inline bool MessageDef::
set_syntax
(upb_syntax_t syntax) {
function in class:upb::MessageDef
[
all
...]
Completed in 4122 milliseconds