Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Ddecoder.int.h150 bool is_native_; member
Dcompile_decoder.c53 return m->is_native_; in upb_pbdecodermethod_isnative()
/external/protobuf/php/ext/google/protobuf/
Dupb.c5850 return m->is_native_; in upb_pbdecodermethod_isnative()
6803 if (d->method_->is_native_) { in callstacksize()
7664 if (method->is_native_) { in upb_pbdecoder_end()
Dupb.h6586 bool is_native_;
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c9593 ret->is_native_ = false; /* If we JIT, it will update this later. */ in newmethod()
9613 return m->is_native_; in upb_pbdecodermethod_isnative()
10570 if (d->method_->is_native_) { in callstacksize()
11433 if (method->is_native_) { in upb_pbdecoder_end()
Dupb.h9895 bool is_native_;