HomeSort by relevance Sort by last modified time
    Searched defs:Add (Results 351 - 375 of 624) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
FoldingSet.h 43 /// call one of the Add* functions defined in the FoldingSetImpl::NodeID class.
69 /// 1) If you have an existing node that you want add to the set but unsure
257 /// types. Combined with the FoldingSetNodeWrapper class, one can add objects
327 /// Add* - Add various data types to Bit data.
341 inline void Add(const T &x) { FoldingSetTrait<T>::Profile(x, *this); }
770 ID.Add(P.first);
771 ID.Add(P.second);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCExpr.h 401 Add, ///< Addition.
444 return create(Add, LHS, RHS, Ctx);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
FoldingSet.h 43 /// call one of the Add* functions defined in the FoldingSetBase::NodeID class.
69 /// 1) If you have an existing node that you want add to the set but unsure
252 /// types. Combined with the FoldingSetNodeWrapper class, one can add objects
322 /// Add* - Add various data types to Bit data.
336 inline void Add(const T &x) { FoldingSetTrait<T>::Profile(x, *this); }
765 ID.Add(P.first);
766 ID.Add(P.second);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCExpr.h 402 Add, ///< Addition.
445 return create(Add, LHS, RHS, Ctx);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
FoldingSet.h 43 /// call one of the Add* functions defined in the FoldingSetBase::NodeID class.
69 /// 1) If you have an existing node that you want add to the set but unsure
252 /// types. Combined with the FoldingSetNodeWrapper class, one can add objects
322 /// Add* - Add various data types to Bit data.
336 inline void Add(const T &x) { FoldingSetTrait<T>::Profile(x, *this); }
765 ID.Add(P.first);
766 ID.Add(P.second);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCExpr.h 402 Add, ///< Addition.
445 return create(Add, LHS, RHS, Ctx);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
FoldingSet.h 43 /// call one of the Add* functions defined in the FoldingSetBase::NodeID class.
69 /// 1) If you have an existing node that you want add to the set but unsure
252 /// types. Combined with the FoldingSetNodeWrapper class, one can add objects
322 /// Add* - Add various data types to Bit data.
336 inline void Add(const T &x) { FoldingSetTrait<T>::Profile(x, *this); }
765 ID.Add(P.first);
766 ID.Add(P.second);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCExpr.h 402 Add, ///< Addition.
445 return create(Add, LHS, RHS, Ctx);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
FoldingSet.h 43 /// call one of the Add* functions defined in the FoldingSetBase::NodeID class.
69 /// 1) If you have an existing node that you want add to the set but unsure
252 /// types. Combined with the FoldingSetNodeWrapper class, one can add objects
322 /// Add* - Add various data types to Bit data.
336 inline void Add(const T &x) { FoldingSetTrait<T>::Profile(x, *this); }
765 ID.Add(P.first);
766 ID.Add(P.second);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCExpr.h 402 Add, ///< Addition.
445 return create(Add, LHS, RHS, Ctx);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
FoldingSet.h 43 /// call one of the Add* functions defined in the FoldingSetBase::NodeID class.
69 /// 1) If you have an existing node that you want add to the set but unsure
252 /// types. Combined with the FoldingSetNodeWrapper class, one can add objects
322 /// Add* - Add various data types to Bit data.
336 inline void Add(const T &x) { FoldingSetTrait<T>::Profile(x, *this); }
765 ID.Add(P.first);
766 ID.Add(P.second);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCExpr.h 402 Add, ///< Addition.
445 return create(Add, LHS, RHS, Ctx);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
FoldingSet.h 43 /// call one of the Add* functions defined in the FoldingSetBase::NodeID class.
69 /// 1) If you have an existing node that you want add to the set but unsure
252 /// types. Combined with the FoldingSetNodeWrapper class, one can add objects
322 /// Add* - Add various data types to Bit data.
336 inline void Add(const T &x) { FoldingSetTrait<T>::Profile(x, *this); }
765 ID.Add(P.first);
766 ID.Add(P.second);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCExpr.h 402 Add, ///< Addition.
445 return create(Add, LHS, RHS, Ctx);
  /prebuilts/go/darwin-x86/src/math/big/
float.go 465 // add 1 to mantissa
    [all...]
  /prebuilts/go/darwin-x86/src/net/rpc/
server_test.go 46 func (t *Arith) Add(args Args, reply *Reply) error {
175 err = client.Call("Arith.Add", args, reply)
177 t.Errorf("Add: expected no error but got string %q", err.Error())
180 t.Errorf("Add: expected %d got %d", reply.C, args.A+args.B)
188 t.Errorf("Add: expected no error but got string %q", err.Error())
191 t.Errorf("Add: expected %d got %d", reply.C, args.A+args.B)
220 addCall := client.Go("Arith.Add", args, addReply, nil)
224 t.Errorf("Add: expected no error but got string %q", addCall.Error.Error())
227 t.Errorf("Add: expected %d got %d", addReply.C, args.A+args.B)
251 err = client.Call("Arith.Add", reply, reply) // args, reply would be the correct thing to us
    [all...]
  /prebuilts/go/darwin-x86/src/text/template/parse/
node.go 457 // Add adds the named field (which should start with a period) to the end of the chain.
458 func (c *ChainNode) Add(field string) {
  /prebuilts/go/linux-x86/src/math/big/
float.go 465 // add 1 to mantissa
    [all...]
  /prebuilts/go/linux-x86/src/net/rpc/
server_test.go 46 func (t *Arith) Add(args Args, reply *Reply) error {
175 err = client.Call("Arith.Add", args, reply)
177 t.Errorf("Add: expected no error but got string %q", err.Error())
180 t.Errorf("Add: expected %d got %d", reply.C, args.A+args.B)
188 t.Errorf("Add: expected no error but got string %q", err.Error())
191 t.Errorf("Add: expected %d got %d", reply.C, args.A+args.B)
220 addCall := client.Go("Arith.Add", args, addReply, nil)
224 t.Errorf("Add: expected no error but got string %q", addCall.Error.Error())
227 t.Errorf("Add: expected %d got %d", addReply.C, args.A+args.B)
251 err = client.Call("Arith.Add", reply, reply) // args, reply would be the correct thing to us
    [all...]
  /prebuilts/go/linux-x86/src/text/template/parse/
node.go 457 // Add adds the named field (which should start with a period) to the end of the chain.
458 func (c *ChainNode) Add(field string) {
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
extension_set.h 179 // Add all fields which are currently present to the given vector. This
602 // static inline void Add(int number, ConstType value, ExtensionSet* set);
603 // static inline MutableType Add(int number, ExtensionSet* set);
642 static inline void Add(int number, FieldType field_type,
664 template<> inline void RepeatedPrimitiveTypeTraits<TYPE>::Add( \
667 set->Add##METHOD(number, field_type, is_packed, value, NULL); \
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
extension_set.h 179 // Add all fields which are currently present to the given vector. This
602 // static inline void Add(int number, ConstType value, ExtensionSet* set);
603 // static inline MutableType Add(int number, ExtensionSet* set);
642 static inline void Add(int number, FieldType field_type,
664 template<> inline void RepeatedPrimitiveTypeTraits<TYPE>::Add( \
667 set->Add##METHOD(number, field_type, is_packed, value, NULL); \
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
extension_set.h 179 // Add all fields which are currently present to the given vector. This
602 // static inline void Add(int number, ConstType value, ExtensionSet* set);
603 // static inline MutableType Add(int number, ExtensionSet* set);
642 static inline void Add(int number, FieldType field_type,
664 template<> inline void RepeatedPrimitiveTypeTraits<TYPE>::Add( \
667 set->Add##METHOD(number, field_type, is_packed, value, NULL); \
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
extension_set.h 179 // Add all fields which are currently present to the given vector. This
602 // static inline void Add(int number, ConstType value, ExtensionSet* set);
603 // static inline MutableType Add(int number, ExtensionSet* set);
642 static inline void Add(int number, FieldType field_type,
664 template<> inline void RepeatedPrimitiveTypeTraits<TYPE>::Add( \
667 set->Add##METHOD(number, field_type, is_packed, value, NULL); \
    [all...]
  /build/kati/
dep.cc 88 void Add(StringPiece name, const Rule* rule) {
98 p.first->second->Add(name.substr(1), rule);
481 implicit_rules_->Add(output_pattern.str(), rule);

Completed in 1262 milliseconds

<<11121314151617181920>>