Home
last modified time | relevance | path

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

/external/antlr/runtime/Cpp/include/
Dantlr3tokenstream.inl404 ANTLR_INT32 cached_size = static_cast<ANTLR_INT32>(this->get_istream()->get_cachedSize()); local
407 ( ( req_idx >= cached_size ) && ( (cached_size % ImplTraits::TOKEN_FILL_BUFFER_INCREMENT) == 0 ) )
417 cached_size = static_cast<ANTLR_INT32>(this->get_istream()->get_cachedSize());
418 if ( req_idx >= cached_size )
439 if( ( i >= cached_size ) && ( (cached_size % ImplTraits::TOKEN_FILL_BUFFER_INCREMENT) == 0 ) )
/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/conscrypt/
Dnative_crypto.cc673 size_t cached_size; member
710 return ex_data->cached_size; in RsaMethodSize()
1278 size_t cached_size; in NativeCrypto_getRSAPrivateKeyWrapper() local
1279 if (!arrayToBignumSize(env, modulusBytes, &cached_size)) { in NativeCrypto_getRSAPrivateKeyWrapper()
1300 ex_data->cached_size = cached_size; in NativeCrypto_getRSAPrivateKeyWrapper()