Home
last modified time | relevance | path

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

/third_party/protobuf/docs/design/prototiller/
Dprototiller-reqs-for-edition-zero.md42 ### Field Presence
117 ### Enum Type
168 ### Repeated Field Encoding
250 ### Message Encoding
317 ### JSON Format
434 ### Legacy Closed Enum
478 ### UTF8 Validation
488 ### Reserved Identifier Syntax
/third_party/grpc/src/objective-c/RxLibrary/
DGRXWriter+Transformations.m23 @implementation GRXWriter (Transformations) category
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dvertexpostproc.adoc1176 [[vertexpostproc-renderpass-transform]]
/third_party/skia/m133/experimental/rust_png/ffi/
DFFI.rs315 fn compute_transformations(info: &png::Info) -> png::Transformations { in compute_transformations()