Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Ddecoder.h23 class CodeCache; variable
202 class upb::pb::CodeCache {
204 CodeCache(upb::HandlerCache *dest) in CodeCache() function
206 CodeCache(CodeCache&&) = default;
207 CodeCache& operator=(CodeCache&&) = default;
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/
Dparser.h16 class CodeCache; variable
124 class upb::json::CodeCache {
126 CodeCache() : ptr_(upb_json_codecache_new(), upb_json_codecache_free) {} in CodeCache() function
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/json/
Dtest_json.cc229 upb::json::CodeCache parse_codecache; in test_json_roundtrip()
311 upb::json::CodeCache parse_codecache; in test_json_failure()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/pb/
Dtest_encoder.cc74 upb::pb::CodeCache decoder_cache(&encoder_cache); in test_pb_roundtrip()
Dtest_decoder.cc1111 upb::pb::CodeCache pb_code_cache(&handler_cache); in test_emptyhandlers()
1153 upb::pb::CodeCache pb_code_cache(&handler_cache); in run_tests()
/external/protobuf/php/ext/google/protobuf/
Dupb.h6224 class CodeCache;
6401 class upb::pb::CodeCache {
6403 CodeCache(upb::HandlerCache *dest)
6405 CodeCache(CodeCache&&) = default;
6406 CodeCache& operator=(CodeCache&&) = default;
7055 class CodeCache;
7163 class upb::json::CodeCache {
7165 CodeCache() : ptr_(upb_json_codecache_new(), upb_json_codecache_free) {}
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h9443 class CodeCache;
9451 UPB_DECLARE_TYPE(upb::pb::CodeCache, upb_pbcodecache)
9580 class upb::pb::CodeCache {
9582 CodeCache();
9583 ~CodeCache();
9612 UPB_DISALLOW_COPY_AND_ASSIGN(CodeCache)
9710 inline CodeCache::CodeCache() {
9713 inline CodeCache::~CodeCache() {
9716 inline bool CodeCache::allow_jit() const {
9719 inline bool CodeCache::set_allow_jit(bool allow) {
[all …]