Home
last modified time | relevance | path

Searched defs:protobuf (Results 1 – 25 of 299) sorted by relevance

12345678910>>...12

/external/protobuf/php/ext/google/protobuf/
Dprotobuf.c228 static PHP_GINIT_FUNCTION(protobuf) { in PHP_GINIT_FUNCTION() argument
231 static PHP_GSHUTDOWN_FUNCTION(protobuf) { in PHP_GSHUTDOWN_FUNCTION() argument
246 static PHP_RINIT_FUNCTION(protobuf) { in PHP_RINIT_FUNCTION() argument
283 static PHP_RSHUTDOWN_FUNCTION(protobuf) { in PHP_RSHUTDOWN_FUNCTION() argument
332 static PHP_MINIT_FUNCTION(protobuf) { in PHP_MINIT_FUNCTION() argument
393 static PHP_MSHUTDOWN_FUNCTION(protobuf) { in PHP_MSHUTDOWN_FUNCTION() argument
/external/llvm-project/llvm/cmake/modules/
DFindGRPC.cmake22 add_library(protobuf ALIAS protobuf::libprotobuf) target
76 add_library(protobuf UNKNOWN IMPORTED GLOBAL) target
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DTestSchemas.java58 Protobuf protobuf = Protobuf.getInstance(); in registerProto2Schemas() local
87 Protobuf protobuf = Protobuf.getInstance(); in registerProto3Schemas() local
DTestSchemasLite.java59 Protobuf protobuf = Protobuf.getInstance(); in registerProto2LiteSchemas() local
94 Protobuf protobuf = Protobuf.getInstance(); in registerProto3LiteSchemas() local
/external/protobuf/src/google/protobuf/
Dtest_util.cc44 namespace protobuf { namespace
Dproto3_lite_unittest.cc41 namespace protobuf { namespace
Darena_test_util.cc39 namespace protobuf { namespace
Dservice.cc38 namespace protobuf { namespace
Dwell_known_types_unittest.cc38 namespace protobuf { namespace
Dimplicit_weak_message.cc41 namespace protobuf { namespace
/external/libprotobuf-mutator/port/
Dprotobuf.h29 namespace protobuf = google::protobuf; variable
/external/protobuf/src/google/protobuf/util/internal/
Derror_listener.cc34 namespace protobuf { namespace
Dobject_writer.cc36 namespace protobuf { namespace
/external/protobuf/src/google/protobuf/stubs/
Dmathlimits.cc41 namespace protobuf { namespace
Dstatusor.cc36 namespace protobuf { namespace
/external/protobuf/src/google/protobuf/io/
Dzero_copy_stream.cc41 namespace protobuf { namespace
/external/golang-protobuf/descriptor/
Ddescriptor_test.go9 protobuf "github.com/golang/protobuf/protoc-gen-go/descriptor" packageName
Ddescriptor.go46 protobuf "github.com/golang/protobuf/protoc-gen-go/descriptor" packageName
/external/protobuf/
Dprotobuf.pc.in6 Name: Protocol Buffers
/external/protobuf/src/google/protobuf/compiler/java/
Djava_doc_comment_unittest.cc38 namespace protobuf { namespace
/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_generator_unittest.cc43 namespace protobuf { namespace
Dcsharp_source_generator_base.cc45 namespace protobuf { namespace
/external/pigweed/pw_protobuf/
Dfind.cc17 namespace pw::protobuf { namespace
/external/protobuf/src/google/protobuf/compiler/
Dtest_plugin.cc42 namespace protobuf { namespace
/external/pigweed/pw_rpc/nanopb/pw_rpc_nanopb_private/
Dinternal_test_utils.h42 std::span<const std::byte> EncodeProtobuf(const T& protobuf, in EncodeProtobuf()
58 void DecodeProtobuf(std::span<const pb_byte_t> buffer, T& protobuf) { in DecodeProtobuf()

12345678910>>...12