Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/protobuf/ruby/src/main/
H A Dsentinel.proto10 string default_string = 5; field
/aosp_15_r20/external/protobuf/ruby/src/main/
H A Dsentinel.proto10 string default_string = 5; field
/aosp_15_r20/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/
H A Dunittest_has_nano.proto72 optional string default_string = 74 [default = "hello"]; field
H A Dunittest_accessors_nano.proto72 optional string default_string = 74 [default = "hello"]; field
H A Dunittest_reference_types_nano.proto94 optional string default_string = 74 [default = "hello"]; field
H A Dunittest_nano.proto139 optional string default_string = 74 [default = "hello"]; field
/aosp_15_r20/external/golang-protobuf/internal/testprotos/test/
H A Dtest.proto115 optional string default_string = 94 [default = "hello"]; field
248 optional string default_string = 94 [default = "hello"]; field
/aosp_15_r20/external/golang-protobuf/cmd/protoc-gen-go/testdata/proto2/
H A Dfields.proto89 optional string default_string = 315 [default="hello,\"world!\"\n"]; field
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_helpers.cc1077 const std::string& default_string = field->default_value_string(); in DefaultValue() local
1143 const std::string& default_string = field->default_value_string(); in HasNonZeroDefaultValue() local
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_helpers.cc1077 const std::string& default_string = field->default_value_string(); in DefaultValue() local
1143 const std::string& default_string = field->default_value_string(); in HasNonZeroDefaultValue() local
/aosp_15_r20/external/cronet/components/prefs/
H A Dpref_service_unittest.cc410 const char default_string[] = "default"; in TEST_F() local
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dtest_messages_proto2.proto211 optional string default_string = 254 [ default = "Rosebud"]; field
H A Dunittest_lite.proto152 optional string default_string = 74 [default = "hello"]; field
H A Dunittest.proto166 optional string default_string = 74 [default = "hello"]; field
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dtest_messages_proto2.proto211 optional string default_string = 254 [ default = "Rosebud"]; field
H A Dunittest_lite.proto152 optional string default_string = 74 [default = "hello"]; field
H A Dunittest.proto166 optional string default_string = 74 [default = "hello"]; field
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/util/
Ddef_to_proto.c158 static upb_StringView default_string(upb_ToProto_Context* ctx, in default_string() function
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/util/
H A Ddef_to_proto.c138 static upb_StringView default_string(upb_ToProto_Context* ctx, in default_string() function
/aosp_15_r20/external/oj-libjdwp/src/share/javavm/export/
H A Djmm.h210 const char* default_string; /* Default value in a parsable string */ member
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpython_arg_parser.h340 std::string default_string; member
/aosp_15_r20/external/flatbuffers/src/
H A Didl_gen_swift.cpp812 const auto default_string = "\"" + field.value.constant + "\""; in GenTableReaderFields() local
/aosp_15_r20/external/protobuf/csharp/protos/
H A Dunittest.proto165 optional string default_string = 74 [default = "hello"]; field
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/protos/
H A Dunittest.proto165 optional string default_string = 74 [default = "hello"]; field
/aosp_15_r20/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp1805 constexpr const char *MediaCodec::asString(TunnelPeekState state, const char *default_string){ in asString()