Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/objectivec/Tests/
H A Dunittest_cycle.proto41 optional CycleFoo a_foo = 1; field
49 optional CycleFoo a_foo = 3; field
54 optional CycleFoo a_foo = 2; field
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/objectivec/Tests/
H A Dunittest_cycle.proto41 optional CycleFoo a_foo = 1; field
49 optional CycleFoo a_foo = 3; field
54 optional CycleFoo a_foo = 2; field
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/debug/ctf/
H A Dctf-struct-pointer-2.c18 struct foo *a_foo; variable
H A Dctf-struct-pointer-1.c17 struct foo *a_foo; variable
/dports/devel/boost-docs/boost_1_72_0/libs/math/example/
H A Dnonfinite_num_facet.cpp119 std::ostream & operator<< (std::ostream & a_out, const foo & a_foo) in operator <<()
128 std::istream & operator>> (std::istream & a_in, foo & a_foo) in operator >>()
H A Dnonfinite_num_facet_serialization.cpp117 std::ostream & operator<< (std::ostream & a_out, const foo & a_foo) in operator <<()
126 std::istream & operator>> (std::istream & a_in, foo & a_foo) in operator >>()
/dports/devel/boost-python-libs/boost_1_72_0/libs/math/example/
H A Dnonfinite_num_facet.cpp119 std::ostream & operator<< (std::ostream & a_out, const foo & a_foo) in operator <<()
128 std::istream & operator>> (std::istream & a_in, foo & a_foo) in operator >>()
H A Dnonfinite_num_facet_serialization.cpp117 std::ostream & operator<< (std::ostream & a_out, const foo & a_foo) in operator <<()
126 std::istream & operator>> (std::istream & a_in, foo & a_foo) in operator >>()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/math/example/
H A Dnonfinite_num_facet.cpp119 std::ostream & operator<< (std::ostream & a_out, const foo & a_foo) in operator <<()
128 std::istream & operator>> (std::istream & a_in, foo & a_foo) in operator >>()
H A Dnonfinite_num_facet_serialization.cpp117 std::ostream & operator<< (std::ostream & a_out, const foo & a_foo) in operator <<()
126 std::istream & operator>> (std::istream & a_in, foo & a_foo) in operator >>()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/math/example/
H A Dnonfinite_num_facet.cpp119 std::ostream & operator<< (std::ostream & a_out, const foo & a_foo) in operator <<()
128 std::istream & operator>> (std::istream & a_in, foo & a_foo) in operator >>()
H A Dnonfinite_num_facet_serialization.cpp117 std::ostream & operator<< (std::ostream & a_out, const foo & a_foo) in operator <<()
126 std::istream & operator>> (std::istream & a_in, foo & a_foo) in operator >>()
/dports/databases/percona57-server/boost_1_59_0/libs/math/example/
H A Dnonfinite_num_facet.cpp119 std::ostream & operator<< (std::ostream & a_out, const foo & a_foo) in operator <<()
128 std::istream & operator>> (std::istream & a_in, foo & a_foo) in operator >>()
H A Dnonfinite_num_facet_serialization.cpp117 std::ostream & operator<< (std::ostream & a_out, const foo & a_foo) in operator <<()
126 std::istream & operator>> (std::istream & a_in, foo & a_foo) in operator >>()
/dports/databases/xtrabackup/boost_1_59_0/libs/math/example/
H A Dnonfinite_num_facet.cpp119 std::ostream & operator<< (std::ostream & a_out, const foo & a_foo) in operator <<()
128 std::istream & operator>> (std::istream & a_in, foo & a_foo) in operator >>()
H A Dnonfinite_num_facet_serialization.cpp117 std::ostream & operator<< (std::ostream & a_out, const foo & a_foo) in operator <<()
126 std::istream & operator>> (std::istream & a_in, foo & a_foo) in operator >>()
/dports/databases/percona57-client/boost_1_59_0/libs/math/example/
H A Dnonfinite_num_facet.cpp119 std::ostream & operator<< (std::ostream & a_out, const foo & a_foo) in operator <<()
128 std::istream & operator>> (std::istream & a_in, foo & a_foo) in operator >>()
H A Dnonfinite_num_facet_serialization.cpp117 std::ostream & operator<< (std::ostream & a_out, const foo & a_foo) in operator <<()
126 std::istream & operator>> (std::istream & a_in, foo & a_foo) in operator >>()
/dports/devel/boost-libs/boost_1_72_0/libs/math/example/
H A Dnonfinite_num_facet.cpp119 std::ostream & operator<< (std::ostream & a_out, const foo & a_foo) in operator <<()
128 std::istream & operator>> (std::istream & a_in, foo & a_foo) in operator >>()
H A Dnonfinite_num_facet_serialization.cpp117 std::ostream & operator<< (std::ostream & a_out, const foo & a_foo) in operator <<()
126 std::istream & operator>> (std::istream & a_in, foo & a_foo) in operator >>()
/dports/devel/hyperscan/boost_1_75_0/libs/math/example/
H A Dnonfinite_num_facet.cpp119 std::ostream & operator<< (std::ostream & a_out, const foo & a_foo) in operator <<()
128 std::istream & operator>> (std::istream & a_in, foo & a_foo) in operator >>()
H A Dnonfinite_num_facet_serialization.cpp117 std::ostream & operator<< (std::ostream & a_out, const foo & a_foo) in operator <<()
126 std::istream & operator>> (std::istream & a_in, foo & a_foo) in operator >>()
/dports/lang/v8/v8-9.6.180.12/test/cctest/
H A Dtest-feedback-vector.cc279 Handle<JSFunction> a_foo = GetFunction("a_foo"); in TEST() local
/dports/textproc/google-ctemplate/ctemplate-ctemplate-2.4/src/tests/
H A Dtemplate_cache_test.cc291 const Template* a_foo = cache1.GetTemplate("template_foo", DO_NOT_STRIP); in TestTemplateSearchPath() local
H A Dtemplate_unittest.cc1262 Template* a_foo = Template::GetTemplate("template_foo", DO_NOT_STRIP); in TEST() local