OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetCachedSize
(Results
1 - 25
of
25
) sorted by null
/external/protobuf/src/google/protobuf/
message_lite.h
268
virtual int
GetCachedSize
() const = 0;
map_entry_lite.h
189
int
GetCachedSize
() const {
192
? kTagSize + KeyTypeHandler::
GetCachedSize
(key())
195
? kTagSize + ValueTypeHandler::
GetCachedSize
(
wrappers.pb.h
92
int
GetCachedSize
() const { return _cached_size_; }
183
int
GetCachedSize
() const { return _cached_size_; }
274
int
GetCachedSize
() const { return _cached_size_; }
365
int
GetCachedSize
() const { return _cached_size_; }
456
int
GetCachedSize
() const { return _cached_size_; }
547
int
GetCachedSize
() const { return _cached_size_; }
638
int
GetCachedSize
() const { return _cached_size_; }
729
int
GetCachedSize
() const { return _cached_size_; }
828
int
GetCachedSize
() const { return _cached_size_; }
[
all
...]
map_entry.h
173
int
GetCachedSize
() const {
174
return entry_lite_.
GetCachedSize
();
duration.pb.h
79
int
GetCachedSize
() const { return _cached_size_; }
empty.pb.h
84
int
GetCachedSize
() const { return _cached_size_; }
timestamp.pb.h
84
int
GetCachedSize
() const { return _cached_size_; }
map_type_handler.h
162
static inline int
GetCachedSize
(const MapEntryAccessorType& value);
218
static inline int
GetCachedSize
(const MapEntryAccessorType& value); \
313
MapTypeHandler<WireFormatLite::TYPE_MESSAGE, Type>::
GetCachedSize
(
315
return WireFormatLite::LengthDelimitedSize(value.
GetCachedSize
());
321
MapTypeHandler<WireFormatLite::TYPE_##FieldType, Type>::
GetCachedSize
( \
341
MapTypeHandler<WireFormatLite::TYPE_##FieldType, Type>::
GetCachedSize
( \
[
all
...]
struct.pb.h
104
int
GetCachedSize
() const { return _cached_size_; }
206
int
GetCachedSize
() const { return _cached_size_; }
358
int
GetCachedSize
() const { return _cached_size_; }
wire_format_lite.cc
457
const int size = value.
GetCachedSize
();
466
const int size = value.
GetCachedSize
();
481
const int size = value.
GetCachedSize
();
any.pb.h
90
int
GetCachedSize
() const { return _cached_size_; }
field_mask.pb.h
79
int
GetCachedSize
() const { return _cached_size_; }
source_context.pb.h
79
int
GetCachedSize
() const { return _cached_size_; }
descriptor.pb.h
226
int
GetCachedSize
() const { return _cached_size_; }
318
int
GetCachedSize
() const { return _cached_size_; }
561
int
GetCachedSize
() const { return _cached_size_; }
660
int
GetCachedSize
() const { return _cached_size_; }
759
int
GetCachedSize
() const { return _cached_size_; }
[
all
...]
dynamic_message.cc
265
int
GetCachedSize
() const;
586
int DynamicMessage::
GetCachedSize
() const {
message_lite.cc
227
int size =
GetCachedSize
();
api.pb.h
83
int
GetCachedSize
() const { return _cached_size_; }
234
int
GetCachedSize
() const { return _cached_size_; }
375
int
GetCachedSize
() const { return _cached_size_; }
[
all
...]
wire_format_lite_inl.h
595
value.MessageType_WorkAroundCppLookupDefect::
GetCachedSize
());
[
all
...]
type.pb.h
168
int
GetCachedSize
() const { return _cached_size_; }
311
int
GetCachedSize
() const { return _cached_size_; }
568
int
GetCachedSize
() const { return _cached_size_; }
694
int
GetCachedSize
() const { return _cached_size_; }
797
int
GetCachedSize
() const { return _cached_size_; }
[
all
...]
message.cc
148
WireFormat::SerializeWithCachedSizes(*this,
GetCachedSize
(), output);
wire_format.cc
[
all
...]
wire_format_unittest.cc
477
EXPECT_EQ(size, message_set.
GetCachedSize
());
[
all
...]
/external/perfetto/src/ipc/
buffered_frame_deserializer.cc
183
PERFETTO_DCHECK(payload_size == static_cast<uint32_t>(frame.
GetCachedSize
()));
/external/protobuf/src/google/protobuf/compiler/
plugin.pb.h
91
int
GetCachedSize
() const { return _cached_size_; }
215
int
GetCachedSize
() const { return _cached_size_; }
339
int
GetCachedSize
() const { return _cached_size_; }
[
all
...]
/external/perfetto/src/tracing/core/
tracing_service_impl.cc
[
all
...]
Completed in 368 milliseconds