Searched refs:mutable_ (Results 1 – 9 of 9) sorted by relevance
92 t->mutable_##FIELD##_val()); \100 t->mutable_##FIELD##_val()->Swap(©); \110 t->mutable_##FIELD##_val()->Swap(©); \
252 mutable_##name()->Append(std::move(row.name));270 TypedColumn<type>* mutable_##name() { \
83 typedef decltype(std::declval<TensorProto>().mutable_##FIELDNAME##_val()) \86 return proto->mutable_##FIELDNAME##_val(); \
317 proto->mutable_##N##_val()->Swap(©); \
337 bool mutable_ = config->isPic & !sym->isStub; in writeBody() local338 global.Type = {WASM_TYPE_I32, mutable_}; in writeBody()
469 int mutable_() { constexpr Mutable a = { f(103) }; return a.k; } in mutable_() function
450 *tmp.mutable_##field_name() = src.field_name(); \ in TEST()598 *tmp.mutable_##field_name() = msg.field_name(); \ in TEST()
485 int mutable_() { constexpr Mutable a = { f(103) }; return a.k; } in mutable_() function
1258 t->mutable_##FIELDTYPE##_val()->Reserve(last_index + 1); \ in CreateNodeDef()1261 t->mutable_##FIELDTYPE##_val()->AddNAlreadyReserved(last_index + 1); \ in CreateNodeDef()