Home
last modified time | relevance | path

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

12

/third_party/node/deps/v8/src/builtins/
Dbuiltins-date-gen.cc202 TNode<String> default_string = DefaultStringConstant(); in TF_BUILTIN() local
203 GotoIf(TaggedEqual(hint, default_string), &hint_is_string); in TF_BUILTIN()
215 CallBuiltin(Builtin::kStringEqual, context, hint, default_string), in TF_BUILTIN()
/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.txt122 default_string: "415"
Dtext_format_unittest_data_pointy_oneof.txt122 default_string: "415"
Dtext_format_unittest_data_pointy.txt122 default_string: "415"
Dtext_format_unittest_data_oneof_implemented.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/node/deps/v8/src/parsing/
Dparser.h634 V8_INLINE void GetDefaultStrings(const AstRawString** default_string,
636 *default_string = ast_value_factory()->default_string();
Dparser.cc1504 module()->AddImport(ast_value_factory()->default_string(), in ParseImportDeclaration()
1558 SetFunctionName(value, ast_value_factory()->default_string()); in ParseExportDefault()
1583 ast_value_factory()->default_string(), default_loc, in ParseExportDefault()
/third_party/node/deps/v8/src/objects/
Dsource-text-module.cc270 if (!export_name->Equals(ReadOnlyRoots(isolate).default_string())) { in ResolveExportUsingStarExports()
584 if (name->Equals(roots.default_string())) continue; in FetchStarExports()
607 DCHECK(!elem.first->Equals(ReadOnlyRoots(isolate).default_string())); in FetchStarExports()
/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/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/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/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()
/third_party/node/deps/v8/src/init/
Dheap-symbols.h204 V(_, default_string, "default") \
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest.proto160 optional string default_string = 74 [default = "hello"]; field

12