Home
last modified time | relevance | path

Searched refs:method_name_ (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_extension.cc46 : method_name_(ExtensionMethodName(descriptor)), in ExtensionGenerator()
47 root_class_and_method_name_(root_class_name + "_" + method_name_), in ExtensionGenerator()
63 vars["method_name"] = method_name_; in GenerateMembersHeader()
Dobjectivec_extension.h59 string method_name_;
/external/libchrome/mojo/public/cpp/bindings/
Dmessage.h220 const char* method_name() const { return method_name_; } in COMPONENT_EXPORT()
221 void set_method_name(const char* method_name) { method_name_ = method_name; } in COMPONENT_EXPORT()
245 const char* method_name_ = nullptr; in COMPONENT_EXPORT() local
/external/libchrome/mojo/public/cpp/bindings/lib/
Dmessage.cc190 method_name_ = other.method_name_; in Message()
271 method_name_ = other.method_name_; in operator =()