Home
last modified time | relevance | path

Searched refs:offset_prefix (Results 1 – 25 of 120) sorted by relevance

12345

/dports/devel/flatbuffers/flatbuffers-2.0.0/src/
H A Didl_gen_java.cpp659 auto offset_prefix = in GenStruct() local
694 code += offset_prefix + getter; in GenStruct()
708 code += offset_prefix + conditional_cast; in GenStruct()
719 code += offset_prefix + getter + "(o + "; in GenStruct()
733 const auto body = offset_prefix + conditional_cast + getter + "("; in GenStruct()
767 code += "(" + type_name + " obj)" + offset_prefix + getter; in GenStruct()
779 code += offset_prefix; in GenStruct()
795 code += offset_prefix; in GenStruct()
805 code += offset_prefix; in GenStruct()
836 code += offset_prefix + conditional_cast + obj + ".__assign("; in GenStruct()
H A Didl_gen_ts.cpp1089 auto offset_prefix = in GenStruct() local
1131 code += offset_prefix + in GenStruct()
1154 code += offset_prefix + "(obj || " + GenerateNewExpression(type) + in GenStruct()
1209 code += offset_prefix + "(obj || " + in GenStruct()
1222 code += offset_prefix + GenGetter(vectortype, "(" + index + ")"); in GenStruct()
1254 code += offset_prefix + in GenStruct()
1301 code += "Length():number {\n" + offset_prefix; in GenStruct()
1313 offset_prefix; in GenStruct()
H A Didl_gen_csharp.cpp628 auto offset_prefix = in GenStruct() local
672 code += offset_prefix + getter; in GenStruct()
687 code += offset_prefix + conditional_cast; in GenStruct()
698 code += offset_prefix + getter + "(o + " + "__p."; in GenStruct()
714 const auto body = offset_prefix + conditional_cast + getter + "("; in GenStruct()
750 code += offset_prefix + GenGetter(Type(BASE_TYPE_STRING)); in GenStruct()
757 code += offset_prefix + "(TTable?)" + getter; in GenStruct()
764 code += offset_prefix + GenGetter(Type(BASE_TYPE_STRING)); in GenStruct()
801 code += offset_prefix; in GenStruct()
817 code += offset_prefix; in GenStruct()
/dports/misc/mnn/MNN-1.2.0/3rd_party/flatbuffers/src/
H A Didl_gen_js_ts.cpp734 auto offset_prefix = in GenStruct() local
789 code += offset_prefix + in GenStruct()
822 code += offset_prefix + "(obj || new " + type + ").__init("; in GenStruct()
903 code += offset_prefix + "(obj || new " + vectortypename; in GenStruct()
915 code += offset_prefix + GenGetter(vectortype, "(" + index + ")"); in GenStruct()
955 code += offset_prefix + in GenStruct()
1027 code += "Length():number {\n" + offset_prefix; in GenStruct()
1030 code += "Length = function() {\n" + offset_prefix; in GenStruct()
1053 offset_prefix; in GenStruct()
1056 code += "Array = function() {\n" + offset_prefix; in GenStruct()
H A Didl_gen_general.cpp897 auto offset_prefix = " { int o = " + lang_.accessor_prefix + "__offset(" + in GenStruct() local
956 code += offset_prefix + getter; in GenStruct()
975 code += offset_prefix + conditional_cast; in GenStruct()
987 code += offset_prefix + getter + "(o + " + lang_.accessor_prefix; in GenStruct()
1007 const auto body = offset_prefix + conditional_cast + getter + "("; in GenStruct()
1038 code += offset_prefix + "(TTable?)" + getter; in GenStruct()
1041 code += "(" + type_name + " obj)" + offset_prefix + getter; in GenStruct()
1055 code += offset_prefix; in GenStruct()
1071 code += offset_prefix; in GenStruct()
1083 code += offset_prefix; in GenStruct()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/flatbuffers/src/src/
H A Didl_gen_java.cpp662 auto offset_prefix = in GenStruct() local
696 code += offset_prefix + getter; in GenStruct()
710 code += offset_prefix + conditional_cast; in GenStruct()
721 code += offset_prefix + getter + "(o + "; in GenStruct()
735 const auto body = offset_prefix + conditional_cast + getter + "("; in GenStruct()
769 code += "(" + type_name + " obj)" + offset_prefix + getter; in GenStruct()
781 code += offset_prefix; in GenStruct()
797 code += offset_prefix; in GenStruct()
807 code += offset_prefix; in GenStruct()
838 code += offset_prefix + conditional_cast + obj + ".__assign("; in GenStruct()
H A Didl_gen_js_ts.cpp774 auto offset_prefix = in GenStruct() local
833 code += offset_prefix + in GenStruct()
866 code += offset_prefix + "(obj || new " + type + ").__init("; in GenStruct()
948 code += offset_prefix + "(obj || new " + vectortypename; in GenStruct()
960 code += offset_prefix + GenGetter(vectortype, "(" + index + ")"); in GenStruct()
1000 code += offset_prefix + in GenStruct()
1073 code += "Length():number {\n" + offset_prefix; in GenStruct()
1076 code += "Length = function() {\n" + offset_prefix; in GenStruct()
1099 offset_prefix; in GenStruct()
1102 code += "Array = function() {\n" + offset_prefix; in GenStruct()
H A Didl_gen_csharp.cpp596 auto offset_prefix = in GenStruct() local
638 code += offset_prefix + getter; in GenStruct()
653 code += offset_prefix + conditional_cast; in GenStruct()
664 code += offset_prefix + getter + "(o + " + "__p."; in GenStruct()
680 const auto body = offset_prefix + conditional_cast + getter + "("; in GenStruct()
715 code += offset_prefix + "(TTable?)" + getter; in GenStruct()
727 code += offset_prefix; in GenStruct()
743 code += offset_prefix; in GenStruct()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/src/
H A Didl_gen_java.cpp659 auto offset_prefix = in GenStruct() local
694 code += offset_prefix + getter; in GenStruct()
708 code += offset_prefix + conditional_cast; in GenStruct()
719 code += offset_prefix + getter + "(o + "; in GenStruct()
733 const auto body = offset_prefix + conditional_cast + getter + "("; in GenStruct()
767 code += "(" + type_name + " obj)" + offset_prefix + getter; in GenStruct()
779 code += offset_prefix; in GenStruct()
795 code += offset_prefix; in GenStruct()
805 code += offset_prefix; in GenStruct()
836 code += offset_prefix + conditional_cast + obj + ".__assign("; in GenStruct()
H A Didl_gen_ts.cpp1089 auto offset_prefix = in GenStruct() local
1131 code += offset_prefix + in GenStruct()
1154 code += offset_prefix + "(obj || " + GenerateNewExpression(type) + in GenStruct()
1209 code += offset_prefix + "(obj || " + in GenStruct()
1222 code += offset_prefix + GenGetter(vectortype, "(" + index + ")"); in GenStruct()
1254 code += offset_prefix + in GenStruct()
1301 code += "Length():number {\n" + offset_prefix; in GenStruct()
1313 offset_prefix; in GenStruct()
H A Didl_gen_csharp.cpp628 auto offset_prefix = in GenStruct() local
672 code += offset_prefix + getter; in GenStruct()
687 code += offset_prefix + conditional_cast; in GenStruct()
698 code += offset_prefix + getter + "(o + " + "__p."; in GenStruct()
714 const auto body = offset_prefix + conditional_cast + getter + "("; in GenStruct()
750 code += offset_prefix + GenGetter(Type(BASE_TYPE_STRING)); in GenStruct()
757 code += offset_prefix + "(TTable?)" + getter; in GenStruct()
764 code += offset_prefix + GenGetter(Type(BASE_TYPE_STRING)); in GenStruct()
801 code += offset_prefix; in GenStruct()
817 code += offset_prefix; in GenStruct()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/flatbuffers/src/src/
H A Didl_gen_java.cpp660 auto offset_prefix = in GenStruct() local
694 code += offset_prefix + getter; in GenStruct()
708 code += offset_prefix + conditional_cast; in GenStruct()
719 code += offset_prefix + getter + "(o + "; in GenStruct()
733 const auto body = offset_prefix + conditional_cast + getter + "("; in GenStruct()
767 code += "(" + type_name + " obj)" + offset_prefix + getter; in GenStruct()
779 code += offset_prefix; in GenStruct()
795 code += offset_prefix; in GenStruct()
805 code += offset_prefix; in GenStruct()
836 code += offset_prefix + conditional_cast + obj + ".__assign("; in GenStruct()
H A Didl_gen_js_ts.cpp777 auto offset_prefix = in GenStruct() local
836 code += offset_prefix + in GenStruct()
869 code += offset_prefix + "(obj || " + GenerateNewExpression(type) + in GenStruct()
952 code += offset_prefix + "(obj || " + in GenStruct()
965 code += offset_prefix + GenGetter(vectortype, "(" + index + ")"); in GenStruct()
1005 code += offset_prefix + in GenStruct()
1078 code += "Length():number {\n" + offset_prefix; in GenStruct()
1081 code += "Length = function() {\n" + offset_prefix; in GenStruct()
1104 offset_prefix; in GenStruct()
1107 code += "Array = function() {\n" + offset_prefix; in GenStruct()
H A Didl_gen_csharp.cpp617 auto offset_prefix = in GenStruct() local
659 code += offset_prefix + getter; in GenStruct()
674 code += offset_prefix + conditional_cast; in GenStruct()
685 code += offset_prefix + getter + "(o + " + "__p."; in GenStruct()
701 const auto body = offset_prefix + conditional_cast + getter + "("; in GenStruct()
737 code += offset_prefix + GenGetter(Type(BASE_TYPE_STRING)); in GenStruct()
744 code += offset_prefix + "(TTable?)" + getter; in GenStruct()
751 code += offset_prefix + GenGetter(Type(BASE_TYPE_STRING)); in GenStruct()
764 code += offset_prefix; in GenStruct()
780 code += offset_prefix; in GenStruct()
/dports/security/vault/vault-1.8.2/vendor/github.com/google/flatbuffers/src/
H A Didl_gen_js_ts.cpp736 auto offset_prefix = in GenStruct() local
795 code += offset_prefix + in GenStruct()
828 code += offset_prefix + "(obj || new " + type + ").__init("; in GenStruct()
909 code += offset_prefix + "(obj || new " + vectortypename; in GenStruct()
921 code += offset_prefix + GenGetter(vectortype, "(" + index + ")"); in GenStruct()
961 code += offset_prefix + in GenStruct()
1033 code += "Length():number {\n" + offset_prefix; in GenStruct()
1036 code += "Length = function() {\n" + offset_prefix; in GenStruct()
1059 offset_prefix; in GenStruct()
1062 code += "Array = function() {\n" + offset_prefix; in GenStruct()
H A Didl_gen_general.cpp919 auto offset_prefix = " { int o = " + lang_.accessor_prefix + "__offset(" + in GenStruct() local
978 code += offset_prefix + getter; in GenStruct()
997 code += offset_prefix + conditional_cast; in GenStruct()
1009 code += offset_prefix + getter + "(o + " + lang_.accessor_prefix; in GenStruct()
1029 const auto body = offset_prefix + conditional_cast + getter + "("; in GenStruct()
1062 code += offset_prefix + "(TTable?)" + getter; in GenStruct()
1065 code += "(" + type_name + " obj)" + offset_prefix + getter; in GenStruct()
1079 code += offset_prefix; in GenStruct()
1095 code += offset_prefix; in GenStruct()
1107 code += offset_prefix; in GenStruct()
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/flatbuffers/src/
H A Didl_gen_js_ts.cpp776 auto offset_prefix = in GenStruct() local
835 code += offset_prefix + in GenStruct()
868 code += offset_prefix + "(obj || new " + type + ").__init("; in GenStruct()
949 code += offset_prefix + "(obj || new " + vectortypename; in GenStruct()
961 code += offset_prefix + GenGetter(vectortype, "(" + index + ")"); in GenStruct()
1001 code += offset_prefix + in GenStruct()
1073 code += "Length():number {\n" + offset_prefix; in GenStruct()
1076 code += "Length = function() {\n" + offset_prefix; in GenStruct()
1099 offset_prefix; in GenStruct()
1102 code += "Array = function() {\n" + offset_prefix; in GenStruct()
H A Didl_gen_general.cpp982 auto offset_prefix = in GenStruct() local
1043 code += offset_prefix + getter; in GenStruct()
1062 code += offset_prefix + conditional_cast; in GenStruct()
1074 code += offset_prefix + getter + "(o + " + lang_.accessor_prefix; in GenStruct()
1095 const auto body = offset_prefix + conditional_cast + getter + "("; in GenStruct()
1136 code += offset_prefix + "(TTable?)" + getter; in GenStruct()
1139 code += "(" + type_name + " obj)" + offset_prefix + getter; in GenStruct()
1153 code += offset_prefix; in GenStruct()
1169 code += offset_prefix; in GenStruct()
1181 code += offset_prefix; in GenStruct()
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/aho-corasick-0.7.18/src/packed/
H A Dtests.rs37 tests.push(self.offset_prefix(i)); in variations()
63 fn offset_prefix(&self, off: usize) -> SearchTestOwned { in offset_prefix() method
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/aho-corasick-0.7.18/src/packed/
H A Dtests.rs37 tests.push(self.offset_prefix(i)); in variations()
63 fn offset_prefix(&self, off: usize) -> SearchTestOwned { in offset_prefix() method
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/aho-corasick-0.7.18/src/packed/
H A Dtests.rs37 tests.push(self.offset_prefix(i)); in variations()
63 fn offset_prefix(&self, off: usize) -> SearchTestOwned { in offset_prefix() method
/dports/misc/broot/broot-1.7.0/cargo-crates/aho-corasick-0.7.18/src/packed/
H A Dtests.rs37 tests.push(self.offset_prefix(i)); in variations()
63 fn offset_prefix(&self, off: usize) -> SearchTestOwned { in offset_prefix() method
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/aho-corasick-0.7.18/src/packed/
H A Dtests.rs37 tests.push(self.offset_prefix(i)); in variations()
63 fn offset_prefix(&self, off: usize) -> SearchTestOwned { in offset_prefix() method
/dports/devel/rust-bindgen/bindgen-0.59.2/cargo-crates/aho-corasick-0.7.15/src/packed/
H A Dtests.rs37 tests.push(self.offset_prefix(i)); in variations()
63 fn offset_prefix(&self, off: usize) -> SearchTestOwned { in offset_prefix() method
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/cargo-crates/aho-corasick-0.7.13/src/packed/
H A Dtests.rs37 tests.push(self.offset_prefix(i)); in variations()
63 fn offset_prefix(&self, off: usize) -> SearchTestOwned { in offset_prefix() method

12345