Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dextension_set_heavy.cc416 if (cached_size == 0) return target; in SerializeFieldWithCachedSizesToArray()
420 target = WireFormatLite::WriteInt32NoTagToArray(cached_size, target); in SerializeFieldWithCachedSizesToArray()
Dextension_set.cc1433 if (cached_size == 0) return; in SerializeFieldWithCachedSizes()
1437 output->WriteVarint32(cached_size); in SerializeFieldWithCachedSizes()
1584 cached_size = result; in ByteSize()
Dextension_set.h514 mutable int cached_size; member
/external/protobuf/java/core/src/test/proto/com/google/protobuf/
Dtest_bad_identifiers.proto49 optional string cached_size = 1; field
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_test_bad_identifiers.proto86 optional uint32 cached_size = 22; field
/external/conscrypt/common/src/jni/main/cpp/
DNativeCrypto.cpp560 size_t cached_size; member
597 return ex_data->cached_size; in RsaMethodSize()
1167 size_t cached_size; in NativeCrypto_getRSAPrivateKeyWrapper() local
1168 if (!arrayToBignumSize(env, modulusBytes, &cached_size)) { in NativeCrypto_getRSAPrivateKeyWrapper()
1183 ex_data->cached_size = cached_size; in NativeCrypto_getRSAPrivateKeyWrapper()