Home
last modified time | relevance | path

Searched defs:ltype (Results 1 – 11 of 11) sorted by relevance

/external/grpc-grpc/third_party/nanopb/
Dpb.h405 #define PB_REQUIRED_STATIC(tag, st, m, fd, ltype, ptr) \ argument
410 #define PB_OPTIONAL_STATIC(tag, st, m, fd, ltype, ptr) \ argument
417 #define PB_REPEATED_STATIC(tag, st, m, fd, ltype, ptr) \ argument
424 #define PB_REQUIRED_INLINE(tag, st, m, fd, ltype, ptr) \ argument
429 #define PB_OPTIONAL_INLINE(tag, st, m, fd, ltype, ptr) \ argument
438 #define PB_REQUIRED_POINTER(tag, st, m, fd, ltype, ptr) \ argument
443 #define PB_OPTIONAL_POINTER(tag, st, m, fd, ltype, ptr) \ argument
448 #define PB_REPEATED_POINTER(tag, st, m, fd, ltype, ptr) \ argument
454 #define PB_REQUIRED_CALLBACK(tag, st, m, fd, ltype, ptr) \ argument
458 #define PB_OPTIONAL_CALLBACK(tag, st, m, fd, ltype, ptr) \ argument
[all …]
/external/nanopb-c/
Dpb.h414 #define PB_REQUIRED_STATIC(tag, st, m, fd, ltype, ptr) \ argument
419 #define PB_OPTIONAL_STATIC(tag, st, m, fd, ltype, ptr) \ argument
425 #define PB_SINGULAR_STATIC(tag, st, m, fd, ltype, ptr) \ argument
430 #define PB_REPEATED_STATIC(tag, st, m, fd, ltype, ptr) \ argument
438 #define PB_REQUIRED_POINTER(tag, st, m, fd, ltype, ptr) \ argument
443 #define PB_OPTIONAL_POINTER(tag, st, m, fd, ltype, ptr) \ argument
448 #define PB_SINGULAR_POINTER(tag, st, m, fd, ltype, ptr) \ argument
453 #define PB_REPEATED_POINTER(tag, st, m, fd, ltype, ptr) \ argument
459 #define PB_REQUIRED_CALLBACK(tag, st, m, fd, ltype, ptr) \ argument
463 #define PB_OPTIONAL_CALLBACK(tag, st, m, fd, ltype, ptr) \ argument
[all …]
/external/libcups/cups/
Ddest-localization.c52 *ltype; /* Localized media type */ in cupsLocalizeDestMedia() local
/external/e2fsprogs/lib/ext2fs/
Dtdb.c203 u32 ltype; member
403 static int _tdb_lock(struct tdb_context *tdb, int list, int ltype, int op) in _tdb_lock()
476 int tdb_lock(struct tdb_context *tdb, int list, int ltype) in tdb_lock()
488 int tdb_lock_nonblock(struct tdb_context *tdb, int list, int ltype) in tdb_lock_nonblock()
497 int tdb_unlock(struct tdb_context *tdb, int list, int ltype) in tdb_unlock()
584 int tdb_transaction_lock(struct tdb_context *tdb, int ltype) in tdb_transaction_lock()
619 static int _tdb_lockall(struct tdb_context *tdb, int ltype, int op) in _tdb_lockall()
662 static int _tdb_unlockall(struct tdb_context *tdb, int ltype) in _tdb_unlockall()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir_lower_fs_out_to_vector.cpp50 auto ltype = glsl_get_base_type(vlhs->type); in operator ()() local
/external/python/pybind11/include/pybind11/
Dcast.h192 if (auto ltype = get_local_type_info(tp)) variable
/external/protobuf/php/ext/google/protobuf/
Dencode_decode.c826 #define SET_HANDLER(utype, ltype) \ in add_handlers_for_repeated_field() argument
863 #define SET_HANDLER(utype, ltype) \ in add_handlers_for_singular_field() argument
948 #define SET_HANDLER(utype, ltype) \ in add_handlers_for_oneof_field() argument
/external/one-true-awk/
Dawk.h234 long ltype; /* long avoids pointer warnings on 64-bit */ member
/external/protobuf/ruby/ext/google/protobuf_c/
Dencode_decode.c530 #define SET_HANDLER(utype, ltype) \ in add_handlers_for_repeated_field() argument
664 #define SET_HANDLER(utype, ltype) \ in add_handlers_for_oneof_field() argument
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DULocale.java4071 …String ltype = toLegacyType(bcpKey, ((bcpType.length() == 0) ? "yes" : bcpType)); // use "yes" as … in getInstance() local
/external/icu/android_icu4j/src/main/java/android/icu/util/
DULocale.java3875 …String ltype = toLegacyType(bcpKey, ((bcpType.length() == 0) ? "yes" : bcpType)); // use "yes" as … in getInstance() local