Home
last modified time | relevance | path

Searched defs:struct (Results 1 – 18 of 18) sorted by relevance

/third_party/mesa3d/src/vulkan/util/
Dvk_cmd_queue_gen.py430 def get_array_member_copy(struct, src_name, member): argument
441 def get_pnext_member_copy(struct, src_type, member, types, level): argument
/third_party/ffmpeg/libavformat/
Dframecrcenc.c98 #define BSWAP(struct, field) bswap(bswap_buf, offsetof(struct, field), sizeof(((struct){0}).field)) in framecrc_write_packet() argument
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_extensions.py31 def __init__(self, version, struct=()): argument
50 def struct(self): member in Version
/third_party/skia/third_party/externals/brotli/java/org/brotli/enc/
DPreparedDictionaryGenerator.java134 IntBuffer struct = pointer.asIntBuffer(); in generate() local
/third_party/protobuf/src/google/protobuf/util/internal/testdata/
Danys.proto78 google.protobuf.Struct struct = 2; field
Dstruct.proto80 google.protobuf.Struct struct = 1; field
Ddefault_value.proto99 google.protobuf.Struct struct = 1; field
/third_party/skia/third_party/externals/dawn/generator/
Ddawn_json_generator.py322 def link_structure(struct, types): argument
361 def compute_depth(struct): argument
/third_party/python/Doc/whatsnew/
D3.3.rst1983 struct section in Improved Modules
D3.4.rst1507 struct section in Improved Modules
D3.6.rst1483 struct section in Improved Modules
/third_party/protobuf/ruby/tests/
Dbasic_test_proto2.proto188 optional google.protobuf.Struct struct = 2; field
Dbasic_test.proto207 google.protobuf.Struct struct = 2; field
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dreg.py1508 def __validateStructLimittypes(self, struct): argument
Dvaliditygenerator.py1018 def addSharedStructMemberValidity(self, struct, blockname, param, validity): argument
/third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/
DJsonFormatTest.java1107 Struct.Builder struct = Struct.newBuilder(); in testAnyInMaps() local
/third_party/typescript/src/compiler/
Dscanner.ts145 struct: SyntaxKind.StructKeyword, constant
/third_party/python/Lib/test/
Dtest_buffer.py35 struct = None variable