Searched refs:DestinationMask (Results 1 - 1 of 1) sorted by relevance

/external/flatbuffers/src/
H A Didl_gen_general.cpp368 std::string DestinationMask(const Type &type, bool vectorelem) { function in class:flatbuffers::general::GeneralGenerator
376 return DestinationMask(type.VectorType(), vectorelem);
621 auto dest_mask = DestinationMask(type, true);
883 std::string dest_mask = DestinationMask(field.value.type, true);

Completed in 53 milliseconds