Lines Matching refs:buffer
64340 void getTracingEdgeName(char* buffer, size_t bufferSize);
101500 mozilla::Vector<uint8_t>& buffer , size_t cursor,
101919 JS_PutEscapedString(JSContext* cx, char* buffer, size_t size, JSString* str, char quote);
101991 JS_PutEscapedFlatString(char* buffer, size_t size, JSFlatString* str, char quote);
102035 JS_EncodeStringToBuffer(JSContext* cx, JSString* str, char* buffer, size_t length);
102961 EncodeScript(JSContext* cx, TranscodeBuffer& buffer, JS::HandleScript script);
102964 EncodeInterpretedFunction(JSContext* cx, TranscodeBuffer& buffer, JS::HandleObject funobj);
102967 DecodeScript(JSContext* cx, TranscodeBuffer& buffer, JS::MutableHandleScript scriptp,
102971 DecodeInterpretedFunction(JSContext* cx, TranscodeBuffer& buffer, JS::MutableHandleFunction funp,
102975 StartIncrementalEncoding(JSContext* cx, TranscodeBuffer& buffer, JS::HandleScript script);
120835 JS_NewDataView(JSContext* cx, JS::HandleObject buffer, uint32_t byteOffset, int32_t byteLength);
151735 int VsprintfLiteral(char (&buffer)[N], const char* format, va_list args)
151738 int result = vsnprintf(buffer, N, format, args);
151739 buffer[N - 1] = '\0';
151745 int SprintfLiteral(char (&buffer)[N], const char* format, ...)
151749 int result = VsprintfLiteral(buffer, format, args);
177594 void Servo_AnimationValue_Serialize(RawServoAnimationValueBorrowed value, nsCSSPropertyID property, nsAString* buffer);
177621 void Servo_DeclarationBlock_SerializeOneValue(RawServoDeclarationBlockBorrowed declarations, nsCSSPropertyID property, nsAString* buffer);