Home
last modified time | relevance | path

Searched refs:cached_size (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/proto/com/google/protobuf/
Dtest_bad_identifiers.proto49 optional string cached_size = 1; field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dextension_set_heavy.cc451 if (cached_size == 0) return target; in InternalSerializeFieldWithCachedSizesToArray()
455 target = WireFormatLite::WriteInt32NoTagToArray(cached_size, target); in InternalSerializeFieldWithCachedSizesToArray()
Dextension_set.h532 mutable int cached_size; member
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dcpp_test_bad_identifiers.proto86 optional uint32 cached_size = 22; field