Home
last modified time | relevance | path

Searched defs:is_present (Results 1 – 21 of 21) sorted by relevance

/external/libwebm/webm_parser/include/webm/
Delement.h67 constexpr Element(const T& value, bool is_present) in Element()
76 constexpr Element(T&& value, bool is_present) in Element()
93 void Set(const T& value, bool is_present) { in Set()
104 void Set(T&& value, bool is_present) { in Set()
122 constexpr bool is_present() const { return is_present_; } in is_present() function
/external/rust/android-crates-io/extra_versions/crates/clap/src/output/
Dusage.rs391 let is_present = matcher in get_required_usage_from() localVariable
410 let is_present = matcher in get_required_usage_from() localVariable
/external/rust/android-crates-io/crates/dashmap/src/
Dtry_result.rs14 pub fn is_present(&self) -> bool { in is_present() method
/external/pytorch/torch/csrc/jit/runtime/
Dargument_spec.cpp214 auto is_present = spec.isPresent(optional_arg_spec_offset++); in specializeTypes() local
233 auto is_present = spec.isPresent(optional_arg_spec_offset++); in specializeTypes() local
Dargument_spec.h83 bool is_present = !input.isNone(); in addOptional() local
/external/rust/android-crates-io/crates/darling_core/src/util/
Dflag.rs54 pub fn is_present(&self) -> bool { in is_present() method
/external/webrtc/modules/audio_processing/
Dsplitting_filter_unittest.cc50 bool is_present[kNumBands]; in TEST() local
/external/rust/android-crates-io/crates/clap_builder/src/output/
Dusage.rs466 let is_present = matcher in get_required_usage_from() localVariable
494 let is_present = matcher in get_required_usage_from() localVariable
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.21/src/output/
Dusage.rs431 let is_present = matcher in get_required_usage_from() localVariable
459 let is_present = matcher in get_required_usage_from() localVariable
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.21/src/output/
Dusage.rs431 let is_present = matcher in get_required_usage_from() localVariable
459 let is_present = matcher in get_required_usage_from() localVariable
/external/pigweed/pw_ide/py/pw_ide/
Deditors.py363 def is_present(self) -> bool: # pylint: disable=no-self-use member in EditorSettingsDefinition
451 def is_present(self) -> bool: member in EditorSettingsFile
/external/protobuf/python/google/protobuf/pyext/
Dmap_container.cc471 ScopedPyObjectPtr is_present(MapReflectionFriend::Contains(self, key)); in ScalarMapGet() local
715 ScopedPyObjectPtr is_present(MapReflectionFriend::Contains(self, key)); in MessageMapGet() local
/external/cronet/tot/third_party/protobuf/python/google/protobuf/pyext/
Dmap_container.cc471 ScopedPyObjectPtr is_present(MapReflectionFriend::Contains(self, key)); in ScalarMapGet() local
715 ScopedPyObjectPtr is_present(MapReflectionFriend::Contains(self, key)); in MessageMapGet() local
/external/cronet/stable/third_party/protobuf/python/google/protobuf/pyext/
Dmap_container.cc471 ScopedPyObjectPtr is_present(MapReflectionFriend::Contains(self, key)); in ScalarMapGet() local
715 ScopedPyObjectPtr is_present(MapReflectionFriend::Contains(self, key)); in MessageMapGet() local
/external/rust/android-crates-io/crates/flate2/src/
Dzio.rs201 pub fn is_present(&self) -> bool { in is_present() method
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/flate2-1.0.35/src/
Dzio.rs201 pub fn is_present(&self) -> bool { in is_present() method
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/flate2-1.0.35/src/
Dzio.rs201 pub fn is_present(&self) -> bool { in is_present() method
/external/flatbuffers/src/
Didl_gen_text.cpp319 auto is_present = struct_def.fixed || table->CheckField(fd.value.offset); in GenStruct() local
/external/coreboot/util/kconfig/
Dconfdata.c24 static bool is_present(const char *path) in is_present() function
/external/crosvm/swap/src/
Dfile.rs250 fn is_present(&self) -> bool { in is_present() method
/external/rust/android-crates-io/extra_versions/crates/clap/src/parser/matches/
Darg_matches.rs678 pub fn is_present<T: Key>(&self, id: T) -> bool { in is_present() method