HomeSort by relevance Sort by last modified time
    Searched refs:is_string (Results 1 - 25 of 33) sorted by null

1 2

  /external/tensorflow/tensorflow/core/example/
feature_util.h 161 struct is_string struct in namespace:tensorflow::internal
169 struct is_string<string> : std::true_type {}; struct in namespace:tensorflow::internal
172 struct is_string<::tensorflow::StringPiece> : std::true_type {}; struct in namespace:tensorflow::internal
176 ValueType, typename std::enable_if<is_string<ValueType>::value>::type> {
  /prebuilts/misc/common/swig/include/2.0.11/octave/
std_basic_string.i 15 if (obj.is_string()) {
octprimtypes.swg 207 if (!ov.is_string())
  /external/dtc/
fdtget.c 73 int is_string; local
80 is_string = (disp->type) == 's' ||
82 if (is_string) {
  /external/libchrome/base/
values.cc 226 CHECK(is_string());
272 if (out_value && is_string()) {
276 return is_string();
280 if (out_value && is_string()) {
284 return is_string();
288 if (out_value && is_string()) {
292 return is_string();
296 if (out_value && is_string()) {
300 return is_string();
    [all...]
values.h 121 bool is_string() const { return type() == Type::STRING; } function in class:base::Value
  /external/v8/src/
type-info.h 48 SmallMapList* receiver_types, bool* is_string,
type-info.cc 397 FeedbackSlot slot, SmallMapList* receiver_types, bool* is_string,
401 *is_string = false;
406 *is_string = HasOnlyStringMaps(receiver_types);
  /external/boringssl/src/crypto/x509v3/
v3_alt.c 446 char is_string = 0; local
468 is_string = 1;
513 if (is_string) {
  /external/gflags/src/
gflags_completions.cc 696 bool is_string = (info.type == "string"); local
700 (is_string ? "'" : ""),
702 (is_string ? "'" : ""));
  /toolchain/binutils/binutils-2.27/gold/
merge.h 190 is_string() function in class:gold::Output_merge_base
output.cc     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
dist.py     [all...]
  /external/python/cpython2/Lib/distutils/
dist.py     [all...]
  /external/python/cpython3/Lib/distutils/
dist.py     [all...]
  /external/v8/src/crankshaft/
typing.cc 499 bool is_string; local
502 &is_string, &key_type);
503 expr->set_is_string_access(is_string);
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
dist.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
dist.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dist.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
dist.py     [all...]
  /external/protobuf/src/google/protobuf/
message.cc 224 Message* message, const FieldDescriptor* field, bool is_string) const {
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
message.h 684 Message* message, const FieldDescriptor* field, bool is_string) const;
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
message.h 684 Message* message, const FieldDescriptor* field, bool is_string) const;
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
message.h 684 Message* message, const FieldDescriptor* field, bool is_string) const;
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
message.h 684 Message* message, const FieldDescriptor* field, bool is_string) const;
    [all...]

Completed in 1581 milliseconds

1 2