Lines Matching defs:Add
445 /* TODO(haberman): add file/line of error? */
607 /* Add a cleanup function to run when the arena is destroyed.
1590 /* TODO(haberman): add C++11 move construction/assignment for greater
1674 * If having a single static limit is too inflexible, we can add another variant
1721 /* The file in which this def appears. It is not necessary to add a def to a
1723 * file->Add(def). */
1982 * when we add support for custom options (the FieldOptions struct will
2336 * the oneof is added, so it is usually more idiomatic to add the oneof's
2337 * fields first then add the oneof to the msgdef. This case is supported for
3905 * If having a single static limit is too inflexible, we can add another variant
4362 /* Could add any of the following functions as-needed, with some minor
6501 * only a few messages are changing. We may want to add a way of adding a
6504 bool Add(Def*const* defs, size_t n, void* ref_donor, Status* status);
6506 bool Add(const std::vector<Def*>& defs, void *owner, Status* status) {
6507 return Add((Def*const*)&defs[0], defs.size(), owner, status);
6578 inline bool SymbolTable::Add(
7517 * DecoderMethod*, we can add a method to get it here. */
7735 /* When we add the ability to link to previously existing mgroups, we'll
7756 * If necessary we can add a runtime-settable property to Decoder that allow
7757 * this to be larger than the compile-time setting, but this would add
8320 /* If handler caching becomes a requirement we can add a code cache as in