Home
last modified time | relevance | path

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

/external/cronet/stable/third_party/jni_zero/
Djni_generator.py163 def is_constructor(self): member in CalledByNative
/external/cronet/tot/third_party/jni_zero/
Djni_generator.py163 def is_constructor(self): member in CalledByNative
/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
/external/libchrome/base/android/jni_generator/
Djni_generator.py520 def GetEnvCall(is_constructor, is_static, return_type): argument
/external/mesa3d/src/compiler/glsl/
Dast.h324 bool is_constructor() const in is_constructor() function
/external/flatbuffers/src/
Didl_gen_cpp.cpp897 bool is_constructor) { in GenTypeNativePtr()