Home
last modified time | relevance | path

Searched defs:StringBucket (Results 1 – 2 of 2) sorted by relevance

/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/py3/test/
H A Dtesting.thrift99 struct StringBucket { struct
100 1: string one;
101 2: optional string two;
102 3: optional string three;
103 4: optional string four;
104 5: optional string five;
105 6: optional string six;
106 7: optional string seven;
107 8: optional string eight;
108 9: optional string nine;
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/MojoShader/
H A Dmojoshader_common.c316 typedef struct StringBucket struct
319 struct StringBucket *next; argument
320 } StringBucket; typedef