Lines Matching refs:Method

28   ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<Method> _instance;
58 new (ptr) PROTOBUF_NAMESPACE_ID::Method();
61 PROTOBUF_NAMESPACE_ID::Method::InitAsDefaultInstance();
100 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::Method, _internal_metadata_),
104 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::Method, name_),
105 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::Method, request_type_url_),
106 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::Method, request_streaming_),
107 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::Method, response_type_url_),
108 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::Method, response_streaming_),
109 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::Method, options_),
110 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::Method, syntax_),
121 { 12, -1, sizeof(PROTOBUF_NAMESPACE_ID::Method)},
136 "rotobuf.Method\022(\n\007options\030\003 \003(\0132\027.google"
141 "buf.Syntax\"\325\001\n\006Method\022\014\n\004name\030\001 \001(\t\022\030\n\020r"
304 // repeated .google.protobuf.Method methods = 2;
402 // repeated .google.protobuf.Method methods = 2;
467 // repeated .google.protobuf.Method methods = 2;
604 void Method::InitAsDefaultInstance() {
606 class Method::_Internal {
610 void Method::clear_options() {
613 Method::Method(::PROTOBUF_NAMESPACE_ID::Arena* arena)
618 // @@protoc_insertion_point(arena_constructor:google.protobuf.Method)
620 Method::Method(const Method& from)
642 // @@protoc_insertion_point(copy_constructor:google.protobuf.Method)
645 void Method::SharedCtor() {
655 Method::~Method() {
656 // @@protoc_insertion_point(destructor:google.protobuf.Method)
661 void Method::SharedDtor() {
668 void Method::ArenaDtor(void* object) {
669 Method* _this = reinterpret_cast< Method* >(object);
672 void Method::RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena*) {
674 void Method::SetCachedSize(int size) const {
677 const Method& Method::default_instance() {
683 void Method::Clear() {
684 // @@protoc_insertion_point(message_clear_start:google.protobuf.Method)
699 const char* Method::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) {
712 CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "google.protobuf.Method.name"));
721 CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "google.protobuf.Method.request_type_url"));
737 CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "google.protobuf.Method.response_type_url"));
790 ::PROTOBUF_NAMESPACE_ID::uint8* Method::_InternalSerialize(
792 // @@protoc_insertion_point(serialize_to_array_start:google.protobuf.Method)
801 "google.protobuf.Method.name");
811 "google.protobuf.Method.request_type_url");
827 "google.protobuf.Method.response_type_url");
857 // @@protoc_insertion_point(serialize_to_array_end:google.protobuf.Method)
861 size_t Method::ByteSizeLong() const {
862 // @@protoc_insertion_point(message_byte_size_start:google.protobuf.Method)
922 void Method::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
923 // @@protoc_insertion_point(generalized_merge_from_start:google.protobuf.Method)
925 const Method* source =
926 ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated<Method>(
929 // @@protoc_insertion_point(generalized_merge_from_cast_fail:google.protobuf.Method)
932 // @@protoc_insertion_point(generalized_merge_from_cast_success:google.protobuf.Method)
937 void Method::MergeFrom(const Method& from) {
938 // @@protoc_insertion_point(class_specific_merge_from_start:google.protobuf.Method)
965 void Method::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
966 // @@protoc_insertion_point(generalized_copy_from_start:google.protobuf.Method)
972 void Method::CopyFrom(const Method& from) {
973 // @@protoc_insertion_point(class_specific_copy_from_start:google.protobuf.Method)
979 bool Method::IsInitialized() const {
983 void Method::InternalSwap(Method* other) {
991 PROTOBUF_FIELD_OFFSET(Method, syntax_)
992 + sizeof(Method::syntax_)
993 - PROTOBUF_FIELD_OFFSET(Method, request_streaming_)>(
998 ::PROTOBUF_NAMESPACE_ID::Metadata Method::GetMetadata() const {
1256 template<> PROTOBUF_NOINLINE PROTOBUF_NAMESPACE_ID::Method* Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::Method >(Arena* arena) {
1257 return Arena::CreateMessageInternal< PROTOBUF_NAMESPACE_ID::Method >(arena);