Home
last modified time | relevance | path

Searched refs:pod (Results 1 - 20 of 20) sorted by relevance

/third_party/json/tests/src/
H A Dunit-noexcept.cpp25 struct pod {}; struct
28 void to_json(json& /*unused*/, pod /*unused*/) noexcept;
30 void from_json(const json& /*unused*/, pod /*unused*/) noexcept;
32 void to_json(json& /*unused*/, pod /*unused*/) noexcept {}
34 void from_json(const json& /*unused*/, pod /*unused*/) noexcept {}
44 static_assert(noexcept(nlohmann::to_json(*j, pod{})), "");
48 static_assert(noexcept(json(pod{})), "");
49 static_assert(noexcept(j->get<pod>()), "");
51 static_assert(noexcept(json(pod{})), "");
75 to_json(j2, pod());
[all...]
/third_party/ffmpeg/doc/
H A DMakefile20 PODPAGES = $(AVPROGS-yes:%=doc/%.pod) $(AVPROGS-yes:%=doc/%-all.pod) $(COMPONENTS-yes:%=doc/%.pod) $(LIBRARIES-yes:%=doc/%.pod)
85 doc/%.pod: TAG = POD
86 doc/%.pod: doc/%.texi $(SRC_PATH)/doc/texi2pod.pl $(GENTEXI)
90 doc/%-all.pod: TAG = POD
91 doc/%-all.pod: doc/%.texi $(SRC_PATH)/doc/texi2pod.pl $(GENTEXI)
96 doc/%.1: doc/%.pod $(GENTEXI)
98 doc/%.3: doc/%.pod
[all...]
/third_party/node/deps/v8/src/numbers/
H A Dmath-random.cc23 Handle<PodArray<State>> pod = in InitializeContext() local
25 native_context->set_math_random_state(*pod); in InitializeContext()
38 PodArray<State> pod = in RefillCache() local
40 State state = pod.get(0); in RefillCache()
65 pod.set(0, state); in RefillCache()
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/Util/
H A DPod.pm22 OpenSSL::Util::Pod - utilities to manipulate .pod files
28 my %podinfo = extract_pod_info("foo.pod");
47 Extracts information from a .pod file, given a STRING (file name) or a
57 to be used with the given .pod file.
78 The man section number this .pod file belongs to. Often the same as
87 The whole contents of the .pod file.
141 print STDERR "DEBUG: Found new pod section $1\n"
143 print STDERR "DEBUG: Clearing pod section text\n"
161 print STDERR "DEBUG: accumulating pod section text \"$_\"\n"
/third_party/openssl/util/perl/OpenSSL/Util/
H A DPod.pm22 OpenSSL::Util::Pod - utilities to manipulate .pod files
28 my %podinfo = extract_pod_info("foo.pod");
47 Extracts information from a .pod file, given a STRING (file name) or a
57 to be used with the given .pod file.
78 The man section number this .pod file belongs to. Often the same as
87 The whole contents of the .pod file.
141 print STDERR "DEBUG: Found new pod section $1\n"
143 print STDERR "DEBUG: Clearing pod section text\n"
161 print STDERR "DEBUG: accumulating pod section text \"$_\"\n"
/third_party/protobuf/objectivec/Tests/CocoaPods/
H A Drun_tests.sh95 pod deintegrate > /dev/null || true
97 pod cache clean --all || true
98 # Delete the files left after pod deintegrate.
117 pod cache clean --all
136 pod install --verbose
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstringpiece.h435 StringPiecePod pod;
436 pod.data_ = str.data();
437 pod.size_ = str.size();
438 return pod;
H A Dint128_unittest.cc181 uint128_pod pod = { 12345, 67890 }; in TEST() local
182 uint128 from_pod(pod); in TEST()
439 constexpr uint128_pod pod = {2, 3}; in TEST() local
440 constexpr uint128 from_pod = pod; in TEST()
/third_party/node/deps/openssl/openssl/util/
H A Dfind-doc-nits219 'doc', 'internal', $mansect, '*.pod')) ) {
300 my $simplename = basename($filename, ".pod");
312 if ( ( grep { basename($_) eq "$n.pod" }
316 err($id, "The following exist as other .pod files:",
583 || $id =~ /(openssl|-options)\.pod:1:$/;
735 next if ( grep { basename($_) eq "$target.pod" }
758 err($id, "Doesn't start with =pod")
759 if $contents !~ /^=pod/;
787 # (non-consecutive lines are okay; see man3/MD5.pod).
972 my $simplename = basename($filename, ".pod");
[all...]
/third_party/openssl/util/
H A Dfind-doc-nits219 'doc', 'internal', $mansect, '*.pod')) ) {
300 my $simplename = basename($filename, ".pod");
312 if ( ( grep { basename($_) eq "$n.pod" }
316 err($id, "The following exist as other .pod files:",
583 || $id =~ /(openssl|-options)\.pod:1:$/;
735 next if ( grep { basename($_) eq "$target.pod" }
758 err($id, "Doesn't start with =pod")
759 if $contents !~ /^=pod/;
787 # (non-consecutive lines are okay; see man3/MD5.pod).
972 my $simplename = basename($filename, ".pod");
[all...]
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/Template/
H A DPreprocess.pm46 =pod
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dmod.rs21 mod pod; modules
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dmod.rs21 mod pod; modules
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dmod.rs21 mod pod; modules
/third_party/rust/crates/cxx/syntax/
H A Dmod.rs21 mod pod; modules
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dmod.rs21 mod pod; modules
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/Template/
H A DPreprocess.pm46 =pod
/third_party/python/Lib/test/
H A Dtest_inspect.py2345 def test2(pod=42, /):
2350 self.assertTrue('(pod=42, /)' in repr(sig2))
2353 pod = sig2.parameters['pod']
2363 S((po, pod, ko))
2364 S((po, pod, kod))
2365 S((pod, ko, kod))
2366 S((pod, kod))
2367 S((pod, args, kod, kwargs))
2391 S((pod, p
[all...]
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm604 =pod
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm604 =pod

Completed in 18 milliseconds