HomeSort by relevance Sort by last modified time
    Searched refs:UnsafeArenaSwap (Results 1 - 14 of 14) sorted by null

  /external/protobuf/src/google/protobuf/
wrappers.pb.h 71 void UnsafeArenaSwap(DoubleValue* other);
162 void UnsafeArenaSwap(FloatValue* other);
253 void UnsafeArenaSwap(Int64Value* other);
344 void UnsafeArenaSwap(UInt64Value* other);
435 void UnsafeArenaSwap(Int32Value* other);
526 void UnsafeArenaSwap(UInt32Value* other);
617 void UnsafeArenaSwap(BoolValue* other);
708 void UnsafeArenaSwap(StringValue* other);
807 void UnsafeArenaSwap(BytesValue* other);
    [all...]
empty.pb.h 63 void UnsafeArenaSwap(Empty* other);
timestamp.pb.h 63 void UnsafeArenaSwap(Timestamp* other);
empty.pb.cc 291 void Empty::UnsafeArenaSwap(Empty* other) {
wrappers.pb.cc 531 void DoubleValue::UnsafeArenaSwap(DoubleValue* other) {
789 void FloatValue::UnsafeArenaSwap(FloatValue* other) {
    [all...]
field_mask.pb.cc 327 paths_.UnsafeArenaSwap(&other->paths_);
timestamp.pb.cc 393 void Timestamp::UnsafeArenaSwap(Timestamp* other) {
api.pb.cc 664 methods_.UnsafeArenaSwap(&other->methods_);
665 options_.UnsafeArenaSwap(&other->options_);
668 mixins_.UnsafeArenaSwap(&other->mixins_);
    [all...]
descriptor.pb.cc     [all...]
repeated_field.h 168 void UnsafeArenaSwap(RepeatedField* other);
780 void UnsafeArenaSwap(RepeatedPtrField* other);
    [all...]
type.pb.cc 717 fields_.UnsafeArenaSwap(&other->fields_);
718 oneofs_.UnsafeArenaSwap(&other->oneofs_);
719 options_.UnsafeArenaSwap(&other->options_);
    [all...]
arena_unittest.cc 480 TEST(ArenaTest, UnsafeArenaSwap) {
485 message1->UnsafeArenaSwap(message2);
    [all...]
struct.pb.cc     [all...]
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.cc 508 file_to_generate_.UnsafeArenaSwap(&other->file_to_generate_);
510 proto_file_.UnsafeArenaSwap(&other->proto_file_);
    [all...]

Completed in 1682 milliseconds