Home
last modified time | relevance | path

Searched defs:empty (Results 1 – 25 of 896) sorted by relevance

12345678910>>...36

/third_party/protobuf/src/google/protobuf/
Dhas_bits.h98 inline bool HasBits<1>::empty() const { in empty() function
103 inline bool HasBits<2>::empty() const { in empty() function
108 inline bool HasBits<3>::empty() const { in empty() function
113 inline bool HasBits<4>::empty() const { in empty() function
118 inline bool HasBits<doublewords>::empty() const { in empty() function
Darenastring_unittest.cc134 std::string empty; in TEST_P() local
151 std::string empty; in TEST_P() local
170 std::string empty; in TEST_P() local
184 std::string empty; in TEST_P() local
197 std::string empty; in TEST_P() local
/third_party/skia/tests/
DSkStringViewTest.cpp13 skstd::string_view empty; in DEF_TEST() local
36 skstd::string_view empty(""); in DEF_TEST() local
86 skstd::string_view empty; in DEF_TEST() local
91 skstd::string_view empty; in DEF_TEST() local
/third_party/grpc/src/core/util/
Dmpscq.cc38 bool empty; in Pop() local
43 MultiProducerSingleConsumerQueue::PopAndCheckEnd(bool* empty) { in PopAndCheckEnd()
100 bool empty = false; in Pop() local
/third_party/typescript/tests/baselines/reference/
DpropertyAccessStringIndexSignatureNoImplicitAny.js10 let empty: Empty; variable
21 var empty; variable
DpropertyAccessStringIndexSignature.js10 let empty: Empty; variable
22 var empty; variable
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/cxx_api/model_pool/
Dmodel_parallel_runner.cc103 std::vector<char> empty; in GetConfigPathChar() local
112 std::map<std::vector<char>, std::map<std::vector<char>, std::vector<char>>> empty; in GetConfigInfoChar() local
176 std::vector<MSTensor> empty; in GetInputs() local
185 std::vector<MSTensor> empty; in GetOutputs() local
Dmodel_parallel_runner_impl.cc78 std::vector<MSTensor> empty; in GetInputs() local
88 std::vector<MSTensor> empty; in GetOutputs() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/cxx_api/model/
Dmodel.cc469 std::vector<MSTensor> empty; in GetInputs() local
478 std::vector<MSTensor> empty; in GetOutputs() local
506 std::vector<std::vector<char>> empty; in GetOutputTensorNamesChar() local
523 std::vector<MSTensor> empty; in GetOutputsByNodeName() local
570 std::vector<MSTensor> empty; in GetGradients() local
587 std::vector<MSTensor> empty; in GetFeatureMaps() local
596 std::vector<MSTensor> empty; in GetTrainableParams() local
613 std::vector<MSTensor> empty; in GetOptimizerParams() local
639 std::vector<Metrics *> empty; in GetMetrics() local
673 std::vector<char> empty; in GetModelInfo() local
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Doptional_exception_safety_test.cc164 auto empty = Optional(); in TEST() local
181 auto empty = MoveOptional(); in TEST() local
187 auto empty = MoveOptional(); in TEST() local
235 auto empty = Optional(); in TEST() local
259 auto empty = MoveOptional(); in TEST() local
265 auto empty = MoveOptional(); in TEST() local
276 auto empty = MoveOptional(); in TEST() local
/third_party/rust/rust/compiler/rustc_ast_pretty/src/pprust/state/
Ditem.rs208 let empty = item.attrs.is_empty() && items.is_empty(); in print_item() localVariable
229 let empty = item.attrs.is_empty() && nmod.items.is_empty(); in print_item() localVariable
313 let empty = item.attrs.is_empty() && items.is_empty(); in print_item() localVariable
352 let empty = item.attrs.is_empty() && items.is_empty(); in print_item() localVariable
412 let empty = variants.is_empty(); in print_variants() localVariable
441 let empty = fields.is_empty(); in print_record_struct_body() localVariable
/third_party/mindspore/mindspore-src/source/mindspore/core/mindrt/src/actor/
Dmailbox.cc43 bool empty = false; in EnqueueMessage() local
74 bool empty = mailbox.Empty(); in EnqueueMessage() local
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DAbstractProto3SchemaTest.java101 Proto3Empty empty = in preserveUnknownFields() local
113 Proto3Empty empty = ExperimentalSerializationUtil.fromByteArray(payload, Proto3Empty.class); in preserveUnknownFieldsProto2() local
/third_party/flatbuffers/rust/flexbuffers/src/
Dbuffer.rs43 fn empty() -> Self; in empty() method
66 fn empty() -> Self { in empty() method
/third_party/jerryscript/tests/jerry/
Dobject-is-extensible.js16 var empty = {}; variable
/third_party/rust/rust/src/tools/rustfmt/tests/target/issue-3253/
Dbar.rs2 fn empty() {} in empty() function
/third_party/jerryscript/tests/jerry/es2015/
Dreflect-isextensible.js15 var empty = {}; variable
/third_party/rust/rust/tests/rustdoc-ui/issues/auxiliary/
Dempty-fn.rs3 pub fn empty() {} in empty() function
/third_party/rust/rust/src/tools/rustfmt/tests/source/issue-3253/
Dbar.rs2 fn empty() { in empty() function
/third_party/python/Lib/test/test_tomllib/data/valid/
Dempty-inline-table.json1 {"empty": {}} object
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/
D068-accidental-pasting.c1 #define empty macro
/third_party/typescript/tests/cases/compiler/
DgenericConstraintDeclaration.ts3 static empty<T extends {}>(): List<T>{return null;} method in List
DnoConstraintInReturnType1.ts3 static empty<T extends {}>(): List<T> { return null; } method in List
/third_party/rust/rust/tests/ui/macros/
Dmacro-in-expression-context-2.rs1 macro_rules! empty { () => () } macro
/third_party/ninja/src/
Dstring_piece_util_test.cc34 string empty; in TEST() local
85 string empty; in TEST() local

12345678910>>...36