Home
last modified time | relevance | path

Searched refs:_suffix (Results 1 – 12 of 12) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/cmake/modules/
DFindc-ares.cmake14 foreach(_suffix IN LISTS _cares_version_var_suffixes)
15 set(_cares_save_FIND_VERSION${_suffix} ${c-ares_FIND_VERSION${_suffix}})
16 unset(c-ares_FIND_VERSION${_suffix})
19 foreach(_suffix IN LISTS _cares_version_var_suffixes)
20 set(c-ares_FIND_VERSION${_suffix} ${_cares_save_FIND_VERSION${_suffix}})
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/
DJSONWrappedObject.java30 protected final String _suffix; field in JSONWrappedObject
57 _suffix = suffix; in JSONWrappedObject()
90 if (_suffix != null) jgen.writeRaw(_suffix); in serialize()
100 public String getSuffix() { return _suffix; } in getSuffix()
/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/grpc_tools/
Dprotoc.py105 self._suffix = suffix
147 self._suffix = suffix
151 if not fullname.endswith(self._suffix):
153 filepath = _module_name_to_proto_file(self._suffix, fullname)
163 ProtoLoader(self._suffix, self._codegen_fn, fullname,
/external/clang/test/SemaCXX/
Dcxx11-ast-print.cpp42 template <class C, C...> const char *operator"" _suffix();
44 const char *PR23120 = U"��"_suffix;
/external/llvm-project/clang/test/Preprocessor/
Doutput_paste_avoid.cpp42 #define StrSuffix() "abc"_suffix
43 #define IntSuffix() 123_suffix
/external/clang/test/Preprocessor/
Doutput_paste_avoid.cpp42 #define StrSuffix() "abc"_suffix
43 #define IntSuffix() 123_suffix
/external/llvm-project/clang/test/SemaCXX/
Dcxx11-ast-print.cpp42 template <class C, C...> const char *operator"" _suffix();
44 const char *PR23120 = U"��"_suffix;
/external/icu/icu4c/source/i18n/
Desctrn.cpp90 const UnicodeString& _prefix, const UnicodeString& _suffix, in EscapeTransliterator() argument
97 this->suffix = _suffix; in EscapeTransliterator()
/external/flatbuffers/tests/
Dgenerate_code.sh56 ../flatc --cpp --filename-suffix _suffix --filename-ext hpp $TEST_NOINCL_FLAGS $TEST_CPP_FLAGS -I i…
/external/python/cpython2/Lib/
Dimputil.py413 _suffix = '.py' + _suffix_char variable
583 file = filename[:-3] + _suffix
/external/rust/crates/syn/src/
Dlit.rs137 let (value, _suffix) = value::parse_lit_str(&repr); in value()
263 let (value, _suffix) = value::parse_lit_byte_str(&repr); in value()
294 let (value, _suffix) = value::parse_lit_byte(&repr); in value()
325 let (value, _suffix) = value::parse_lit_char(&repr); in value()
/external/python/cpython3/Lib/test/
Dtest_hashlib.py445 self.assertEqual(m._suffix, suffix)