Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc-java/xds/third_party/protoc-gen-validate/src/main/proto/validate/
H A Dvalidate.proto101 optional bool ignore_empty = 8; field
137 optional bool ignore_empty = 8; field
173 optional bool ignore_empty = 8; field
209 optional bool ignore_empty = 8; field
245 optional bool ignore_empty = 8; field
281 optional bool ignore_empty = 8; field
317 optional bool ignore_empty = 8; field
353 optional bool ignore_empty = 8; field
389 optional bool ignore_empty = 8; field
425 optional bool ignore_empty = 8; field
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/config/src/
Denv.rs35 ignore_empty: bool, field
130 pub fn ignore_empty(mut self, ignore: bool) -> Self { in ignore_empty() method
/aosp_15_r20/external/pytorch/binaries/
H A Daot_model_compiler.cc55 bool ignore_empty = true) { in split()
H A Dspeed_benchmark_torch.cc78 split(char separator, const std::string& string, bool ignore_empty = true) { in split()
H A Dcompare_models_torch.cc119 bool ignore_empty = true) { in split()
/aosp_15_r20/external/pytorch/caffe2/utils/
H A Dstring_utils.cc11 split(char separator, const std::string& string, bool ignore_empty) { in split()
/aosp_15_r20/art/tools/hiddenapi/
H A Dhiddenapi.cc250 ClassPath(const std::vector<std::string>& dex_paths, bool ignore_empty) { in ClassPath()
296 void OpenDexFiles(const std::vector<std::string>& dex_paths, bool ignore_empty) { in OpenDexFiles()