OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:invalid_depth_
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/src/google/protobuf/util/internal/
proto_writer.h
136
// Getters and mutators of
invalid_depth_
.
137
void IncrementInvalidDepth() { ++
invalid_depth_
; }
138
void DecrementInvalidDepth() { --
invalid_depth_
; }
139
int invalid_depth() { return
invalid_depth_
; }
237
// Common code for BeginObject() and BeginList() that does
invalid_depth_
316
//
invalid_depth_
: number of enclosing invalid nested messages.
319
int
invalid_depth_
;
member in class:google::protobuf::util::converter::ProtoWriter
proto_writer.cc
74
invalid_depth_
(0),
91
invalid_depth_
(0),
438
++
invalid_depth_
;
444
++
invalid_depth_
;
454
if (
invalid_depth_
> 0) {
455
--
invalid_depth_
;
477
++
invalid_depth_
;
483
++
invalid_depth_
;
493
if (
invalid_depth_
> 0) {
494
--
invalid_depth_
;
[
all
...]
Completed in 55 milliseconds