Home
last modified time | relevance | path

Searched refs:mutable_ (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dsaved_tensor_slice_util.h92 t->mutable_##FIELD##_val()); \
100 t->mutable_##FIELD##_val()->Swap(&copy); \
110 t->mutable_##FIELD##_val()->Swap(&copy); \
/external/perfetto/src/trace_processor/tables/
Dmacros_internal.h252 mutable_##name()->Append(std::move(row.name));
270 TypedColumn<type>* mutable_##name() { \
/external/tensorflow/tensorflow/core/framework/
Dtensor_util.h83 typedef decltype(std::declval<TensorProto>().mutable_##FIELDNAME##_val()) \
86 return proto->mutable_##FIELDNAME##_val(); \
Dtensor.cc317 proto->mutable_##N##_val()->Swap(&copy); \
/external/llvm-project/lld/wasm/
DSyntheticSections.cpp337 bool mutable_ = config->isPic & !sym->isStub; in writeBody() local
338 global.Type = {WASM_TYPE_I32, mutable_}; in writeBody()
/external/clang/test/CodeGenCXX/
Dconst-init-cxx11.cpp469 int mutable_() { constexpr Mutable a = { f(103) }; return a.k; } in mutable_() function
/external/protobuf/src/google/protobuf/util/
Dfield_mask_util_test.cc450 *tmp.mutable_##field_name() = src.field_name(); \ in TEST()
598 *tmp.mutable_##field_name() = msg.field_name(); \ in TEST()
/external/llvm-project/clang/test/CodeGenCXX/
Dconst-init-cxx11.cpp485 int mutable_() { constexpr Mutable a = { f(103) }; return a.k; } in mutable_() function
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc1258 t->mutable_##FIELDTYPE##_val()->Reserve(last_index + 1); \ in CreateNodeDef()
1261 t->mutable_##FIELDTYPE##_val()->AddNAlreadyReserved(last_index + 1); \ in CreateNodeDef()