Searched refs:some_string (Results 1 – 6 of 6) sorted by relevance
/third_party/flatbuffers/tests/ |
D | more_defaults_generated.rs | 129 if let Some(x) = args.some_string { builder.add_some_string(x); } in create() 149 let some_string = { in unpack() localVariable 150 let x = self.some_string(); in unpack() 165 some_string, in unpack() 190 pub fn some_string(&self) -> &'a str { in some_string() method 224 pub some_string: Option<flatbuffers::WIPOffset<&'a str>>, field 235 some_string: None, in default() 259 pub fn add_some_string(&mut self, some_string: flatbuffers::WIPOffset<&'b str>) { in add_some_string() 260 …self.fbb_.push_slot_always::<flatbuffers::WIPOffset<_>>(MoreDefaults::VT_SOME_STRING, some_string); in add_some_string() 291 ds.field("some_string", &self.some_string()); in fmt() [all …]
|
D | more_defaults.fbs | 9 some_string: string = "some";
|
/third_party/gn/src/gn/ |
D | function_write_file_unittest.cc | 58 Value some_string(nullptr, "some string contents"); in TEST_F() local 61 EXPECT_FALSE(CallWriteFile(setup.scope(), "//in_root.txt", some_string)); in TEST_F() 63 CallWriteFile(setup.scope(), "//other_dir/foo.txt", some_string)); in TEST_F() 66 EXPECT_TRUE(CallWriteFile(setup.scope(), "//out/foo.txt", some_string)); in TEST_F() 72 EXPECT_EQ(some_string.string_value(), result_contents); in TEST_F()
|
/third_party/flatbuffers/tests/rust_usage_test/tests/ |
D | more_defaults_test.rs | 14 some_string: "some".to_string(), in object_defaults() 29 assert_eq!(m.some_string(), "some"); in nonpresent_values()
|
/third_party/glib/glib/tests/ |
D | logging.c | 541 const gchar *some_string = "abc"; in test_structured_logging_roundtrip2() local 558 some_string); in test_structured_logging_roundtrip2()
|
/third_party/boost/libs/test/doc/test_organization/ |
D | testorg_reference.qbk | 103 my_fixture() : some_string("environment X") { 105 std::string some_string;
|