Home
last modified time | relevance | path

Searched refs:f_string (Results 1 – 9 of 9) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/tests/
Dstruct_unittest.cc39 output->f_string.emplace("hello"); in MakeMultiVersionStruct()
272 input->f_string.emplace("hello"); in TEST_F()
276 expected_output->f_string.emplace("hello"); in TEST_F()
288 input->f_string.emplace("hello"); in TEST_F()
296 expected_output->f_string.emplace("hello"); in TEST_F()
312 input->f_string.emplace("hello"); in TEST_F()
323 expected_output->f_string.emplace("hello"); in TEST_F()
347 expected_output->f_string.emplace("hello"); in TEST_F()
368 expected_output->f_string.emplace("hello"); in TEST_F()
385 expected_output->f_string.emplace("hello"); in TEST_F()
Dstruct_with_traits_impl_traits.cc95 base::StringPiece f_string; in Read() local
97 if (!data.ReadFString(&f_string) || !data.ReadFString2(&f_string2) || in Read()
98 f_string != f_string2) { in Read()
Dstruct_with_traits_impl_traits.h66 static base::StringPiece f_string(const test::StructWithTraitsImpl& value) {
/external/boringssl/src/crypto/asn1/
DCMakeLists.txt30 f_string.c
/external/libmojo/mojo/public/interfaces/bindings/tests/
Dtest_structs.mojom303 string? f_string;
332 string? f_string;
341 string? f_string;
352 string? f_string;
Dstruct_with_traits.mojom23 string f_string;
Dtest_unions.mojom35 string f_string;
/external/boringssl/
Dsources.mk41 src/crypto/asn1/f_string.c\
Dsources.bp43 "src/crypto/asn1/f_string.c",