Home
last modified time | relevance | path

Searched defs:is_constructor (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/cronet/third_party/jni_zero/
H A Djni_generator.py136 def is_constructor(self): member in CalledByNative
/aosp_15_r20/art/runtime/
H A Dart_method.cc734 bool is_constructor = IsConstructor(); in SetIntrinsic() local
/aosp_15_r20/external/libchrome/base/android/jni_generator/
H A Djni_generator.py520 def GetEnvCall(is_constructor, is_static, return_type): argument
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ir/
Dfunction.rs528 let is_constructor = kind == CXCursor_Constructor; in from_ty() localVariable
Dcomp.rs108 pub(crate) fn is_constructor(&self) -> bool { in is_constructor() method
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dast.h324 bool is_constructor() const in is_constructor() function
/aosp_15_r20/external/flatbuffers/src/
H A Didl_gen_cpp.cpp832 bool is_constructor) { in GenTypeNativePtr()
/aosp_15_r20/art/runtime/verifier/
H A Dmethod_verifier.cc3320 bool is_constructor = (called_method != nullptr) in CodeFlowVerifyInstruction() local