Home
last modified time | relevance | path

Searched defs:add_message (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/protobuf/ruby/lib/google/protobuf/
H A Ddescriptor_dsl.rb46 def add_message(name, &block) method in Google.Protobuf.Internal.Builder
84 def add_message(name, &block) method in Google.Protobuf.Internal.FileBuilder
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/lib/google/protobuf/
H A Ddescriptor_dsl.rb46 def add_message(name, &block) method in Google.Protobuf.Internal.Builder
84 def add_message(name, &block) method in Google.Protobuf.Internal.FileBuilder
/aosp_15_r20/external/sdv/vsomeip/implementation/service_discovery/src/
Dremote_subscription_ack.cpp49 std::shared_ptr<message_impl> remote_subscription_ack::add_message() { in add_message() function in vsomeip_v3::sd::remote_subscription_ack
/aosp_15_r20/external/libcups/ppdc/
H A Dppdc-catalog.cxx167 ppdcCatalog::add_message( in add_message() function in ppdcCatalog
/aosp_15_r20/out/soong/.intermediates/external/anonymous-counting-tokens/libact/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/external/anonymous-counting-tokens/act/
Dutil.pb.h3835 inline std::string* MessagesSet::add_message() { in add_message() function
3872 inline void MessagesSet::add_message(const std::string& value) { in add_message() function
3876 inline void MessagesSet::add_message(std::string&& value) { in add_message() function
3880 inline void MessagesSet::add_message(const char* value) { in add_message() function
3885 inline void MessagesSet::add_message(const char* value, size_t size) { in add_message() function
/aosp_15_r20/out/soong/.intermediates/external/anonymous-counting-tokens/libact/android_arm64_armv8-2a_cortex-a55_sdk_static_apex30/gen/proto/external/anonymous-counting-tokens/act/
Dutil.pb.h3835 inline std::string* MessagesSet::add_message() { in add_message() function
3872 inline void MessagesSet::add_message(const std::string& value) { in add_message() function
3876 inline void MessagesSet::add_message(std::string&& value) { in add_message() function
3880 inline void MessagesSet::add_message(const char* value) { in add_message() function
3885 inline void MessagesSet::add_message(const char* value, size_t size) { in add_message() function
/aosp_15_r20/external/federated-compute/fcp/base/
H A Dtracing_schema_generated.h267 void add_message(flatbuffers::Offset<flatbuffers::String> message) { in add_message() function
/aosp_15_r20/external/rust/android-crates-io/crates/combine/src/
Derror.rs505 fn add_message<E>(&mut self, info: E) in add_message() method