Home
last modified time | relevance | path

Searched defs:PString (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/tables/
H A Dpost.rs47 pub struct PString<'a>(&'a str); struct
49 impl<'a> PString<'a> { implementation
55 impl<'a> std::ops::Deref for PString<'a> { implementation
62 impl PartialEq<&str> for PString<'_> { implementation
68 impl<'a> FontRead<'a> for PString<'a> { implementation
86 impl VarSize for PString<'_> { implementation
/aosp_15_r20/external/mdnsresponder/mDNSWindows/DLL.NET/
H A DPString.h29 PString(String* string) in PString() function
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/json/
Ddecode_test.go1404 PString *string member
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-open-type.hh840 using PString = ArrayOf<HBUINT8, HBUINT8>; typedef