Home
last modified time | relevance | path

Searched defs:type_suffix (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/litrs/src/float/
Dmod.rs57 type_suffix: Option<FloatType>, field
125 pub fn type_suffix(&self) -> Option<FloatType> { in type_suffix() method
212 let type_suffix = match &input[end_number_part..] { in parse_impl() localVariable
/external/rust/crates/litrs/src/integer/
Dmod.rs34 type_suffix: Option<IntegerType>, field
146 pub fn type_suffix(&self) -> Option<IntegerType> { in type_suffix() method
278 let type_suffix = match type_suffix { in parse_impl() localVariable
/external/freetype/include/freetype/internal/
Dftrfork.h85 #define CONST_FT_RFORK_RULE_ARRAY_ENTRY( func_suffix, type_suffix ) \ argument
/external/gflags/
DCMakeLists.txt452 set (type_suffix "_${type}") variable
454 set (type_suffix "") variable
/external/flatbuffers/src/
Didl_gen_csharp.cpp1582 std::string type_suffix = ""; in GenUnionUnPack_ObjectAPI() local