Home
last modified time | relevance | path

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

12

/third_party/boost/boost/spirit/home/classic/tree/
Dtree_to_xml.hpp20 template <typename CharT> struct default_string;
77 impl::default_string<CharT>::get());
/third_party/protobuf/ruby/src/main/
Dsentinel.proto10 string default_string = 5; field
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc838 const string& default_string = field->default_value_string(); in DefaultValue() local
839 if (!has_default_value || default_string.length() == 0) { in DefaultValue()
854 uint32 length = ghtonl(default_string.length()); in DefaultValue()
856 bytes.append(default_string); in DefaultValue()
859 return "@\"" + EscapeTrigraphs(CEscape(default_string)) + "\""; in DefaultValue()
904 const string& default_string = field->default_value_string(); in HasNonZeroDefaultValue() local
905 return default_string.length() != 0; in HasNonZeroDefaultValue()
/third_party/protobuf/objectivec/Tests/
Dtext_format_unittest_data.txt110 default_string: "415"
/third_party/protobuf/src/google/protobuf/testdata/
Dtext_format_unittest_data_pointy_oneof.txt122 default_string: "415"
Dtext_format_unittest_data.txt122 default_string: "415"
Dtext_format_unittest_data_oneof_implemented.txt122 default_string: "415"
Dtext_format_unittest_data_pointy.txt122 default_string: "415"
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
Dtext_format_unittest_data.txt122 default_string: "415"
Dtest_util.py171 message.default_string = '415'
554 test_case.assertEqual('415', message.default_string)
/third_party/protobuf/src/google/protobuf/util/internal/
Ddatapiece.cc230 StringPiece default_string) const { in ValueAsStringOrDefault()
256 return std::string(default_string); in ValueAsStringOrDefault()
Ddatapiece.h153 std::string ValueAsStringOrDefault(StringPiece default_string) const;
/third_party/grpc/third_party/upb/upb/
Ddef.hpp111 const char* default_string(size_t* len) const { in default_string() function in upb::FieldDefPtr
/third_party/protobuf/python/google/protobuf/internal/
Dtest_util.py202 message.default_string = '415'
606 test_case.assertEqual('415', message.default_string)
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest_lite.proto143 optional string default_string = 74 [default = "hello"]; field
Dunittest.proto160 optional string default_string = 74 [default = "hello"]; field
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Dunittest_lite.proto143 optional string default_string = 74 [default = "hello"]; field
Dunittest.proto160 optional string default_string = 74 [default = "hello"]; field
/third_party/flatbuffers/src/
Didl_gen_swift.cpp716 auto default_string = "\"" + field.value.constant + "\""; in GenTableReaderFields() local
718 code_.SetValue("CONSTANT", field.IsDefault() ? default_string : "nil"); in GenTableReaderFields()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc1448 std::string default_string = in GenerateArenaString() local
1463 FieldName(field), default_string); in GenerateArenaString()
/third_party/protobuf/src/google/protobuf/
Dunittest_lite.proto146 optional string default_string = 74 [default = "hello"]; field
Dtest_util_lite.cc376 EXPECT_EQ("415", message.default_string()); in ExpectAllFieldsSet()
523 EXPECT_EQ("hello", message.default_string()); in ExpectClear()
Dunittest.proto165 optional string default_string = 74 [default = "hello"]; field
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest.proto160 optional string default_string = 74 [default = "hello"]; field
/third_party/protobuf/csharp/protos/
Dunittest.proto165 optional string default_string = 74 [default = "hello"]; field

12