Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
836d81a8
Commit
836d81a8
authored
Jan 15, 2020
by
dmaclach
Committed by
Thomas Van Lenten
Jan 15, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix up parameter name so decl matches defn
className -> class_name
parent
74956e1c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
objectivec_helpers.h
src/google/protobuf/compiler/objectivec/objectivec_helpers.h
+2
-2
No files found.
src/google/protobuf/compiler/objectivec/objectivec_helpers.h
View file @
836d81a8
...
...
@@ -120,12 +120,12 @@ string PROTOC_EXPORT OneofNameCapitalized(const OneofDescriptor* descriptor);
// Returns a symbol that can be used in C code to refer to an Objective C
// class without initializing the class.
string
PROTOC_EXPORT
ObjCClassSymbolReference
(
const
string
&
class
N
ame
);
string
PROTOC_EXPORT
ObjCClassSymbolReference
(
const
string
&
class
_n
ame
);
// Defines a symbol that can be used in C code to refer to an Objective C
// class without initializing the class. Use a corresponding
// ObjCClassSymbolReference to reference it.
string
PROTOC_EXPORT
ObjCClassSymbolDefinition
(
const
string
&
class
N
ame
);
string
PROTOC_EXPORT
ObjCClassSymbolDefinition
(
const
string
&
class
_n
ame
);
inline
bool
HasFieldPresence
(
const
FileDescriptor
*
file
)
{
return
file
->
syntax
()
!=
FileDescriptor
::
SYNTAX_PROTO3
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment