Home
last modified time | relevance | path

Searched refs:field_name_length (Results 1 – 4 of 4) sorted by relevance

/external/flac/include/FLAC/
Dmetadata.h1792 …LAC__StreamMetadata_VorbisComment_Entry entry, const char *field_name, unsigned field_name_length);
/external/v8/src/wasm/
Dwasm-module.h159 uint32_t field_name_length; // length in bytes of the import name. member
Dwasm-module.cc1402 if (import.field_name_length > 0) { in ProcessImports()
1405 import.field_name_length) in ProcessImports()
Dmodule-decoder.cc287 consume_string(&import->field_name_length, true); in DecodeModule()