Home
last modified time | relevance | path

Searched refs:is_placeholder (Results 1 – 22 of 22) sorted by relevance

/external/protobuf/src/google/protobuf/util/internal/
Ddefault_value_objectwriter.h154 NodeKind kind, const DataPiece& data, bool is_placeholder,
199 void set_is_placeholder(bool is_placeholder) { in set_is_placeholder() argument
200 is_placeholder_ = is_placeholder; in set_is_placeholder()
253 const DataPiece& data, bool is_placeholder,
Dprotostream_objectwriter.h265 bool is_placeholder, bool is_list);
268 Item(Item* parent, ItemType item_type, bool is_placeholder, bool is_list);
290 bool is_placeholder() const { return is_placeholder_; } in is_placeholder() function
384 bool is_placeholder, bool is_list);
Dprotostream_objectwriter.cc447 ItemType item_type, bool is_placeholder, in Item() argument
453 is_placeholder_(is_placeholder), in Item()
464 ItemType item_type, bool is_placeholder, in Item() argument
470 is_placeholder_(is_placeholder), in Item()
1255 bool is_placeholder, bool is_list) { in Push() argument
1261 new Item(current_.release(), item_type, is_placeholder, is_list)); in Push()
1267 while (current_ != nullptr && current_->is_placeholder()) { in Pop()
Ddefault_value_objectwriter.cc192 const DataPiece& data, bool is_placeholder, in CreateNewNode() argument
196 return new Node(name, type, kind, data, is_placeholder, path, in CreateNewNode()
203 const DataPiece& data, bool is_placeholder, in Node() argument
212 is_placeholder_(is_placeholder), in Node()
/external/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
Dexample-bind.cpp226 template<typename T> struct is_placeholder { struct
276 inline typename safe_tuple_element<is_placeholder<Bound>::value -1,
279 return get<is_placeholder<Bound>::value-1>(args); in mu()
313 && !is_placeholder<Bound>::value
335 struct is_placeholder<placeholder<N>> { struct
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dexample-bind.cpp226 template<typename T> struct is_placeholder { struct
276 inline typename safe_tuple_element<is_placeholder<Bound>::value -1,
279 return get<is_placeholder<Bound>::value-1>(args); in mu()
313 && !is_placeholder<Bound>::value
335 struct is_placeholder<placeholder<N>> { struct
/external/tensorflow/tensorflow/python/keras/engine/
Dinput_layer.py185 self.is_placeholder = True
205 self.is_placeholder = True
217 self.is_placeholder = False
Dtraining_v1.py2665 if K.is_placeholder(v):
2982 if target is not None and not K.is_placeholder(target):
Dfunctional.py222 if layer.is_placeholder:
/external/rust/crates/syn/tests/common/
Deq.rs286 spanless_eq_struct!(Arm; attrs pat guard body span id is_placeholder);
295 spanless_eq_struct!(ExprField; attrs id span ident expr is_shorthand is_placeholder);
296 spanless_eq_struct!(FieldDef; attrs id span vis ident ty is_placeholder);
302 spanless_eq_struct!(GenericParam; id ident attrs bounds is_placeholder kind);
320 spanless_eq_struct!(PatField; ident pat is_shorthand attrs id span is_placeholder);
334 spanless_eq_struct!(Variant; attrs id span !vis ident data disr_expr is_placeholder);
438 is_placeholder, in eq()
446 is_placeholder: is_placeholder2, in eq()
449 && SpanlessEq::eq(is_placeholder, is_placeholder2) in eq()
/external/llvm-project/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.isbind/
Dis_placeholder.pass.cpp20 static_assert(std::is_placeholder<T>::value == Expected, ""); in test()
/external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.isbind/
Dis_placeholder.pass.cpp21 static_assert(std::is_placeholder<T>::value == Expected, ""); in test()
/external/protobuf/src/google/protobuf/
Ddescriptor.h278 bool is_placeholder() const;
969 bool is_placeholder() const;
1441 bool is_placeholder() const;
1915 PROTOBUF_DEFINE_ACCESSOR(Descriptor, is_placeholder, bool) in PROTOBUF_DEFINE_STRING_ACCESSOR()
1957 PROTOBUF_DEFINE_ACCESSOR(EnumDescriptor, is_placeholder, bool) in PROTOBUF_DEFINE_STRING_ACCESSOR()
1995 PROTOBUF_DEFINE_ACCESSOR(FileDescriptor, is_placeholder, bool) in PROTOBUF_DEFINE_STRING_ACCESSOR()
Ddescriptor_unittest.cc2750 EXPECT_FALSE(bar_file_->is_placeholder()); in TEST_P()
2755 EXPECT_TRUE(baz_file->is_placeholder()); in TEST_P()
2771 EXPECT_FALSE(bar_type_->is_placeholder()); in TEST_P()
2778 EXPECT_TRUE(baz_type->is_placeholder()); in TEST_P()
2784 EXPECT_TRUE(qux_type->is_placeholder()); in TEST_P()
2842 EXPECT_TRUE(extendee->is_placeholder()); in TEST_P()
2961 EXPECT_FALSE(corge_desc->is_placeholder()); in TEST_P()
2967 EXPECT_TRUE(quux_field->message_type()->is_placeholder()); in TEST_P()
/external/libcxx/include/
Dfunctional220 template<class T> struct is_placeholder;
226 = is_placeholder<T>::value; // C++17
2423 template<class _Tp> struct _LIBCPP_TEMPLATE_VIS is_placeholder
2428 _LIBCPP_INLINE_VAR constexpr size_t is_placeholder_v = is_placeholder<_Tp>::value;
2504 typedef typename tuple_element<is_placeholder<_Ti>::value - 1, _Uj>::type type;
2511 0 < is_placeholder<_Ti>::value,
2512 typename __mu_return2<0 < is_placeholder<_Ti>::value, _Ti, _Uj>::type
2516 const size_t _Indx = is_placeholder<_Ti>::value - 1;
2525 is_placeholder<_Ti>::value == 0 &&
2559 typedef typename tuple_element<is_placeholder<_Ti>::value - 1,
[all …]
/external/llvm-project/libcxx/include/
Dfunctional219 template<class T> struct is_placeholder;
225 = is_placeholder<T>::value; // C++17
2632 template<class _Tp> struct _LIBCPP_TEMPLATE_VIS is_placeholder
2637 _LIBCPP_INLINE_VAR constexpr size_t is_placeholder_v = is_placeholder<_Tp>::value;
2713 typedef typename tuple_element<is_placeholder<_Ti>::value - 1, _Uj>::type type;
2720 0 < is_placeholder<_Ti>::value,
2721 typename __mu_return2<0 < is_placeholder<_Ti>::value, _Ti, _Uj>::type
2725 const size_t _Indx = is_placeholder<_Ti>::value - 1;
2734 is_placeholder<_Ti>::value == 0 &&
2768 typedef typename tuple_element<is_placeholder<_Ti>::value - 1,
[all …]
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dfunction_optimizer.cc1136 const auto is_placeholder = [](const Node* node) -> bool { in AddStrictInputSemantics() local
1141 if (is_placeholder(node)) continue; in AddStrictInputSemantics()
/external/llvm-project/libcxx/include/experimental/
Dfunctional26 = is_placeholder<T>::value;
/external/libcxx/include/experimental/
Dfunctional27 = is_placeholder<T>::value;
/external/tensorflow/tensorflow/python/keras/
Dbackend.py391 if graph.building_function and is_placeholder(learning_phase):
1385 def is_placeholder(x): function
1400 return py_any(is_placeholder(c) for c in flat_components)
Dbackend_test.py274 self.assertEqual(backend.is_placeholder(x), True)
276 self.assertEqual(backend.is_placeholder(x), False)
/external/llvm-project/clang-tools-extra/clangd/
DStdSymbolMap.inc595 SYMBOL(is_placeholder, std::, <functional>)